synced README with reality
This commit is contained in:
parent
bda09e21ec
commit
423832f125
23
README.md
23
README.md
@ -16,22 +16,29 @@ Installation
|
||||
pip install python-dateutil html5lib
|
||||
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!
|
||||
Example
|
||||
---------------
|
||||
mkdir mydump
|
||||
cd myddump
|
||||
etherdump init
|
||||
|
||||
cp padinfo.sample.json ~/yourfolder/padinfo.json
|
||||
nano padinfo.json
|
||||
The program then interactively asks some questions:
|
||||
|
||||
And then for instance:
|
||||
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
|
||||
|
||||
The settings are placed in a file called .etherdump/settings.json and are used (by default) by future commands.
|
||||
|
||||
etherdump list
|
||||
|
||||
|
||||
subcommands
|
||||
----------
|
||||
|
||||
* sync
|
||||
* init
|
||||
* pull
|
||||
* list
|
||||
* listauthors
|
||||
* gettext
|
||||
|
Loading…
Reference in New Issue
Block a user