A toolkit for exercising collective conditions for openness, access and authorship.
https://vvvvvvaria.org/not-for-any/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
855 B
20 lines
855 B
all: download pdfs exercises
|
|
|
|
download:
|
|
curl https://pad.vvvvvvaria.org/gc-toolkit-css/export/txt > Make.css
|
|
curl https://pad.vvvvvvaria.org/gc-toolkit-not-for-any-intro/export/txt > CONTEXT.md
|
|
curl https://pad.vvvvvvaria.org/gc-toolkit-not-for-any-licenses/export/txt > LICENSES.md
|
|
curl https://pad.vvvvvvaria.org/gc-toolkit-not-for-any-viewpoints/export/txt > VIEWPOINTS.md
|
|
|
|
htmls:
|
|
pandoc -f markdown -t html -s -c Make.css CONTEXT.md -o CONTEXT.html
|
|
pandoc -f markdown -t html -s -c Make.css LICENSES.md -o LICENSES.html
|
|
pandoc -f markdown -t html -s -c Make.css VIEWPOINTS.md -o VIEWPOINTS.html
|
|
|
|
pdfs:
|
|
pandoc --pdf-engine=weasyprint -c Make.css CONTEXT.md -o CONTEXT.pdf
|
|
pandoc --pdf-engine=weasyprint -c Make.css LICENSES.md -o LICENSES.pdf
|
|
pandoc --pdf-engine=weasyprint -c Make.css VIEWPOINTS.md -o VIEWPOINTS.pdf
|
|
|
|
exercises:
|
|
sh Make.sh
|
|
|