Changes between Initial Version and Version 1 of MoinToTracScript


Ignore:
Timestamp:
Nov 17, 2006, 6:41:52 AM (17 years ago)
Author:
Kristian Kvilekval
Comment:

New hack MoinToTracScript, created by kgk

Legend:

Unmodified
Added
Removed
Modified
  • MoinToTracScript

    v1 v1  
     1= Convert MoinMoin to trac =
     2
     3== Description ==
     4
     5   moin2trac.py <moindir> <tracprojectdir> [<wikimapfile>]
     6
     7   <moindir> is the original moinmoin directory.
     8    <tracprojectdir> is the target trac project directory
     9    <wikimapfile>  A mapping of page name to trac wikis
     10
     11   Optionally you may also include <wikimapfile> which
     12   is useful if you would like to split your wiki into
     13   a trac multi-project or if you would prefer to map
     14   only some of you pages into your wiki.
     15
     16   The syntax is as follow
     17   MoinPageName   <tracprojectdir>
     18
     19   If a <wikimapfile> is specified then only
     20   those pages in the map file will be transfered
     21
     22
     23== Bugs/Feature Requests ==
     24
     25Existing bugs and feature requests for MoinToTracScript are
     26[report:9?COMPONENT=MoinToTracScript here].
     27
     28If you have any issues, create a
     29[http://trac-hacks.org/newticket?component=MoinToTracScript&owner=kgk new ticket].
     30
     31== Download ==
     32
     33Download the zipped source from [download:mointotracscript here].
     34
     35== Source ==
     36
     37You can check out MoinToTracScript from [http://trac-hacks.org/svn/mointotracscript here] using Subversion, or [source:mointotracscript browse the source] with Trac.
     38
     39== Example ==
     40
     41python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
     42
     43
     44
     45== Recent Changes ==
     46
     47[[ChangeLog(mointotracscript, 3)]]
     48
     49== Author/Contributors ==
     50
     51'''Author:''' [wiki:kgk] [[BR]]
     52'''Contributors:'''