You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/utils
Markus Heiser 40d2a116e1 [fix] Makefile target gh-pages & flatten history of branch gh.pages
1. This patch fixes error:

    rm -rf gh-pages/
    make V=1 gh-pages
    make[1]: Leaving directory '/800GBPCIex4/share/searx'
    [ -d "gh-pages/.git" ] || git clone  gh-pages
    fatal: repository 'gh-pages' does not exist

2. The gh-page build has been moved to ./build/gh-pages this also affects
   'travis-gh-pages'

3. The gh-pages commit messages now includes a ref to the repository and commit

4. Since a gh-pages history has only the drawback that the reposetory grows
   fast, this patch also flattens the history:

    cd build/gh-pages/; git log --oneline
    bash: cd: build/gh-pages/: Datei oder Verzeichnis nicht gefunden
    026126be (HEAD -> gh-pages, origin/gh-pages) make gh-pages: from https://github.com/return42/searx.git@71d66979c2935312e0aed7fc7c3cf6199fbe88a2

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
4 years ago
..
site-python docs: building (PDF) books / build user book 5 years ago
templates [enh] add searx.shared 4 years ago
brand.env [mod] move brand options from Makefile to settings.yml 4 years ago
build_env.py [fix] utils/build_env.py: make sure to always use searx/settings.yml 4 years ago
fabfile.py [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 4 years ago
fetch_ahmia_blacklist.py add Ahmia filter plugin for onion results 4 years ago
fetch_currencies.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
fetch_engine_descriptions.py [enh] engines: add about variable 4 years ago
fetch_firefox_version.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
fetch_languages.py fix utils/fetch_languages to work with new languages 4 years ago
fetch_wikidata_units.py [mod] add external_urls.json and wikidata_units.json 4 years ago
filtron.sh Utility scripts adapted to run on CentOS 7 (#2112) 4 years ago
google_search.py [enh] standalone_seax.py is a command line interface to searx with JSON output. 8 years ago
lib.sh [fix] remove Ubuntu 19.10 from the LXC suite (EOL) 4 years ago
lxc-searx.env [mod] add Ubuntu 20.10 image to the LXC suite 4 years ago
lxc.sh [fix] lxc.sh - SC2034: ubu2010_boilerplate appears unused. 4 years ago
makefile.include [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 4 years ago
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 4 years ago
makefile.python [mod] add target upload-pypi-test https://test.pypi.org/ 4 years ago
makefile.sphinx [fix] Makefile target gh-pages & flatten history of branch gh.pages 4 years ago
morty.sh Utility scripts adapted to run on CentOS 7 (#2112) 4 years ago
searx.sh [mod] checker : replace pycld3 by langdetect 4 years ago
standalone_searx.py [mod] check secret_key when searx.webapp is imported 4 years ago
update-translations.sh handle input carefully in shell scripts 7 years ago