Changes between Version 18 and Version 19 of Development/Plugins


Ignore:
Timestamp:
05/25/2009 12:59:21 PM (15 years ago)
Author:
hassanibraheem
Comment:

The create_plugin.py for 1.1.8 doesn't work with 1.1.7.

Legend:

Unmodified
Added
Removed
Modified
  • Development/Plugins

    v18 v19  
    1313 
    1414== 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. 
     15A script is available to create a new plugin here: http://dev.deluge-torrent.org/browser/trunk/deluge/scripts/create_plugin.py?format=raw 
     16 
     17For 1.1.7 : http://dev.deluge-torrent.org/browser/tags/deluge-1.1.7/deluge/scripts/create_plugin.py?rev=5174 
    1618 
    1719'''Note''': You may need to install the ''python-setuptools'' package if you don't have it.