[Zope-CMF] Migrating existing wiki content to CMFWiki / ZWiki

george donnelly list@zettai.net
Tue, 05 Nov 2002 12:06:12 -0500


you might try using a Content type Registry object. I have a client who did
something like this and was up and running quite fast. he accesses the wiki
with WebDAV dumping in lots of data quite rapidly.

<http://www.google.com/search?num=50&hl=en&lr=&ie=ISO-8859-1&q=site%3Azope.o
rg+Content+type+Registry >

<-->
george donnelly - http://zettai.net/ - "We Love Newbies" :)
Zope Hosting - Dynamic Website Design - Search Engine Promotion
Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net

> From: "Gordon Ingram" <gordon.ingram@OrbisUK.com>
> 
> What I would like is some method of exporting all the pure wiki data from a
> site, without bothering about the Zope-specific metadata. More pressingly,
> some method of importing a load of pure wiki data to a Zope installation,
> and automatically creating appropriate Zope metadata. Does anyone know of a
> script, for example, that can take a directory and add every file within the
> directory as a CMFWiki page? I'm sure it's not too difficult to do. Just
> surprises me that it's not part of the standard ZMI.