searx/searx
Markus Heiser 3486613a19 brands: hardcode ISSUE_URL and some links on the about-page
A *brand* of searx is a fork which might have its own design and some special
functions which might bee reasonable in a special context.

In this sense, the fork might have its own documentation but not its own issue
tracker.  The *upstream* of a brand is always https://github.com/asciimoo from
where the brand-fork pulls the master branch regularly.  A fork which has its
own issue tracker is a spin-off and out of the scope of the searx project
itself.  The conclusion is:

- hard code ISSUE_URL (in the Makefile)
- always refer to DOCS_URL
- links in the about page refer to the *upstream* (searx project)
  except DOCS_URL
- "fork me on github" ribbons refer to the *upstream*

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26 10:58:25 +01:00
..
answerers [fix] small fixes in preferences view's text 2019-07-27 22:53:46 -07:00
data update languages: engines_languages.json languages.py 2020-03-01 08:06:51 +01:00
engines bugfix(!biv) : bing-video do not like "older" User-Agents 2020-03-01 17:28:59 +01:00
plugins fix out of range error in tracker remover plugin 2019-10-22 23:17:00 -07:00
static Makefile: add target node.env - download & install npm dependencies 2020-03-25 16:38:52 +01:00
templates brands: hardcode ISSUE_URL and some links on the about-page 2020-03-26 10:58:25 +01:00
translations [enh] update translations 2020-01-30 11:16:15 +01:00
__init__.py [enh] introduce private engines 2020-02-08 11:47:39 +01:00
autocomplete.py Add Swisscows autocomplete option 2020-02-14 19:19:24 +01:00
brand.py brands: add ISSUE_URL 2020-03-25 17:48:34 +01:00
exceptions.py [fix] add message to SearxParameterException - fixes #1722 2019-10-14 15:06:25 +02:00
languages.py update languages: engines_languages.json languages.py 2020-03-01 08:06:51 +01:00
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 2017-11-23 01:52:54 +01:00
preferences.py preferences.py: implement defaults if unset 2020-02-23 20:56:05 +01:00
query.py [enh] introduce private engines 2020-02-08 11:47:39 +01:00
results.py [mod] speed optimization 2019-11-15 09:33:15 +01:00
search.py [enh] introduce private engines 2020-02-08 11:47:39 +01:00
settings.yml Add missing autocomplete backends to settings.yml comment 2020-02-23 15:41:08 +01:00
settings_robot.yml preferences.py: implement defaults if unset 2020-02-23 20:56:05 +01:00
testing.py searx/testing.py: fixed pep8 error 2020-02-24 07:55:14 +01:00
url_utils.py minor fixes of pubmed engine 2017-11-01 17:02:38 +01:00
utils.py [mod] speed optimization 2019-11-15 09:33:15 +01:00
version.py [enh] version v0.16.0 2020-01-30 13:39:06 +01:00
webapp.py webapp.py: expose the brand variable in the /config URL. 2020-03-25 17:28:32 +01:00