diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..da676bf9acf2a6a0c019b2a67e7d298d0cdba439 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +venv/ +config.py diff --git a/exampleconfig.py b/exampleconfig.py new file mode 100644 index 0000000000000000000000000000000000000000..f31ab4c7b4cfd44c592e5bbbc03372929010f7b9 --- /dev/null +++ b/exampleconfig.py @@ -0,0 +1,2 @@ +# url for Wiki 'https://user:password@wiki.example.com/lib/exe/xmlrpc.php' for Dokuwiki +WIKI_API_URL = "https://user:password@wiki.example.com/lib/exe/xmlrpc.php"