Commit Graph

140 Commits

Author SHA1 Message Date
172978a64a
Add links to EP stuff 2019-10-07 19:48:41 +02:00
86c135b2db
Add silly badges 2019-10-07 19:25:37 +02:00
39e166239f
Appease the formatter 2019-10-07 19:20:04 +02:00
8b9309ff4b
Mark next version bump 2019-10-07 19:19:33 +02:00
0e940df399
Improve help. Add missing dependencies 2019-10-07 19:19:12 +02:00
fa9acea169
Sort listed commands 2019-10-07 18:50:47 +02:00
8f6645e362
Bump to the next experimental version 2019-09-28 00:17:48 +02:00
9f17a039a4
Avoid encoding issues with Python 3 2019-09-28 00:17:21 +02:00
bc3f0bb703
Correctly handle subcommand help
etherdump --help and etherdump CMD --help should work.
2019-09-28 00:02:17 +02:00
0f3edc0970
Add subcommand pretty listing 2019-09-27 23:41:46 +02:00
7677c7b250
Get some ASCII art going 2019-09-27 23:27:31 +02:00
73ac351bdd
Fix version handling
See https://packaging.python.org/guides/single-sourcing-package-version/.
2019-09-27 23:18:50 +02:00
8f18594833
Add maintenance tools and run them 2019-09-27 23:14:30 +02:00
159165d2d5
Woops, fix that wrong rename 2019-09-27 22:32:04 +02:00
689649c8ae
Add a proper description for the PyPi site 2019-09-25 21:49:33 +02:00
5471eabbfd
Package etherpump with setuptools 2019-09-25 21:47:15 +02:00
fc9c82c9e5
Remove Python 2 cruft 2019-09-25 19:14:37 +02:00
b3ae2ba776
Don't fake the version anymore 2019-09-25 19:14:33 +02:00
889987cdc9
Clean up setuptools file 2019-09-25 19:09:55 +02:00
a2658a01df
Remove tabs 2019-09-25 19:09:09 +02:00
decentral1se
549ebabafd Merge branch 'fake-etherpump-versioning-and-help' of decentral1se/etherpump into master 2019-09-25 19:07:57 +02:00
9268ec1ff7
Fake versioning and help output 2019-09-25 19:07:34 +02:00
decentral1se
64b16ba5a3 Merge branch 'migrate-to-python3' of decentral1se/etherpump into master 2019-09-25 19:00:42 +02:00
c36f157585
Take a cleaning pass on the README
Also note that we're migrating to Python 3.
2019-09-25 18:59:45 +02:00
6fd24eb6cb
Migrate to Python 3 2019-09-25 18:52:52 +02:00
d978c942f0
Remove package folders 2019-09-24 17:45:53 +02:00
88a8a2e5df
Add link to change log and remove empty spaces/lines 2019-09-24 17:40:07 +02:00
55fc3867c6
Capitalise the "tagline" 2019-09-24 17:39:44 +02:00
mb
7fd8cdd1d9
adding some markdown markup 2019-09-24 17:26:39 +02:00
mb
192e1c614b
adding some markdown markup 2019-09-24 17:26:39 +02:00
mb
b11c57fe52
Update 'README.md' 2019-09-24 17:26:39 +02:00
mb
ff8418f4b6
Update 'README.md' 2019-09-24 17:26:39 +02:00
mb
4926d109d9
Update 'README.md' 2019-09-24 17:26:39 +02:00
mb
19f47eafd3
small change in the readme text 2019-09-24 17:26:38 +02:00
mb
96c9b01a19
adding a , 2019-09-24 17:26:38 +02:00
72e87000fc
removing the pump img 2019-09-24 17:26:38 +02:00
41a199717d
renaming all files to etherpump + adding a etherpump readme 2019-09-24 17:26:38 +02:00
b59e8df4bf
adding python-dateutil to the requirements inside setup.py to enable pip install -e . when installing etherdump 2019-09-24 17:26:38 +02:00
e82ac2db33
Add __PUBLISH__ logic
Closes https://gitlab.constantvzw.org/aa/etherdump/issues/3.

This allows for the following to be run:

    etherdump pull --publish-opt-in --all --pub mydump

And if `__PUBLISH__` is not present on the pads, then the pad will not
be archived. It is also possible to configure this magic word by
specifying the `--publish ...` option.
2019-09-24 17:26:37 +02:00
mb
810a990d13 changed the readme back to etherdump readme 2019-09-11 19:42:37 +02:00
6223ef7f05 converting the etherdump readme > etherpump readme 2019-09-11 16:52:54 +02:00
Michael Murtaugh
4a8219b48c updated settext to py3 2018-09-07 10:34:53 +02:00
Michael Murtaugh
59de1fa7ca updated pull to use localapiurl when present 2018-09-04 17:50:16 +02:00
Michael Murtaugh
26f3d4af24 make files behaviour optional and default false in index 2018-05-04 19:39:02 +02:00
Michael Murtaugh
09cd972065 basename in index grouper 2018-05-04 19:10:38 +02:00
Michael Murtaugh
cdd35867b3 upped sleep time on 502 in getjson to 3 sec, trying to prevent cascading fail 2018-05-04 17:41:48 +02:00
Michael Murtaugh
63910192b9 updated pull to deal with errors in diffhtml output that was halting the dump process 2018-05-04 17:33:17 +02:00
Michael Murtaugh
4f7092010c removed verbosity 2018-02-22 16:08:54 +01:00
Michael Murtaugh
ca4276e93b index magic 2018-02-22 15:40:27 +01:00
Michael Murtaugh
d8d37255a0 added encoding to html5tidy subcommand -- python3 2018-02-21 17:53:20 +01:00