= Convert !MoinMoin (or twiki) Wiki to trac = == Description == `moin2trac.py [wikimapfile]` `moindir`:: The original moinmoin ''pages'' directory (e.g., ''...//data/pages''). `tracprojectdir`:: The target trac project directory. `wikimapfile`:: A mapping of page name to trac wikis. 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. The syntax is as follows: {{{ MoinPageName }}} If a `wikimapfile` is specified then only those pages in the map file will be transferred Also included is modified script (twiki2moin.py) to convert a [http://twiki.org/ Twiki] archive to a moinmoin archive. == Bugs/Feature Requests == Existing bugs and feature requests for MoinToTracScript are [query:?status=new&status=assigned&status=reopened&group=&component=MoinToTracScript&order=priority here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MoinToTracScript&owner=kgk new ticket]. == Download and Source == Download the [download:mointotracscript zipped source], check out [http://trac-hacks.org/svn/mointotracscript using Subversion], or [source:mointotracscript browse the source] with Trac. == Example == {{{ $ python moin2trac.py /var/lib/twiki/Main /home/trac/myproject }}} == Recent Changes == [[ChangeLog(mointotracscript, 3)]] == Author/Contributors == '''Author:''' [wiki:kgk] [[BR]] '''Contributors:'''