Our fork of searx
Go to file
Roberto Beltran 3d2487b62e read from readme from markdown file 2021-04-30 21:05:15 -04:00
dockerfiles [fix] Disable HTTP keep alive 2020-02-07 19:16:15 +01:00
docs [fix] sphinx 3.1 CSS issues 2020-06-18 19:02:22 +02:00
examples Fix whitespaces 2016-07-11 18:52:37 +07:00
searx remove ugly outline 2021-04-02 02:00:19 -04:00
tests [fix] commit 2c6531b2 breaks the unit test, this is a hotfix 2020-06-11 10:15:15 +02:00
utils update branding 2020-10-03 22:36:34 +00:00
.codecov.yml codecov : update the commit status 2017-09-28 19:43:58 +02:00
.config.sh tooling box: added nginx + polished bash scripts and environment 2020-04-13 11:34:28 +02:00
.coveragerc Cover searx.utils 2014-07-12 15:46:55 +02:00
.dir-locals.el .dir-locals.el: add some comments about jedi & EPC 2019-11-29 13:15:15 +01:00
.dockerignore [fix] docker 'Error compiling' and 'SyntaxError' messages 2020-03-29 11:06:22 +02:00
.gitattributes [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
.gitignore don't track css 2021-04-02 01:58:06 -04:00
.landscape.yaml Add landscape.io configuration 2014-07-09 22:49:38 +02:00
.pylintrc boilerplate: add pylint / WIP: balance linting with pylint 2019-11-28 20:07:10 +01:00
.travis.yml [mod] .travis.yml: add Python 3.7 and Python 3.8 2020-04-08 15:42:02 +02:00
AUTHORS.rst Add Wikimedia projects. 2020-04-05 19:27:44 +02:00
CHANGELOG.rst [enh] version v0.16.0 2020-01-30 13:39:06 +01:00
Dockerfile Remove cache of pip upgrade 2020-05-09 18:58:26 +03:00
LICENSE [fix] full AGPLv3+ license according to #382 2015-07-04 18:23:54 +02:00
Makefile remove unused themes 2021-04-02 01:53:45 -04:00
README.md test 2021-04-28 15:26:34 -04:00
babel.cfg [enh] babel.cfg added 2014-01-22 00:15:42 +01:00
manage.sh remove unused themes 2021-04-02 02:28:54 -04:00
package-lock.json add less and clean-css plugin deps 2021-04-02 02:00:05 -04:00
requirements-dev.txt Merge branch 'master' of https://github.com/asciimoo/searx into filtron 2020-03-04 12:11:58 +01:00
requirements.txt [mod] requirements.txt: upgrade dependency versions. 2020-04-08 15:58:26 +02:00
setup.py read from readme from markdown file 2021-04-30 21:05:15 -04:00
tox.ini [enh] tox.ini added to rewrite standard pep8 rules 2015-01-02 12:26:21 +01:00

README.md

LibreMiami Search

LibreMiami's fork of searx

A privacy-respecting, hackable metasearch engine

See it in action

Dev

Dependencies

You need virtualenv and less with the clean-css plugin

pip install virtualenv
npm install less less-plugin-clean-css

Then the makefile works

make themes
make run