From aaf22baad2d0b361e01b8eb2c10de5d03875ecb6 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 25 Mar 2020 12:14:21 +0100 Subject: make project: re-build generic files of the searx project Signed-off-by: Markus Heiser --- searx/brand.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 searx/brand.py (limited to 'searx/brand.py') diff --git a/searx/brand.py b/searx/brand.py new file mode 100644 index 000000000..7cbca7b0f --- /dev/null +++ b/searx/brand.py @@ -0,0 +1,4 @@ +GIT_URL = 'https://github.com/asciimoo/searx' +SEARX_URL = 'https://searx.me' +DOCS_URL = 'https://asciimoo.github.io/searx' +PUBLIC_INSTANCES = 'https://searx.space' -- cgit v1.2.3 From 33814719333c2c5b7b13ab47f9c8d4f8a0cecb16 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 25 Mar 2020 17:48:34 +0100 Subject: brands: add ISSUE_URL Signed-off-by: Markus Heiser --- searx/brand.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/brand.py') diff --git a/searx/brand.py b/searx/brand.py index 7cbca7b0f..d563447f6 100644 --- a/searx/brand.py +++ b/searx/brand.py @@ -1,4 +1,5 @@ GIT_URL = 'https://github.com/asciimoo/searx' +ISSUE_URL = 'https://github.com/asciimoo/searx/issues' SEARX_URL = 'https://searx.me' DOCS_URL = 'https://asciimoo.github.io/searx' PUBLIC_INSTANCES = 'https://searx.space' -- cgit v1.2.3