Changes between Version 18 and Version 19 of Development/Plugins
- Timestamp:
- 05/25/2009 12:59:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Plugins
v18 v19 13 13 14 14 == Creating a new plugin == 15 Here is is a script to create a new plugin : http://dev.deluge-torrent.org/browser/trunk/deluge/scripts/create_plugin.py?format=raw. 15 A script is available to create a new plugin here: http://dev.deluge-torrent.org/browser/trunk/deluge/scripts/create_plugin.py?format=raw 16 17 For 1.1.7 : http://dev.deluge-torrent.org/browser/tags/deluge-1.1.7/deluge/scripts/create_plugin.py?rev=5174 16 18 17 19 '''Note''': You may need to install the ''python-setuptools'' package if you don't have it.