Zope's DocumentLibrary product might be useful for this project. It could provide an organizing principle for at least part of your problem. (http://www.zope.org/Members/Kaivo/DocumentLibrary) Bryan Bryan R. Capitano President, CAPITANO WEb CONSULTING Tel: 541-344-0747 Email: Bryan@capitanoweb.com URL: http://www.capitanoweb.com
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Daryl Middleton Sent: Monday, December 23, 2002 8:53 AM To: zope@zope.org Subject: [Zope] Content Management
I need to be able to have many people collaborate on a project where they could send me text data delivered to a specific file that is assigned according to their geographic area. From that text file I will then utilize a python script to organize the text into XML for a book type publication. I am not sure if I should just collect the data in Zope, and then place it in Apache where scripts could manipulate the text for XML. I know that Python and Apache work very well for the XML conversion and XSLT. My main question is how would I design a form in Zope that would deliver the text file to that specific file listed above. Any suggestions would be helpful. Thanks
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )