Interview with Ploners
Formulator makes life easy
Server side python
Resetting Zope's session timeout
Getting undo history
« Lust-see TV
» Stand-alone use of SWT
I’m working on a Zope project that has quite a few code and HTML objects, in one folder. For programming documentation, and for quick reference, I wanted to print out a report that shows a list of all the objects in the folder and other objects in the same folder that calls this.
Here is a simple Python Script to do that.
## Script (Python) "cxref"Output is like:
coverage_types[Get Coverage Types] - index_html[Welcome Screen] - coverage_types[Get Coverage Types] - update_ee_data[Validates and Updates record] create_user_accounts[Create individual user accounts] - INSTALL[Installation Instructions]
Very useful! Thank you.