Browse Source

updated the cron to save our commands

main
manetta 3 years ago
parent
commit
16f01034fa
  1. 4
      cron.sh

4
cron.sh

@ -1,11 +1,11 @@
# This will pump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml
etherpump pull --meta --html --text --publish-opt-in --publish __PUBLISH__ --pub publish --css ../stylesheet.css --fix-names
etherpump pull --meta --html --text --magicwords --publish-opt-in --pub p --css ../stylesheet.css --fix-names --connection 5 --force
echo "Making the Etherpump index now ..."
# This will make an index for the dump
etherpump index input \
publish/*.meta.json \
p/*.meta.json \
--templatepath templates \
--title "Notes, __MAGICWORDS__, readers & more ..." \
--output index.html

Loading…
Cancel
Save