From 955790b7885edd0ff460b680c1f2f85a67ebd598 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 2 Jun 2025 21:19:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20example=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.py.example diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..d0dbe19 --- /dev/null +++ b/config.py.example @@ -0,0 +1,9 @@ +WIKI_HOST = 'entropia.de' # e.g. 'wiki.example.com' +WIKI_PATH = '/' # e.g. '/w/' for sites using path-based access +WIKI_USERNAME = 'Neinomat' +WIKI_PASSWORD = 's3cr3t' + +WIKI_ARTICLE_PREFIX = 'GPN23:' +WIKI_CATEGORY_LIST = ['GPN23', 'Rezepte', 'Gulaschkueche', 'GPN23:Rezepte'] + +DIRECTORY = 'recipes-mediawiki'