privacy respecting meta search engine https://librex.supernets.org
Go to file
hnhx c0f4f7563c
Update README.md
2022-02-17 21:56:04 +01:00
static first commit 2022-02-17 21:14:56 +01:00
README.md Update README.md 2022-02-17 21:56:04 +01:00
api.php first commit 2022-02-17 21:14:56 +01:00
config.php first commit 2022-02-17 21:14:56 +01:00
donate.xhtml first commit 2022-02-17 21:14:56 +01:00
fetch.php first commit 2022-02-17 21:14:56 +01:00
index.xhtml first commit 2022-02-17 21:14:56 +01:00
opensearch.xml first commit 2022-02-17 21:14:56 +01:00
search.php first commit 2022-02-17 21:14:56 +01:00
search_frame.php first commit 2022-02-17 21:14:56 +01:00
session_destroy.php first commit 2022-02-17 21:14:56 +01:00

README.md

LibreX

A privacy respecting free as in freedom meta search engine for Google

Online instances

todo

Features

  • Ad free
  • JavaScript free
  • Tracking snippets from URLs are removed
  • Image results are converted to base64 to prevent clients from connecting to Google servers
  • Supports both POST and GET requests
  • Easy to use JSON API
  • No 3rd party libs are used
  • Easy to setup

Hosting

Hosting LibreX should be easy since no 3rd party libs are used.
All you need is a webserver (e.g.: nginx) and PHP, and you are good to go.

API

Example API request: .../api.php?q=gentoo&p=2&img_search=false
Where q is the keyword and p is the result page (the first page is p=0)

JSON result:

  • In case of text search:
  • In case of image search:
    • base64: The result image converted to base64 format
    • alt: The description of the image

The API also supports both GET and POST requests

To do

  • Improve the quality of the CSS
  • Add more settings to config.php
  • Add special search features (e.g.: 10 usd to euro)
  • Add video results