File contents
CMFoldTracker 11/3/01 Marc Lindahl (http://www.zope.org/Members/bowerymarc)
==================
This is a hack of the old Tracker, to fit into CMF. It's probably
completely obsolete, now that there's an official CMFTracker, but who
knows. It works, I'm using it now on bowery.com/bea. One thing that's
distinctive is that each tracker creates it's own private Catalog. This
means that it's very secure - it won't be searched by the overall site's
search facility. This could be a good thing...
Installation instructions:
0. in some temp directory, tar -xvzf CMFoldTracker.tgz. This has
TrackerBase.tgz, Tracker.zexp, Tracker_portal_type.zexp, and INSTALL.txt in it.
1. cd to your Prouducts directory.
2. tar -xvzf TrackerBase.tgz
3. move Tracker.zexp and Tracker_portal_type.zexp into your import directory.
5. restart Zope. You should see TrackerBase installed.
6. in your ZMI, go to your Control_Panel/Products directory.
7. import Tracker.zexp.
8. go to your CMF portal's portal_types folder. Import
Tracker_portal_type.zexp.
9. change security permissions for 'owner' at root of portal for all the Tracker stuff
(there's a pile of them). Also give whoever else needs these permissions.
Add Tracker
Configure Tracker
Create Issues
Issue Overrides
Priviledged Issue Interactions
Public Issue Interaction
Supporter
Tracker Staff
10. Like I said, it's kind of a hack at this point, so please feel free to
clean it up! Ain't that the beauty of open source? :)