| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-08 | tooling box: varius fix from tests | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-08 | tooling box: varius fix from tests | Markus Heiser | |
| 2020-02-05 | upload-pypi: twine is needed to upload to PyPi 'make upload-pypi' | Markus Heiser | |
| To build & deploy packages on PyPi call make target: make upload-pypi - https://github.com/asciimoo/searx/issues/1829 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | tooling box ./utils/*: minor fix from production test | Markus Heiser | |
| 2020-02-04 | /etc/filtron/rules.json: normalize rules from docs & tooling box | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: revision of the installation instructions | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | utils & Makefile: add .config.mk & .config.sh for searx brands | Markus Heiser | |
| By isolating the environment of makefiles and bash scripts into .config.mk and .config.sh it is simple to maintain searx brands by setting some central environments. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-03 | doc: add descriptions of our tooling box in ./utils | Markus Heiser | |
| Initial started with the scripts for searx, filtron and morty installations. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-02 | utils/morty.sh: fixed public url | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-02 | utils/morty.sh: add script to install morty result proxy | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-01 | utils/filtron.sh: generalize systemd, accounts and golang tasks | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/lib.sh: colorize messages | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/filtron.sh: add option to debug filtron requests | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | apache: reverse proxy, set `ProxyPreserveHost On` | Markus Heiser | |
| related discussions: - https://github.com/asciimoo/searx/issues/1822 - https://github.com/asciimoo/searx/issues/1819#issuecomment-580400259 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-30 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-29 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-27 | utils/searx.sh: add apache site searx.conf:uwsgi (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-21 | utils/searx.sh: add apache site searx.conf:uwsgi | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-20 | utils/filtron.sh: add script to install filtron middleware (apache) | Markus Heiser | |
| Preparation for the installation of an apache site. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-20 | utils/searx.sh: add script to install isolated searx service | Markus Heiser | |
| First version which serves searx over uwsgi at http://127.0.0.1:8888 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-16 | utils/searx.sh: add script to install isolated searx service (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-14 | utils/searx.sh: add script to install isolated searx service (WIP) | Markus Heiser | |
| WIP: written from scratch / linted but untested Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-13 | Merge branch 'filtron' of https://github.com/return42/searx into filtron | Markus Heiser | |
| 2020-01-13 | filtron: log suspiciously frequent queries (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-12 | utils/filtron.sh: add command 'update filtron' | Markus Heiser | |
| BTW: tidy up some code style and fix some issues reported by the linter. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-11 | docs(admin): add description of the utils/filtron.sh script | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-09 | utils/filtron.sh: various fix from first installation test (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-08 | utils/filtron.sh: add script to install filtron middleware | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-08 | utils: add lib.sh containing common shell script | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-22 | makefile.sphinx: fix gh-pages / pull before add commits | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-13 | Makefile: gh-pages: keep history of gh-branch intact (don't drop) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-12 | Makefile: add documentation build targets docs & docs-live | Markus Heiser | |
| BTW: - add build & dist folder to .gitignore - justify indentation of build messages (makefile.python) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-12 | utils: add makefile.sphinx to the boilerplate | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | boilerplate: add inital Makefile with run & install targets | Markus Heiser | |
| Add *Makefile* boilerplate useful for python projects. All python tasks are using a virtualenv from ./local/py3 $ make help run - run developer instance install - developer install (./local) uninstall - uninstall (./local) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-07-17 | Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵ | Dalf | |
| themes accordingly. | |||
| 2018-11-29 | Use a more human-friendly format in searx/data/engines_languages.json (#1399) | Ivan Skytte Jørgensen | |
| Instead of a single line with 500000 characters use nicely formatted JSON. Sort the lists in engine_languages.py so when updating it is possible to more easily see the differences (search engines do change the order their languages are listed in) | |||
| 2018-08-05 | fetch_firefox_version.py : compatible with Python 3 and minor fixes. | Alex | |
| 2018-08-05 | [mod] fetch firefox versions in a standalone script | Alexandre Flament | |
| 2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
| Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine. | |||
| 2018-03-20 | fix fetch_langauges to be more accurate | Marc Abonce Seguin | |
| Add languages supported by either all default general engines or 10 engines. | |||
| 2017-11-14 | print() is a function in Python 3 | cclauss | |
| 2017-10-10 | update engines_languages.json and languages.py | marc | |
| Also, fix fetch_languages.py so it can run on python3. | |||
| 2017-10-06 | handle input carefully in shell scripts | Thirnearez | |
| - prevent whitespace-splitting of variable expansions - prevent interpretation of values as flags/options (mostly) | |||
| 2017-07-25 | Avoid UnicodeEncodeError when redirecting standalone output | NK | |
| 2017-03-18 | add language support for qwant | marc | |
| closes issue #863 | |||
| 2017-01-04 | [enh] standalone_seax.py is a command line interface to searx with JSON output. | Alexandre Flament | |
| 2017-01-03 | [fix] fix standalone_search.py | Alexandre Flament | |
| 2016-12-29 | change language list to only include languages with a minimum of engines | marc | |
| that support them. users can still query lesser supported through the :lang_code bang. | |||
| 2016-12-16 | minor fixes in utils/fetch_languages.py | marc | |