45 lines
798 B
Markdown
45 lines
798 B
Markdown
etherdump
|
|
=========
|
|
|
|
Tool to publish [etherpad](http://etherpad.org/) pages to files.
|
|
|
|
|
|
Requirements
|
|
-------------
|
|
|
|
None beyond standard lib.
|
|
|
|
|
|
Installation
|
|
-------------
|
|
|
|
python setup.py install
|
|
|
|
Padinfo file
|
|
-------------
|
|
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!
|
|
|
|
cp padinfo.sample.json ~/yourfolder/padinfo.json
|
|
nano padinfo.json
|
|
|
|
And then for instance:
|
|
|
|
etherdump list
|
|
|
|
|
|
subcommands
|
|
----------
|
|
|
|
* sync
|
|
* list
|
|
* listauthors
|
|
* gettext
|
|
* gethtml
|
|
* creatediffhtml
|
|
* revisionscount
|
|
|
|
To get help on a subcommand:
|
|
|
|
etherdump revisionscount --help
|
|
|