This repository has been archived on 2026-04-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gpn23-recipes/config.py.example

11 lines
373 B
Text

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']
OUTDIR = 'out'
OUTDIR_MARKDOWN = OUTDIR + '/markdown'
OUTDIR_MEDIAWIKI = OUTDIR + '/mediawiki'