Module: deluge Branch: 1.3-stable Commit: 10de8d54757bc40439061af9a7c26703af675b95
Author: Andrew Resch <[email protected]> Date: Wed May 5 17:48:04 2010 -0700 Remove plugins that aren't release ready --- deluge/plugins/example/example/__init__.py | 54 --- deluge/plugins/example/example/common.py | 40 -- deluge/plugins/example/example/core.py | 55 --- deluge/plugins/example/example/data/example.js | 51 --- deluge/plugins/example/example/gtkui.py | 48 --- deluge/plugins/example/example/webui.py | 54 --- deluge/plugins/example/setup.py | 67 --- deluge/plugins/feeder/feeder/__init__.py | 55 --- deluge/plugins/feeder/feeder/core.py | 432 -------------------- deluge/plugins/feeder/feeder/template/feeds.html | 13 - .../feeder/feeder/template/filter_settings.html | 50 --- deluge/plugins/feeder/feeder/template/filters.html | 39 -- deluge/plugins/feeder/feeder/webui.py | 277 ------------- deluge/plugins/feeder/setup.py | 70 ---- deluge/plugins/freespace/create_dev_link.sh | 7 - deluge/plugins/freespace/freespace/__init__.py | 58 --- deluge/plugins/freespace/freespace/common.py | 42 -- deluge/plugins/freespace/freespace/core.py | 201 --------- .../plugins/freespace/freespace/data/config.glade | 100 ----- .../plugins/freespace/freespace/data/freespace.js | 50 --- deluge/plugins/freespace/freespace/gtkui.py | 174 -------- deluge/plugins/freespace/freespace/webui.py | 55 --- deluge/plugins/freespace/setup.py | 71 ---- deluge/plugins/stats/create_dev_link.sh | 6 - deluge/plugins/stats/setup.py | 81 ---- deluge/plugins/stats/stats/__init__.py | 57 --- deluge/plugins/stats/stats/common.py | 39 -- deluge/plugins/stats/stats/core.py | 169 -------- deluge/plugins/stats/stats/data/config.glade | 27 -- deluge/plugins/stats/stats/data/stats.js | 48 --- deluge/plugins/stats/stats/data/tabs.glade | 103 ----- deluge/plugins/stats/stats/graph.py | 262 ------------ deluge/plugins/stats/stats/gtkui.py | 151 ------- deluge/plugins/stats/stats/test.html | 9 - deluge/plugins/stats/stats/test.py | 78 ---- deluge/plugins/stats/stats/test.sh | 6 - deluge/plugins/stats/stats/test_total.py | 23 - deluge/plugins/stats/stats/webui.py | 54 --- 38 files changed, 0 insertions(+), 3176 deletions(-) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
