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/docs/dev
Markus Heiser b6a55e223c [mod] reduce enviroment variables in shell scripts to what is needed
Not all settings from the 'brand:' section of the YAML files are needed in the
shell scripts.  This patch reduce the variables in ./utils/brand.env to what is
needed.  The following ('brand:' settings) can be removed from this file:

- ISSUE_URL
- DOCS_URL
- PUBLIC_INSTANCES
- WIKI_URL

Tasks running outside of an *installed instance*, need the following settings
from the YAML configuration:

- GIT_URL            <--> brand.git_url
- GIT_BRANCH         <--> brand.git_branch
- SEARX_URL          <--> server.base_url  (aka PUBLIC_URL)
- SEARX_PORT         <--> server.port
- SEARX_BIND_ADDRESS <--> server.bind_address

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
contribution_guide.rst [doc] modify docs to fit to the new build boilerplate 3 years ago
csv_table.txt docs: reST-primer describe table markup (WIP) 5 years ago
engine_overview.rst [fix] section "Overrides" in engine's documentation 3 years ago
hello.dot doc: add content to reST primer (WIP) // linuxdoc 5 years ago
index.rst [docs] move LXC blog article into developer documentation. 3 years ago
lxcdev.rst [mod] utils/lxc.sh: detect conflict of docker & LXC in the iptables 3 years ago
makefile.rst [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
offline_engines.rst [docs] revision of the section 'Command Line Engines' 3 years ago
plugins.rst [enh] add external plugin support 4 years ago
quickstart.rst [docs] describe the usage of the static.build.* scripts 3 years ago
reST.rst [docs] rename 'General Engine Settings' to 'Configured Engines' 3 years ago
search_api.rst [docs] rename 'General Engine Settings' to 'Configured Engines' 3 years ago
svg_image.svg doc: add content to reST primer (WIP) // linuxdoc 5 years ago
translation.rst [fix] add missing transifex configuration (./tx/config) 3 years ago