===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
searx-0.17.0+dfsg1/docs/admin/installation-docker.rst-18-
searx-0.17.0+dfsg1/docs/admin/installation-docker.rst:19:Go to ``http://localhost:$PORT``.
searx-0.17.0+dfsg1/docs/admin/installation-docker.rst-20-
##############################################
searx-0.17.0+dfsg1/docs/admin/installation-searx.rst-70-Create a copy of the :origin:`searx/settings.yml` configuration file in system's
searx-0.17.0+dfsg1/docs/admin/installation-searx.rst:71:*/etc* folder.  Configure like shown below -- replace ``searx@\$(uname -n)`` with
searx-0.17.0+dfsg1/docs/admin/installation-searx.rst-72-a name of your choice -- *and/or* edit ``/etc/searx/settings.yml`` if necessary.
##############################################
searx-0.17.0+dfsg1/docs/admin/installation-searx.rst-81-To check your searx setup, optional enable debugging and start the *webapp*.
searx-0.17.0+dfsg1/docs/admin/installation-searx.rst:82:Searx looks at the exported environment ``$SEARX_SETTINGS_PATH`` for a
searx-0.17.0+dfsg1/docs/admin/installation-searx.rst-83-configuration file.
##############################################
searx-0.17.0+dfsg1/docs/dev/translation.rst-27-
searx-0.17.0+dfsg1/docs/dev/translation.rst:28:After ``$HOME/.transifexrc`` is created, get a Transifex API key and insert it
searx-0.17.0+dfsg1/docs/dev/translation.rst-29-into the configuration file.
searx-0.17.0+dfsg1/docs/dev/translation.rst-30-
searx-0.17.0+dfsg1/docs/dev/translation.rst:31:Create a configuration file for ``tx`` named ``$HOME/.tx/config``.
searx-0.17.0+dfsg1/docs/dev/translation.rst-32-
##############################################
searx-0.17.0+dfsg1/docs/utils/filtron.sh.rst-26-
searx-0.17.0+dfsg1/docs/utils/filtron.sh.rst:27:The script adds a ``${SERVICE_USER}`` (default:``filtron``) and installs filtron_
searx-0.17.0+dfsg1/docs/utils/filtron.sh.rst-28-into this user account:
##############################################
searx-0.17.0+dfsg1/docs/utils/index.rst-27-``shell`` : command
searx-0.17.0+dfsg1/docs/utils/index.rst:28:  Opens a shell from the service user ``${SERVICE_USSR}``, very helpful for
searx-0.17.0+dfsg1/docs/utils/index.rst-29-  troubleshooting.
##############################################
searx-0.17.0+dfsg1/docs/utils/morty.sh.rst-26-
searx-0.17.0+dfsg1/docs/utils/morty.sh.rst:27:The script adds a ``${SERVICE_USER}`` (default:``morty``) and installs morty_
searx-0.17.0+dfsg1/docs/utils/morty.sh.rst-28-into this user account:
##############################################
searx-0.17.0+dfsg1/docs/utils/searx.sh.rst-26-
searx-0.17.0+dfsg1/docs/utils/searx.sh.rst:27:The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs searx
searx-0.17.0+dfsg1/docs/utils/searx.sh.rst-28-into this user account.  The installation is described in chapter
##############################################
searx-0.17.0+dfsg1/manage.sh-4-
searx-0.17.0+dfsg1/manage.sh:5:BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")"
searx-0.17.0+dfsg1/manage.sh-6-
##############################################
searx-0.17.0+dfsg1/utils/update-translations.sh-10-pybabel extract -F babel.cfg -o messages.pot "$SEARX_DIR"
searx-0.17.0+dfsg1/utils/update-translations.sh:11:for f in `ls "$SEARX_DIR"'/translations/'`; do
searx-0.17.0+dfsg1/utils/update-translations.sh-12-    pybabel update -N -i messages.pot -d "$SEARX_DIR"'/translations/' -l "$f"