Changes between Version 2 and Version 3 of CityTracScript


Ignore:
Timestamp:
Dec 16, 2007, 3:06:04 AM (16 years ago)
Author:
RottenChester
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CityTracScript

    v2 v3  
    1 = Tools for Trac City Wikis =
     1= Conversion Script for Project Sycamore wikis =
    22
    33== Description ==
    44
    5 [CityTrac] has two goals:
    6 
    7 1.  Create scripts to migrate wikis stored in [http://projectsycamore.org Sycamore] to trac.
    8 
    9 1.  Create plugins to replicate Sycamore features missing from trac, and to add new features in trac which are tailored for use in city wikis.
    10 
    11 At this point, CityTrac makes the following assumptions, which needn't be cast in stone:
    12 
    13 1.  The target database is MySQL.
    14 
    15 1.  The trac instance will use the acct_mgr plugin with the db backend.  In other words, user information is stored in the session_attribute table.
    16 
    17 
     5This is the first pass at a script to convert [http://projectsycamore.org Sycamore] wikis to trac.  It assumes the trac instance will use the acct_mgr plugin with the db backend, and that the target db is MySQL.  In other words, user information is stored in the session_attribute table.
    186
    197