in the course of a migration project, I need to marry Plone3 with
MoinMoin in a way that allows me to migrate MoinMoin content to Plone.
So far, I'd like to add a parser along with some config data that hooks
it up to the rest of the interface, so users can choose to edit their
pages using MoinMoin syntax, or I can add MoinMoin pages in bulk, via
WebDAV.

Using eg. grep, I didn't proceed too far yet, so any pointers about
where to look would be great.

For WebDAV you will need to use something called a 'marshaller'. Marshallers are configured, by default, as part of the schema of the content class. There's a product called 'Marshall' that lets you configure marshallers through the Zope Management Interface using rules. But the first step is writing a marshaller that can parse the MoinMoin pages into something usable by Plone. You can find an example here:

http://svn.plone.org/svn/archetypes/Marshall/trunk/handlers/rfc822header.py

--
Sidnei da Silva
Enfold Systems, Inc.

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to