Changes between Version 8 and Version 9 of MoinToTracScript


Ignore:
Timestamp:
Nov 2, 2015, 1:05:28 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MoinToTracScript

    v8 v9  
    1 = Convert !MoinMoin (or twiki) Wiki to trac =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Convert !MoinMoin (or twiki) Wiki to Trac
     4
     5== Description
     6
     7This is a script that converts [https://moinmo.in/ MoinMoin] wiki pages to Trac wiki pages.
     8
     9'''Syntax''':
    410
    511`moin2trac.py <moindir> <tracprojectdir> [wikimapfile]`
     12
     13'''Arguments''':
    614
    715 `moindir`::
     
    1624The syntax is as follows:
    1725{{{
    18 MoinPageName   <tracprojectdir>
     26MoinPageName <tracprojectdir>
    1927}}}
    2028
    2129If a `wikimapfile` is specified then only those pages in the map file will be transferred
    2230
     31Also included is modified script (twiki2moin.py) to convert a [http://twiki.org/ Twiki] archive to a MoinMoin archive.
    2332
     33== Bugs/Feature Requests
    2434
    25 Also included is modified script (twiki2moin.py) to convert a [http://twiki.org/ Twiki]
    26 archive to a moinmoin archive.
    27 
    28 
    29 == Bugs/Feature Requests ==
    30 
    31 Existing bugs and feature requests for MoinToTracScript are
    32 [query:?status=new&status=assigned&status=reopened&group=&component=MoinToTracScript&order=priority  here].
     35Existing bugs and feature requests for MoinToTracScript are [report:9?COMPONENT=MoinToTracScript here]
    3336
    3437If you have any issues, create a
    35 [http://trac-hacks.org/newticket?component=MoinToTracScript&owner=kgk new ticket].
     38[/newticket?component=MoinToTracScript new ticket].
    3639
    37 == Download and Source ==
     40[[TicketQuery(component=MoinToTracScript&group=type,format=progress)]]
    3841
    39 Download the [download:mointotracscript zipped source], check out [http://trac-hacks.org/svn/mointotracscript using Subversion], or [source:mointotracscript browse the source] with Trac.
     42== Download and Source
    4043
    41 == Example ==
     44Download the [export:mointotracscript zipped source].
    4245
    43 {{{
    44  $ python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
     46== Source
     47
     48Check out [/svn/mointotracscript using Subversion], or [source:mointotracscript browse the source] with Trac.
     49
     50== Example
     51
     52{{{#!sh
     53$ python moin2trac.py /var/lib/twiki/Main /home/trac/myproject
    4554}}}
    4655
    47 
    48 
    49 == Recent Changes ==
     56== Recent Changes
    5057
    5158[[ChangeLog(mointotracscript, 3)]]
    5259
    53 == Author/Contributors ==
     60== Author/Contributors
    5461
    5562'''Author:''' [wiki:kgk] [[BR]]
     63'''Maintainer:''' [[Maintainer]] [[BR]]
    5664'''Contributors:'''