All public logs

Combined display of all available logs of XPUB & Lens-Based wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:48, 26 November 2023 Manetta talk contribs created page User:Manetta/Booklet-with-pagedjs.sh (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...")