Pumping pads as files into publishing frameworks!
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.
|
|
|
etherdump
|
|
|
|
=========
|
|
|
|
|
|
|
|
Tool to publish [etherpad](http://etherpad.org/) pages to (archival) HTML.
|
|
|
|
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Python (2.7) with:
|
|
|
|
|
|
|
|
* html5lib
|
|
|
|
* jinja2
|
|
|
|
|
|
|
|
Installation
|
|
|
|
-------------
|
|
|
|
|
|
|
|
pip install html5lib jinja2
|
|
|
|
|