Changes between Version 1 and Version 2 of MoinToTracScript


Ignore:
Timestamp:
Nov 17, 2006, 6:50:30 AM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Clean up formatting

Legend:

Unmodified
Added
Removed
Modified
  • MoinToTracScript

    v1 v2  
    1 = Convert MoinMoin to trac =
     1= Convert !MoinMoin to trac =
    22
    33== Description ==
    44
    5    moin2trac.py <moindir> <tracprojectdir> [<wikimapfile>]
     5`moin2trac.py <moindir> <tracprojectdir> [wikimapfile]`
    66
    7    &lt;moindir&gt; is the original moinmoin directory.
    8     &lt;tracprojectdir&gt; is the target trac project directory
    9     &lt;wikimapfile&gt;  A mapping of page name to trac wikis
     7 `moindir`::
     8   The original moinmoin directory.
     9 `tracprojectdir`::
     10   The target trac project directory.
     11 `wikimapfile`::
     12   A mapping of page name to trac wikis.
    1013
    11    Optionally you may also include &lt;wikimapfile&gt; 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.
     14Optionally you may also include `wikimapfile` which is useful if you would like to split your wiki into a Trac multi-project or if you would prefer to map only some of you pages into your wiki.
    1515
    16    The syntax is as follow
    17    MoinPageName   &lt;tracprojectdir&gt;
     16The syntax is as follows:
     17{{{
     18MoinPageName   <tracprojectdir>
     19}}}
    1820
    19    If a &lt;wikimapfile&gt; is specified then only
    20    those pages in the map file will be transfered
     21If a `wikimapfile` is specified then only those pages in the map file will be transfered
    2122
    2223
     
    3940== Example ==
    4041
    41 python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
     42{{{
     43 $ python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
     44}}}
    4245
    4346