Skip to content

Plone add on that logs each time a user views a page, then provides an audit portlet for users with higher perms

Notifications You must be signed in to change notification settings

eleddy/big.brother

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big.Brother - Introduction
==========================
This product will install a viewlet that tracks who has viewed a document 
and when. It will also add a portlet for people with permission X to see 
the last time that each person viewed that item.

It uses sqlalchemy and a sqlite database to store all the results. It's not 
meant then for large sites or multi-site hosting. It could be configured that 
way but not right now. 

I am using a relational database because it makes more sense for data monkeys 
to parse through the data in the end. This would likely be useful for admin 
and IT types than developers. It's also fast, which is a nice feature.

For known issues, see docs/TODO.txt.

About

Plone add on that logs each time a user views a page, then provides an audit portlet for users with higher perms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages