Changes between Version 110 and Version 111 of XmlRpcPlugin


Ignore:
Timestamp:
Jul 28, 2015, 1:51:36 AM (9 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v110 v111  
    1616
    1717Protocol and method documentation for the latest version of the plugin can be found [/rpc here].
    18  
     18
    1919=== Todo
    2020
     
    2929[[TicketQuery(component=XmlRpcPlugin&group=type,format=progress)]]
    3030
    31 == Download and Source
    32                  
    33 Download the [download:xmlrpcplugin zipped source], check out the [/svn/xmlrpcplugin source using Subversion] or [source:xmlrpcplugin browse the source] with Trac.
    34 
    35 Experimental features and work in progress can be found at a [http://bitbucket.org/osimons/trac-rpc-mq/ patches repository hosted by Bitbucket]. Work in progress is developed using [http://hgbook.red-bean.com/read/managing-change-with-mercurial-queues.html Mercurial Queues].
    36 
    37 For enhanced compatibility with [wiki:ApacheBloodhound Apache™ Bloodhound] >= 0.6 download the ''BloodhoundRPC'' fork from [https://bitbucket.org/olemis/bloodhound-rpc this repository] and check out `bloodhound_rpc` branch.
    38 
    39 == Installation
    40 
    41 === Simple Installation
    42 
    43 Perform the following commands in your trac project's directory (sudo may be necessary for easy_install. If it fails, try **sudo easy_install** instead of **easy_install**)
     31
     32== Simple Installation
     33
     34Perform the following commands in your trac project's directory (sudo may be necessary, so if easy_install fails, try **sudo easy_install** instead of **easy_install**)
    4435{{{
    4536easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/0.10
     
    4940And you're done! RPC should now work for all authenticated users.
    5041
    51 === Advanced Installation Notes
     42== Download and Source
     43                 
     44Download the [download:xmlrpcplugin zipped source], check out the [/svn/xmlrpcplugin source using Subversion] or [source:xmlrpcplugin browse the source] with Trac.
     45
     46Experimental features and work in progress can be found at a [http://bitbucket.org/osimons/trac-rpc-mq/ patches repository hosted by Bitbucket]. Work in progress is developed using [http://hgbook.red-bean.com/read/managing-change-with-mercurial-queues.html Mercurial Queues].
     47
     48For enhanced compatibility with [wiki:ApacheBloodhound Apache™ Bloodhound] >= 0.6 download the ''BloodhoundRPC'' fork from [https://bitbucket.org/olemis/bloodhound-rpc this repository] and check out `bloodhound_rpc` branch.
     49
     50== Advanced Installation Notes
    5251
    5352This plugin ''requires'' at least Trac 0.10, but Trac 0.11 or 0.12 is recommended.