From 50afd04b7dd079f5c30cfe497c3c44e738987bed Mon Sep 17 00:00:00 2001 From: eclipse Date: Wed, 19 Mar 2025 15:48:08 +0100 Subject: [PATCH] added lftp --- DEPENDENCIES.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index f2d65bc..df8dae2 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -7,7 +7,7 @@ * pelican with Markdown support (`pip install pelican[markdown]`) * python3 -### Pelican Plugins +#### Pelican Plugins Pip packages @@ -24,35 +24,41 @@ Pip packages * [Libertinus Sans](https://github.com/alerque/libertinus) -## On Production Server +### Content generation -* php (aktuell 8.1) -* database driver, e.g. pdo_sqlite -* PHPMailer (included in source) - -## Content generation - -### List of books and texts +#### List of books and texts * ? -### Event list +#### Event list * utils/refresh-events.py depends on: * caldav * vobject -### image processing +#### image processing * utils/crop_image_to_bbox.py depends on: * PIL -### Favicon +#### Favicon * utils/favicon-from-svg.sh depends on: * inkscape * pngquant * image-magick + +## Deployment + +### On production server + +* php (aktuell 8.1) +* database driver, e.g. pdo_sqlite +* PHPMailer (included in source) + +### FTP tool + +* lftp