[Trac] Re: Importing other wikis?

2006-11-16 Thread Kristian Kvilekval
Thanks, I found some similar code in the trac source and tried it and it worked... http://trac-hacks.org/wiki/MoinToTracScript Also included is an updated script to convert a Twiki Wiki to moinmoin. Thanks for the help On Thu, 2006-11-16 at 21:42 -0800, Matt Good wrote: > kris wrote: > > Th

[Trac] Re: Importing other wikis?

2006-11-16 Thread Matt Good
kris wrote: > Thanks for the pointers, using that I can write a small script > to import the pages, but the attachments have me stumped. > > Does anybody know how to define an attachment to a page? > > Here's a 1st draft of moin2trac script: > ...snip... Since you're using Python using the Trac

[Trac] Re: Importing other wikis?

2006-11-16 Thread kris
Thanks for the pointers, using that I can write a small script to import the pages, but the attachments have me stumped. Does anybody know how to define an attachment to a page? Here's a 1st draft of moin2trac script: #!/usr/bin/python import sys,os import trac.scripts.admin admin = trac.

[Trac] Re: Importing other wikis?

2006-11-16 Thread Sid Wiesner
kris wrote: > I have quite a few documents related to a project that I am now > supporting > with Trac. I would like to convert those pages into the trac wiki. > > I have been able to convert my twiki documents to moinmoin. Is there > any known way to batch insert either of these into a trac wi

[Trac] Re: Importing other wikis?

2006-11-16 Thread Jason Winnebeck
I believe you can do this with trac-admin there is a wiki command that uploads I believe a whole directory of files. Jason -Original Message- From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kris Sent: Thursday, November 16, 2006 4:56 PM To: Trac Users Subject: [T