Changes between Version 2 and Version 3 of XmlRpcPlugin


Ignore:
Timestamp:
Dec 21, 2005, 4:32:52 AM (18 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v2 v3  
    77It also includes some exported functions for manipulating tickets, with plans to include functions for other parts of Tracs API.
    88
    9 '' '''Note:''' Unfortunately, due to some issues with mod_pythons !FieldStorage emultation layer, this plugin requires the patch in [trac-ticket:2509 #T2509] to be applied to your Trac installation.''''
     9== Installation ==
     10
     11Unfortunately, due to some issues with mod_pythons !FieldStorage emultation layer, this plugin requires the patch in [trac-ticket:2509 #T2509] to be applied to your Trac installation.
     12
     13Once this patch has been applied, install in the same manner as any other Trac plugin:
     14{{{
     15# python setup.py bdist_egg
     16# cp dist/*.egg /srv/trac/env/plugins
     17}}}
    1018
    1119== Bugs/Feature Requests ==