Creating a Zope-site using the file system
Hello, I'm a bit surprised I didn't find any information on this topic on google, but perhaps I used the wrong keywords. Anyway, I think this question has been asked several times and I hope I'm not bothering you by asking it yet another time. I'm creating a web application (not a site) using Zope and ZODB and I'd like to do all the development on the file system as I want to use syntax highlighting and version control. I've read somewhere that everything you can do with the management interface you can also do from the file system. How? Should I create a dummy product that creates all the ZPTs, python scripts, etc.? How do I debug such a product? By removing the directory, restarting Zope and adding it again? Thanks for any advice, -Petter-
Use CMF or the standalone Skinstools from Chris McDonough. Then you can register a folder a filesystem directory view and put all your stuff inside. -aj --On Montag, 10. Mai 2004 10:26 Uhr +0300 Petter Holmström <peholmst@abo.fi> wrote:
Hello,
I'm a bit surprised I didn't find any information on this topic on google, but perhaps I used the wrong keywords. Anyway, I think this question has been asked several times and I hope I'm not bothering you by asking it yet another time.
I'm creating a web application (not a site) using Zope and ZODB and I'd like to do all the development on the file system as I want to use syntax highlighting and version control. I've read somewhere that everything you can do with the management interface you can also do from the file system. How? Should I create a dummy product that creates all the ZPTs, python scripts, etc.? How do I debug such a product? By removing the directory, restarting Zope and adding it again?
Thanks for any advice,
-Petter-
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andreas Jung -
Petter Holmström