Elena Schulz wrote:
I have one or two more questions about ape fs storage: 1. Some meta_types are stored in plain readable text like Python Scripts, ZSQL-Methods and Page Templates. Others like DTML Documents and Methods have a pickled fs represantation. As ZSQL-Methods are almost the same as DTML I don't see a reason for this. Does anyone know more about that and may be how to give DTML Documents and Methods also a readable fs representation.
2. On windows PageTemplates get the extension html. How to change that into zpt? Same with other meta_types like DTML (after makeing them human readable)
These are both configurable in apeconf.xml. See: http://cvs.zope.org/Products/Ape/lib/apelib/zope2/apeconf.xml?rev=1.9&conten... http://cvs.zope.org/Products/Ape/doc/apexml.txt?rev=1.4 Shane