Timestamp files published in Plone
Project description
collective.timestamp
Timestamp Files (or any other content types with a file primary field) in Plone. The collective.timestamp behavior must be activated on content types you want to timestamp.
Features
Allows you to timestamp a file via a toolbar action.
Provides a way to timestamp files through a content rule action executor.
Displays a timestamped viewlet on timestamped content.
The viewlet provides access to a verification view (with files and instructions).
Timestamping service and verification instructions are configurable via a configlet.
Translations
This product has been translated into
French
Installation
Install collective.timestamp by adding it to your buildout:
[buildout] ... eggs = collective.timestamp
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/collective/collective.timestamp/issues
Source Code: https://github.com/collective/collective.timestamp
Support
If you are having issues, please let us know.
License
The project is licensed under the GPLv2.
Contributors
Affinitic, support@affinitic.be
Changelog
1.0a2 (2024-10-11)
Added TimeStamper._effective_related_indexes to factorize the list of catalog indexes related to the effective functionality. Make TimeStamper.timestamp return data and timestamp in case it is overrided or called from external code. [gbastien]
1.0a1 (2024-09-17)
Initial release. [laulaz]