Hi. I've been playing around with your excellent Bitakora weblog product - it's
very nice.
Thanks for keeping it open source and using Zope/Python.
So my question:
I would like to modify some aspects of the product contained mostly in dtml
files in the ui
folder. I notice that some of these files are loaded into the ZMI to be edited
(/ui/
communityTemplates) and some are not (just in /ui).
If I would like to modify those files that ARE NOT LOADED into the ZMI - would
you suggest
that I edit those files directly on the filesystem ... or should I modify the
"load" functions (i.e.
_addMethods _addTemplates _addContent ... etc. etc.) to load all the files I
plan to change?
Just want to be the most compatible with where you are going in a future
release.
Thanks again for a real nice Zope product.
-F