added lftp
This commit is contained in:
parent
2cc5e2cc83
commit
50afd04b7d
@ -7,7 +7,7 @@
|
|||||||
* pelican with Markdown support (`pip install pelican[markdown]`)
|
* pelican with Markdown support (`pip install pelican[markdown]`)
|
||||||
* python3
|
* python3
|
||||||
|
|
||||||
### Pelican Plugins
|
#### Pelican Plugins
|
||||||
|
|
||||||
Pip packages
|
Pip packages
|
||||||
|
|
||||||
@ -24,35 +24,41 @@ Pip packages
|
|||||||
|
|
||||||
* [Libertinus Sans](https://github.com/alerque/libertinus)
|
* [Libertinus Sans](https://github.com/alerque/libertinus)
|
||||||
|
|
||||||
## On Production Server
|
### Content generation
|
||||||
|
|
||||||
* php (aktuell 8.1)
|
#### List of books and texts
|
||||||
* database driver, e.g. pdo_sqlite
|
|
||||||
* PHPMailer (included in source)
|
|
||||||
|
|
||||||
## Content generation
|
|
||||||
|
|
||||||
### List of books and texts
|
|
||||||
|
|
||||||
* ?
|
* ?
|
||||||
|
|
||||||
### Event list
|
#### Event list
|
||||||
|
|
||||||
* utils/refresh-events.py
|
* utils/refresh-events.py
|
||||||
depends on:
|
depends on:
|
||||||
* caldav
|
* caldav
|
||||||
* vobject
|
* vobject
|
||||||
|
|
||||||
### image processing
|
#### image processing
|
||||||
|
|
||||||
* utils/crop_image_to_bbox.py
|
* utils/crop_image_to_bbox.py
|
||||||
depends on:
|
depends on:
|
||||||
* PIL
|
* PIL
|
||||||
|
|
||||||
### Favicon
|
#### Favicon
|
||||||
|
|
||||||
* utils/favicon-from-svg.sh
|
* utils/favicon-from-svg.sh
|
||||||
depends on:
|
depends on:
|
||||||
* inkscape
|
* inkscape
|
||||||
* pngquant
|
* pngquant
|
||||||
* image-magick
|
* image-magick
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
### On production server
|
||||||
|
|
||||||
|
* php (aktuell 8.1)
|
||||||
|
* database driver, e.g. pdo_sqlite
|
||||||
|
* PHPMailer (included in source)
|
||||||
|
|
||||||
|
### FTP tool
|
||||||
|
|
||||||
|
* lftp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user