Initial commit

This commit is contained in:
Pieter Belmans
2019-07-15 16:50:19 +02:00
commit 01dc65e8a5
5 changed files with 200 additions and 0 deletions

12
configuration.py Normal file
View File

@@ -0,0 +1,12 @@
# configuration for the website
COMMENTS = "comments.sqlite"
DATABASE = "hello-world.sqlite"
UNIT = "section"
DEPTH = 0
# configuration for the import
PATH = "document"
PAUX = "document.paux"
TAGS = "tags"
PDF = ""