wiki-to-print/command-line
2023-02-01 17:32:15 +01:00
..
css publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
js publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
templates publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
Makefile publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
README.md publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
update.py publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00

CLI for wiki-to-print

The script uses the MediaWiki API to download all content (text + images) from a specified wiki page.

It saves it as a HTML page, which can be turned into a PDF with Paged.js.

Folder structure

.
├── css
│   ├── baseline.css
│   ├── pagedjs.css
│   └── print.css
├── fonts
├── images
├── js
│   ├── paged.js
│   └── paged.polyfill.js
├── Makefile
├── templates
│   ├── template.html
│   └── template.inspect.html
└── update.py

How to use it?

  1. Change the wiki and pagename variables in update.py on line 221 + 222.
  2. Copy paste your CSS into print.css
  3. Run $ python3 update.py
  4. Run $ make
  5. Open localhost:8000 in your browser