Package: collective - UserTrack
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | UserTrack |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/UserTrack/ |
Package README (CVS ver. 1.1.1.1)
lists the currently active authenticated users that
are logged into zope and accessed an object below
the folder where the UserTrack instance resides.
for Plone portals you can install CMFUserTrackTool that
uses this product
- Installation
- Unpack UserTrack.tgz into your Zope's Products directory
- start Zope :)
- Usage
- Just create an instance of UserTrack in a location of your coice
- you can now see the tha username and last clicked URL of the active users
- Properties
- timeout
defines the timeout. if the user's last click is less than
timeout seonds ago he is considered as active
- list_anon
defines wether 'Anonymous' shall be listed (default:0)
- promote
defines wether the UserTrack instance passes the
information to the next UserTrack instance in the
acquisition path. This is necessary nested tracking
of user activity is desired.
ATTENTION:
It is *NOT* ZEO safe yet !!