collective.timestamp


Namecollective.timestamp JSON
Version 1.0a2 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.timestamp
SummaryTimestamp files published in Plone
upload_time2024-10-11 12:12:56
maintainerNone
docs_urlNone
authorAffinitic
requires_python>=3.8
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://github.com/collective/collective.timestamp/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.timestamp/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.timestamp/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.timestamp?branch=main
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/collective.timestamp.svg
    :target: https://pypi.python.org/pypi/collective.timestamp/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.timestamp.svg
    :target: https://pypi.python.org/pypi/collective.timestamp
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.timestamp.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.timestamp.svg
    :target: https://pypi.python.org/pypi/collective.timestamp/
    :alt: License


====================
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]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.timestamp",
    "name": "collective.timestamp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "Affinitic",
    "author_email": "support@affinitic.be",
    "download_url": "https://files.pythonhosted.org/packages/53/d9/8ad423244008bcfd8d68b77607d7fa0e84faace65f01e3447e656fab3b37/collective_timestamp-1.0a2.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.timestamp/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.timestamp/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.timestamp/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.timestamp?branch=main\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/collective.timestamp.svg\n    :target: https://pypi.python.org/pypi/collective.timestamp/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.timestamp.svg\n    :target: https://pypi.python.org/pypi/collective.timestamp\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.timestamp.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.timestamp.svg\n    :target: https://pypi.python.org/pypi/collective.timestamp/\n    :alt: License\n\n\n====================\ncollective.timestamp\n====================\n\nTimestamp Files (or any other content types with a file primary field) in Plone.\nThe `collective.timestamp` behavior must be activated on content types you want to timestamp.\n\n\nFeatures\n--------\n\n- Allows you to timestamp a file via a toolbar action.\n- Provides a way to timestamp files through a content rule action executor.\n- Displays a timestamped viewlet on timestamped content.\n- The viewlet provides access to a verification view (with files and instructions).\n- Timestamping service and verification instructions are configurable via a configlet.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- French\n\n\nInstallation\n------------\n\nInstall collective.timestamp by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.timestamp\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.timestamp/issues\n- Source Code: https://github.com/collective/collective.timestamp\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Affinitic, support@affinitic.be\n\n\nChangelog\n=========\n\n\n1.0a2 (2024-10-11)\n------------------\n\n- Added `TimeStamper._effective_related_indexes` to factorize the list of\n  catalog indexes related to the `effective` functionality.\n  Make `TimeStamper.timestamp` return data and timestamp in case it is overrided\n  or called from external code.\n  [gbastien]\n\n\n1.0a1 (2024-09-17)\n------------------\n\n- Initial release.\n  [laulaz]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Timestamp files published in Plone",
    "version": "1.0a2",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.timestamp",
        "PyPI": "https://pypi.org/project/collective.timestamp/",
        "Source": "https://github.com/collective/collective.timestamp",
        "Tracker": "https://github.com/collective/collective.timestamp/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2fe3e95141090467839186a1a1aaae54cef0bb2d0a4710eea7244668ae079f7",
                "md5": "1255c173246b4f1bf8dbe85d7bc088d3",
                "sha256": "b21b1195238d7a70366ea64764d6fc7bc641c5ef60b5201251144c9d104eb1a6"
            },
            "downloads": -1,
            "filename": "collective.timestamp-1.0a2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1255c173246b4f1bf8dbe85d7bc088d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 45669,
            "upload_time": "2024-10-11T12:12:54",
            "upload_time_iso_8601": "2024-10-11T12:12:54.770986Z",
            "url": "https://files.pythonhosted.org/packages/a2/fe/3e95141090467839186a1a1aaae54cef0bb2d0a4710eea7244668ae079f7/collective.timestamp-1.0a2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53d98ad423244008bcfd8d68b77607d7fa0e84faace65f01e3447e656fab3b37",
                "md5": "30a929895e4d3e3833aed25f055cc75d",
                "sha256": "d1e513bfcc6d6a647a80e98deba9cca087adb6377a3c4b2b991805686555fdb6"
            },
            "downloads": -1,
            "filename": "collective_timestamp-1.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "30a929895e4d3e3833aed25f055cc75d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 28087,
            "upload_time": "2024-10-11T12:12:56",
            "upload_time_iso_8601": "2024-10-11T12:12:56.529393Z",
            "url": "https://files.pythonhosted.org/packages/53/d9/8ad423244008bcfd8d68b77607d7fa0e84faace65f01e3447e656fab3b37/collective_timestamp-1.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-11 12:12:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.timestamp",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "collective.timestamp"
}
        
Elapsed time: 0.75124s