User:Manetta/Booklet-with-pagedjs.sh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 February 2024

26 November 2023

  • curprev 23:4823:48, 26 November 2023Manetta talk contribs 1,553 bytes +1,553 Created page with " <syntaxhighlight lang="bash"> # --- # store wiki page in variable WIKIPAGE=$1 # --- # download paged.js polyfill as JS file curl https://unpkg.com/pagedjs@0.4.3/dist/paged.polyfill.js -o paged-js.polyfill.js.tmp echo "<script>" > paged-js.polyfill.js cat paged-js.polyfill.js.tmp >> paged-js.polyfill.js echo "</script>" >> paged-js.polyfill.js rm paged-js.polyfill.js.tmp # --- # download paged.js's interface.css curl https://gitlab.coko.foundation/pagedjs/interface-p..."