collective documentation scripts

master
Castro0o 5 years ago
parent 5ac93f07c4
commit d0b319143f

6
.gitignore vendored

@ -1,2 +1,6 @@
etherpad-api/api.key
Jinja-prototype/index.html
Jinja-prototype/index.html
reader-scripts/**.html
reader-scripts/**.css
reader-scripts/**.md
reader-scripts/**.pdf

@ -0,0 +1,9 @@
#!/bin/sh
while true;
do
curl https://pad.xpub.nl/p/special_issue_8_jargoncss/export/txt > style.pdf.css
curl https://pad.xpub.nl/p/special_issue_8_jargonhtml/export/txt > content.md
pandoc --from markdown --to html content.md --output content.html
sleep 5
done;
Loading…
Cancel
Save