Toby Bologna wrote at 2003-3-7 07:42 -0800: > I'm a programmer but new to Zope. I'm developing a text markup language > like Structured Text that better suits my needs outside the Zope/Python > world. Would I be able to incorporate it within Zope, i.e., so I could > edit the new format in the edit window and have it displayed as HTML by > the server, handled as a Zope object, etc.?
Sure, you would define your own content class. Have a look at ZWiki. It supports several dozens of text formats. It would be easy to add new ones ;-) Dieter _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )