Changes between Version 10 and Version 11 of MoinToTracScript


Ignore:
Timestamp:
May 24, 2020, 6:55:13 AM (4 years ago)
Author:
figaro
Comment:

Move example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • MoinToTracScript

    v10 v11  
    2222   A mapping of page name to trac wikis.
    2323
    24 Optionally 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.
     24Optionally 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 your pages into your wiki.
    2525
    2626The syntax is as follows:
     
    3131If a `wikimapfile` is specified then only those pages in the map file will be transferred
    3232
    33 Also included is modified script (twiki2moin.py) to convert a [http://twiki.org/ Twiki] archive to a MoinMoin archive.
     33Example usage:
     34
     35{{{#!sh
     36$ python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
     37}}}
     38
     39Also included is a modified script (twiki2moin.py) to convert a [http://twiki.org/ Twiki] archive to a MoinMoin archive.
    3440
    3541== Bugs/Feature Requests
     
    5056Check out [/svn/mointotracscript using Subversion], or [source:mointotracscript browse the source] with Trac.
    5157
    52 == Example
    53 
    54 {{{#!sh
    55 $ python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
    56 }}}
    57 
    5858== Recent Changes
    5959