Modifiying the bootstrap Data.fs?
Does anyone know how to modify the bootstrap Data.fs that is installed after a new Zope installation and how to modify the Zope Quickstart page? -aj
AFAIK, there is no Data.fs.in file anymore and the "OFS.Application" logic creates all the objects it needs at startup time. Quickstart text is in lib/python/App/dtml/zope_quick_start.dtml (it's not read from ZODB at all). - C On Dec 22, 2005, at 9:26 AM, Andreas Jung wrote:
Does anyone know how to modify the bootstrap Data.fs that is installed after a new Zope installation and how to modify the Zope Quickstart page?
-aj
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
--On 22. Dezember 2005 09:48:01 -0500 Chris McDonough <chrism@plope.com> wrote:
AFAIK, there is no Data.fs.in file anymore and the "OFS.Application" logic creates all the objects it needs at startup time.
Quickstart text is in lib/python/App/dtml/zope_quick_start.dtml (it's not read from ZODB at all).
Yeah, I found it meanwhile...somehow "grep -r " fooled me. -aj
participants (2)
-
Andreas Jung -
Chris McDonough