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.

45 lines
798 B

10 years ago
etherdump
=========
Tool to publish [etherpad](http://etherpad.org/) pages to files.
Requirements
-------------
None beyond standard lib.
10 years ago
Installation
-------------
9 years ago
python setup.py install
10 years ago
10 years ago
Padinfo file
-------------
9 years ago
All pad-specific settings are loaded from a file called "padinfo.json" -- by default etherdump looks in the current directory. Make a copy of padinfo.sample.json to start one. Make sure to check that the URL and port settings are correct, and to paste the correct apikey here!
10 years ago
9 years ago
cp padinfo.sample.json ~/yourfolder/padinfo.json
10 years ago
nano padinfo.json
And then for instance:
10 years ago
9 years ago
etherdump list
10 years ago
9 years ago
subcommands
10 years ago
----------
* sync
9 years ago
* list
* listauthors
* gettext
* gethtml
* creatediffhtml
9 years ago
* revisionscount
10 years ago
9 years ago
To get help on a subcommand:
10 years ago
9 years ago
etherdump revisionscount --help