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.

69 lines
1.3 KiB

9 years ago
etherdump
=========
Tool to publish [etherpad](http://etherpad.org/) pages to files.
Requirements
-------------
* html5lib
* requests (settext)
* python-datutil, jinja2 (index subcommand)
9 years ago
Installation
-------------
pip install python-dateutil jinja2 html5lib
9 years ago
python setup.py install
9 years ago
Example
---------------
mkdir mydump
cd myddump
etherdump init
The program then interactively asks some questions:
9 years ago
Please type the URL of the etherpad:
http://automatist.local:9001/
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder
Please paste the APIKEY:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
9 years ago
The settings are placed in a file called .etherdump/settings.json and are used (by default) by future commands.
9 years ago
9 years ago
subcommands
9 years ago
----------
* init
* pull
9 years ago
* list
* listauthors
* gettext
8 years ago
* settext
* gethtml
* creatediffhtml
9 years ago
* revisionscount
* index
8 years ago
* deletepad
9 years ago
9 years ago
To get help on a subcommand:
9 years ago
9 years ago
etherdump revisionscount --help
Change log / notes
=======================
Originally designed for use at: [constant](http://etherdump.constantvzw.org/).
17 Oct 2016
-----------------------------------------------
Preparations for [Machine Research](https://machineresearch.wordpress.com/) [2](http://constantvzw.org/site/Machine-Research,2646.html)