wiki-to-print/wiki-to-print
2023-02-01 17:32:15 +01:00
..
static 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
api.py publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
config.json publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
config.py 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
requirements.txt publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00
web-interface.py publishing the code of a CC version of wiki-to-print 2023-02-01 17:32:15 +01:00

wiki-to-print

How to use it?

  • $ make local: to work locally
  • $ make server: to install wiki-to-print on a server with gunicorn

How to install it?

  • install a wiki on a server
  • install the Flask application on the same server
  • edit the Mediawiki:Common.js page on the wiki (see wiki-to-print.Common.js.example)
  • edit the Mediawiki:Common.css page on the wiki (see wiki-to-print.Common.css.example)
  • configure nginx (see wiki-to-print.nginx.example)