From 1efe51ea6119c0dc5fd1279c95d293a39325461c Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 28 Feb 2025 20:45:58 +0100 Subject: [PATCH] created file --- DEPENDENCIES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 DEPENDENCIES.md diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md new file mode 100644 index 0000000..c6c0d32 --- /dev/null +++ b/DEPENDENCIES.md @@ -0,0 +1,31 @@ +## Site generation + +### Website + +Python 3 packages: + +* pelican with Markdown support (`pip install pelican[markdown]`) +* pelican-yaml-metadata +* Markdown + +### Event list + +Python: + +* caldav +* vobject + +### Favicon + +Linux packages: + +* inkscape +* pngquant +* image-magick + +## On Production Server + +* PHP + +* PHPMailer (included in source) +