Changes between Version 81 and Version 82 of XmlRpcPlugin


Ignore:
Timestamp:
Aug 25, 2010, 8:14:29 PM (14 years ago)
Author:
Max
Comment:

fix format of trac with confluence + instructions on patch + attached patches.

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v81 v82  
    321321}}}
    322322==== Instructions ====
    323  # apply the patches:
    324    # to the xmlrpc library
    325    # to the trac4r gem to pick up the patch features
    326  # create a .yml file called {{{~/.trac/creds.yml}}} of the following structure:
     323 1. apply the patches:
     324   1. to the [attachment:"xmlrpc-client.SSL.patch" xmlrpc client]
     325{{{
     326sudo su -
     327cd /usr/lib/ruby/1.8/
     328patch -p0  < /path/to/xmlrpc-client.SSL.patch
     329}}}
     330   1. to the [attachment:"trac4r-1.2.3.SSL.patch" trac4r gem]
     331{{{
     332sudo su -
     333cd /var/lib/gems/1.8/gems/
     334patch -p0  < /path/to/trac4r-1.2.3.SSL.patch
     335}}}
     336 1. create a .yml file called {{{~/.trac/creds.yml}}} of the following structure:
    327337{{{
    328338---
     
    334344keypass: yourkeypassword
    335345}}}
    336  # use the data in the code
     346   * do not forget to chmod the personal files to 600 or 400
     347 1. use the data in the code
    337348{{{
    338349#!ruby
     
    363374}}}
    364375
     376'''NOTE:''' the above (trac4r) code has been run on Debian/GNU system, so it has UNIX-like OS assumption.
    365377
    366378
     
    385397== Author/Contributors ==
    386398
    387 '''Authors and contributors:''' [wiki:athomas], [wiki:mgood], [wiki:osimons], [wiki:olemis Olemis Lang] [wiki:sobersabre] [[BR]]
     399'''Authors and contributors:''' [wiki:athomas], [wiki:mgood], [wiki:osimons], [wiki:olemis Olemis Lang], [wiki:sobersabre] [[BR]]
    388400'''Maintainer:''' [wiki:osimons] [[BR]]