small updates

This commit is contained in:
eclipse 2025-03-02 19:48:34 +01:00
parent 34902f8076
commit cfb6879b32
2 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ __pycache__/
utils/.caldav_pass utils/.caldav_pass
content/pages/termine.md content/pages/termine.md
lighttpd.conf lighttpd.conf
newsletter.sqlite

View File

@ -2,8 +2,7 @@
### Website ### Website
Python 3 packages: * python3
* pelican with Markdown support (`pip install pelican[markdown]`) * pelican with Markdown support (`pip install pelican[markdown]`)
* pelican-yaml-metadata * pelican-yaml-metadata
* Markdown * Markdown
@ -25,7 +24,7 @@ Linux packages:
## On Production Server ## On Production Server
* PHP * php
* database driver, e.g. pdo_sqlite
* PHPMailer (included in source) * PHPMailer (included in source)