Changes between Version 6 and Version 7 of CityTracScript


Ignore:
Timestamp:
Feb 14, 2017, 9:22:20 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • CityTracScript

    v6 v7  
    66
    77This plugin converts [http://projectsycamore.org Sycamore] wikis to Trac. It assumes the Trac instance will use the AccountManagerPlugin with the same database backend, and that the target database is MySQL. In other words, user information is stored in the session_attribute table.
     8
     9The script is called as follows:
     10
     11{{{#!sh
     12python sycamore2trac.py
     13}}}
    814
    915== Bugs/Feature Requests
     
    2935General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3036
    31 == Example
    32 
    33 {{{#!sh
    34 python sycamore2trac.py
    35 }}}
    36 
    3737== Recent Changes
    3838