A Plone add-on that tracks which registered user has downloaded a file (ATFile) at which time. It displays this value in a viewlet below File's title. Administrators are able to delete tracked records.
- collective.downloadtracker adds a LinesField to ATFile via ATSchemaExtender
- Download records are appended as jsonfied dictionaries in this field.
- A viewlet appears under the title. It shows a table with the username of the downloader and the time.
To install collective.downloadtracker you simply add collective.downloadtracker
to the list of eggs in your buildout, run buildout and restart Plone.
Then, install collective.downloadtracker using the Add-ons control panel.
...