etherdump/cron.sh

11 lines
427 B
Bash
Raw Normal View History

# This will dump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml
2019-05-08 00:08:10 +02:00
etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub ./publish --fix-names --no-raw-ext
# This will make an index for the dump
etherdump index input \
2019-05-08 00:08:10 +02:00
./publish/*.meta.json \
--order lastedited \
--templatepath ./templates \
--title "etherdump @ Varia" \
--output index.html