Package: collective - PloneContent
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | PloneContent |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/PloneContent/ |
Package README (CVS ver. 1.1)
Why? PloneContent should demonstrate how to build some CMF Types building Python. Also provide common set of libraries thats simple. Having example code enables people who are not familiar with ZOPE and CMF but understand Python/OOP to read code. CMFOptions is another collection of Content/Toolings for CMF. Contains: - HistoricalDocument - mixes in OFS.History.Historical into a Document and adds an 'history' tab to the Factory Type Information (FTI) Please feel free for checking in any other examples. Dont feel like you need my permisison. Just dont screw anything up. Ideas: - Poll content object using BTrees - Content object that allows the inclusion of DTML and/or PagTemplates. (Should create a permission - 'Add Complex Content') - Composite content objects (contain other objects) like CMFArticle would be nice to add into this. CMFArticle would be nice to be reworked a bit and put in here. - ExtFile?