Changes between Version 113 and Version 114 of XmlRpcPlugin


Ignore:
Timestamp:
Nov 18, 2015, 9:00:44 AM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v113 v114  
    2323== Bugs/Feature Requests
    2424 
    25 Existing bugs and feature requests for XmlRpcPlugin are [query:status!=closed&component=XmlRpcPlugin&order=priority here].
     25Existing bugs and feature requests for XmlRpcPlugin are [report:9?COMPONENT=XmlRpcPlugin here].
    2626
    2727If you have any issues, create a [/newticket?component=XmlRpcPlugin&owner=osimons&cc=olemis new ticket].
     
    2929[[TicketQuery(component=XmlRpcPlugin&group=type,format=progress)]]
    3030
     31== Download
     32                 
     33Download the zipped source from [export:xmlrpcplugin here].
     34
     35== Source
     36
     37Check out XmlRpcPlugin using Subversion from [/svn/xmlrpcplugin here] or [source:xmlrpcplugin browse the source] with Trac.
     38
     39Experimental 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].
     40
     41For 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.
    3142
    3243== Simple Installation
    3344
    34 Perform 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**)
    35 {{{
     45Perform the following commands in your Trac project's directory:
     46
     47{{{#!sh
    3648easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk
    3749trac-admin . config set components tracrpc.* enabled
    3850trac-admin . permission add authenticated XML_RPC
    3951}}}
    40 And you're done! RPC should now work for all authenticated users.
    41 
    42 == Download and Source
    43                  
    44 Download the [download:xmlrpcplugin zipped source], check out the [/svn/xmlrpcplugin source using Subversion] or [source:xmlrpcplugin browse the source] with Trac.
    45 
    46 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].
    47 
    48 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.
     52
     53Note that sudo may be necessary, so if easy_install fails, try **sudo easy_install** instead of **easy_install**.
     54
     55RPC should now work for all authenticated users.
    4956
    5057== Advanced Installation Notes
     
    7683[components]
    7784tracrpc.* = enabled
    78 }}}
    79 
     85}}}
    8086
    8187== Troubleshooting
     
    192198==== Using Digest Authentication in Python
    193199
    194 One can use digest authentication if you know the realm that you are connecting to. This shows up in the login box "server says '<realm'".
     200One can use digest authentication if you know the realm that you are connecting to. This shows up in the login box "server says '<realm'":
    195201
    196202{{{#!python