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.
 
 
 
mb 361a70fa6c 'README.md' updaten 1 year ago
command-line publishing the code of a CC version of wiki-to-print 1 year ago
wiki-to-print publishing the code of a CC version of wiki-to-print 1 year ago
LICENSE.txt publishing the code of a CC version of wiki-to-print 1 year ago
README.md 'README.md' updaten 1 year ago
wiki-to-print.Common.css.example publishing the code of a CC version of wiki-to-print 1 year ago
wiki-to-print.Common.js.example publishing the code of a CC version of wiki-to-print 1 year ago
wiki-to-print.nginx.example publishing the code of a CC version of wiki-to-print 1 year ago

README.md

wiki-to-print

Slightly adapted version of https://github.com/hackersanddesigners/wiki2print, in continuation of https://gitlab.constantvzw.org/titipi/wiki-to-pdf and https://git.vvvvvvaria.org/mb/volumetric-regimes-book.

Installed at: https://cc.vvvvvvaria.org/wiki/Wiki2print.

The code of the wiki-to-print instance that is running on the creative crowd server is published at Varia's Gitea under the CC4r license.

Continuations

This project is inspired by and builds upon several previous iterations of and experiments with mediawiki-to-pdf workflows:

Writing and notes on wiki printing practices:

How does it work?

When you create a page in the Pdf namespace on https://cc.vvvvvvaria.org/wiki/, it will load the wiki-to-print buttons in the navigation bar:

  • CSS!
  • View HTML
  • View PDF
  • Update text
  • Update Media

You can transclude pages into this page, structure your publication and edit the CSS.

  • When you click View HTML: the Flask application returns you a HTML version of the page.
  • When you click View PDF: the Flask application returns you a HTML version of the page, loaded with Paged.js. The HTML page is rendered into pages, giving you a preview of the PDF. You can use the inspector to work on the lay out.
  • When you click Update text: the Flask application makes a copy of all the text of the page and saves it to a file on the server (in the static folder).
  • When you click Update media: the Flask application downloads all the images on the page and saves tem to a folder on the server (in the static folder).

In this repository

  • command-line: Python script to work on a local copy of your publication
  • wiki-to-print: Flask application that renders a wiki page into HTML