diff --git a/.gitignore b/.gitignore index bc425ad..e32e984 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ utils/.caldav_pass content/pages/termine.md lighttpd.conf +newsletter.sqlite diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index c6c0d32..4cd449f 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -2,8 +2,7 @@ ### Website -Python 3 packages: - +* python3 * pelican with Markdown support (`pip install pelican[markdown]`) * pelican-yaml-metadata * Markdown @@ -25,7 +24,7 @@ Linux packages: ## On Production Server -* PHP - +* php +* database driver, e.g. pdo_sqlite * PHPMailer (included in source)