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.

81 lines
1.7 KiB

etherdump
9 years ago
=========
Tool to publish [etherpad](http://etherpad.org/) pages to files.
Requirements
-------------
* python3
* html5lib
* requests (settext)
* python-dateutil, jinja2 (index subcommand)
9 years ago
Installation
-------------
pip install python-dateutil jinja2 html5lib
python setup.py install
9 years ago
Example
---------------
mkdir mydump
cd myddump
etherdump init
9 years ago
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
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
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)
6 years ago
6 Oct 2017
----------------------
Feature request from PW: When deleting a previously public document, generate a page / pages with an explanation (along the lines of "This document was previously public but has been marked .... maybe give links to search").
3 Nov 2017
---------------
machineresearch seems to be __NOPUBLISH__ but still exists (also in recentchanges)
Jan 2018
-------------
Updated files to work with python3 (probably this has broken python2).