Loading .dir-locals.el +3 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ ;; ;; If you get ``*** EPC Error ***`` (even after a jedi:install-server) in ;; your emacs session, mostly you have jedi-mode enabled but the python ;; enviroment is missed. The python environment has to be next to the ;; environment is missed. The python environment has to be next to the ;; ``<repo>/.dir-locals.el`` in:: ;; ;; ./local/py3 Loading Loading @@ -64,10 +64,10 @@ (setq-local python-environment-directory (expand-file-name "./local" prj-root)) ;; to get in use of NVM enviroment, install https://github.com/rejeep/nvm.el ;; to get in use of NVM environment, install https://github.com/rejeep/nvm.el (setq-local nvm-dir (expand-file-name "./.nvm" prj-root)) ;; use 'py3' enviroment as default ;; use 'py3' environment as default (setq-local python-environment-default-root-name "py3") Loading CHANGELOG.rst +1 −1 Original line number Diff line number Diff line Loading @@ -323,7 +323,7 @@ Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features - Removed engines: faroo Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release. Special thanks to https://www.accessibility.nl/english for making accessibilty audit. Special thanks to https://www.accessibility.nl/english for making accessibility audit. News ~~~~ Loading dockerfiles/docker-entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ update_conf() { # There is a new version if [ "$FORCE_CONF_UPDATE" -ne 0 ]; then # Replace the current configuration printf '⚠️ Automaticaly update %s to the new version\n' "${CONF}" printf '⚠️ Automatically update %s to the new version\n' "${CONF}" if [ ! -f "${OLD_CONF}" ]; then printf 'The previous configuration is saved to %s\n' "${OLD_CONF}" mv "${CONF}" "${OLD_CONF}" Loading dockerfiles/uwsgi.ini +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ threads = 4 # The right granted on the created socket chmod-socket = 666 # Plugin to use and interpretor config # Plugin to use and interpreter config single-interpreter = true master = true plugin = python3 Loading docs/admin/engines/nosql-engines.rst +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ place the templates at:: searx/templates/{theme_name}/result_templates/{template_name} Futhermore, if you do not wish to expose these engines on a public instance, you Furthermore, if you do not wish to expose these engines on a public instance, you can still add them and limit the access by setting ``tokens`` as described in section :ref:`private engines`. Loading Loading
.dir-locals.el +3 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ ;; ;; If you get ``*** EPC Error ***`` (even after a jedi:install-server) in ;; your emacs session, mostly you have jedi-mode enabled but the python ;; enviroment is missed. The python environment has to be next to the ;; environment is missed. The python environment has to be next to the ;; ``<repo>/.dir-locals.el`` in:: ;; ;; ./local/py3 Loading Loading @@ -64,10 +64,10 @@ (setq-local python-environment-directory (expand-file-name "./local" prj-root)) ;; to get in use of NVM enviroment, install https://github.com/rejeep/nvm.el ;; to get in use of NVM environment, install https://github.com/rejeep/nvm.el (setq-local nvm-dir (expand-file-name "./.nvm" prj-root)) ;; use 'py3' enviroment as default ;; use 'py3' environment as default (setq-local python-environment-default-root-name "py3") Loading
CHANGELOG.rst +1 −1 Original line number Diff line number Diff line Loading @@ -323,7 +323,7 @@ Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features - Removed engines: faroo Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release. Special thanks to https://www.accessibility.nl/english for making accessibilty audit. Special thanks to https://www.accessibility.nl/english for making accessibility audit. News ~~~~ Loading
dockerfiles/docker-entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ update_conf() { # There is a new version if [ "$FORCE_CONF_UPDATE" -ne 0 ]; then # Replace the current configuration printf '⚠️ Automaticaly update %s to the new version\n' "${CONF}" printf '⚠️ Automatically update %s to the new version\n' "${CONF}" if [ ! -f "${OLD_CONF}" ]; then printf 'The previous configuration is saved to %s\n' "${OLD_CONF}" mv "${CONF}" "${OLD_CONF}" Loading
dockerfiles/uwsgi.ini +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ threads = 4 # The right granted on the created socket chmod-socket = 666 # Plugin to use and interpretor config # Plugin to use and interpreter config single-interpreter = true master = true plugin = python3 Loading
docs/admin/engines/nosql-engines.rst +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ place the templates at:: searx/templates/{theme_name}/result_templates/{template_name} Futhermore, if you do not wish to expose these engines on a public instance, you Furthermore, if you do not wish to expose these engines on a public instance, you can still add them and limit the access by setting ``tokens`` as described in section :ref:`private engines`. Loading