design.plone.ctgeneric


Namedesign.plone.ctgeneric JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/collective/design.plone.ctgeneric
SummaryAdd-on that implements AGID v2 content types rules
upload_time2024-04-18 19:19:47
maintainerNone
docs_urlNone
authorRedTurtle Technology
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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/design.plone.ctgeneric/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/design.plone.ctgeneric/actions/workflows/plone-package.yml

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

.. image:: https://codecov.io/gh/collective/design.plone.ctgeneric/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/design.plone.ctgeneric

.. image:: https://img.shields.io/pypi/v/design.plone.ctgeneric.svg
    :target: https://pypi.python.org/pypi/design.plone.ctgeneric/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/design.plone.ctgeneric.svg
    :target: https://pypi.python.org/pypi/design.plone.ctgeneric
    :alt: Egg Status

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

.. image:: https://img.shields.io/pypi/l/design.plone.ctgeneric.svg
    :target: https://pypi.python.org/pypi/design.plone.ctgeneric/
    :alt: License


======================
design.plone.ctgeneric
======================

Add-on that implements AGID v2 content types rules

Features
--------

TODO
----

[] Nel v3 delle cartelle degli eventi si chiamano in modo diverso, quindi vanno rinominate (credo ci sia giĆ  un upgrade-step del v3 che lo fa).
   multimedia diventa immagini

Installation
------------

Install design.plone.ctgeneric by adding it to your buildout::

    [buildout]

    ...

    eggs =
        design.plone.ctgeneric


and then running ``bin/buildout``


Authors
-------

Provided by awesome people ;)


Contributors
------------

Put your name here, you deserve it!

- ?


Contribute
----------

- Issue Tracker: https://github.com/collective/design.plone.ctgeneric/issues
- Source Code: https://github.com/collective/design.plone.ctgeneric
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


Contributors
============

- RedTurtle Technology, sviluppo@redturtle.it


Changelog
=========


1.0.2 (2024-04-18)
------------------

- Fix wrong release.
  [cekk]

1.0.1 (2024-04-18)
------------------

- Avoid attributerror when getting tipologia_notizia.
  [cekk]


1.0.0 (2024-04-18)
------------------

- Initial release.
  [cekk]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/design.plone.ctgeneric",
    "name": "design.plone.ctgeneric",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "RedTurtle Technology",
    "author_email": "sviluppo@redturtle.it",
    "download_url": "https://files.pythonhosted.org/packages/22/a0/663ce4e612c142839ffb2646cd3a4d1b80c337eaba4ddf6e342b264a153e/design.plone.ctgeneric-1.0.2.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/design.plone.ctgeneric/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/design.plone.ctgeneric/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/design.plone.ctgeneric/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/design.plone.ctgeneric?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/design.plone.ctgeneric/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/design.plone.ctgeneric\n\n.. image:: https://img.shields.io/pypi/v/design.plone.ctgeneric.svg\n    :target: https://pypi.python.org/pypi/design.plone.ctgeneric/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/design.plone.ctgeneric.svg\n    :target: https://pypi.python.org/pypi/design.plone.ctgeneric\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/design.plone.ctgeneric.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/design.plone.ctgeneric.svg\n    :target: https://pypi.python.org/pypi/design.plone.ctgeneric/\n    :alt: License\n\n\n======================\ndesign.plone.ctgeneric\n======================\n\nAdd-on that implements AGID v2 content types rules\n\nFeatures\n--------\n\nTODO\n----\n\n[] Nel v3 delle cartelle degli eventi si chiamano in modo diverso, quindi vanno rinominate (credo ci sia gi\u00e0 un upgrade-step del v3 che lo fa).\n   multimedia diventa immagini\n\nInstallation\n------------\n\nInstall design.plone.ctgeneric by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        design.plone.ctgeneric\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nProvided by awesome people ;)\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/design.plone.ctgeneric/issues\n- Source Code: https://github.com/collective/design.plone.ctgeneric\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: project@example.com\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- RedTurtle Technology, sviluppo@redturtle.it\n\n\nChangelog\n=========\n\n\n1.0.2 (2024-04-18)\n------------------\n\n- Fix wrong release.\n  [cekk]\n\n1.0.1 (2024-04-18)\n------------------\n\n- Avoid attributerror when getting tipologia_notizia.\n  [cekk]\n\n\n1.0.0 (2024-04-18)\n------------------\n\n- Initial release.\n  [cekk]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Add-on that implements AGID v2 content types rules",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/collective/design.plone.ctgeneric",
        "PyPI": "https://pypi.org/project/design.plone.ctgeneric/",
        "Source": "https://github.com/collective/design.plone.ctgeneric",
        "Tracker": "https://github.com/collective/design.plone.ctgeneric/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22a0663ce4e612c142839ffb2646cd3a4d1b80c337eaba4ddf6e342b264a153e",
                "md5": "29e3b6c1c013a7df77c7f95cd1dc955d",
                "sha256": "e6d89dec43e0dce4eca7a1e0a78115a86fb86305439a273d6855b621f5c956e0"
            },
            "downloads": -1,
            "filename": "design.plone.ctgeneric-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "29e3b6c1c013a7df77c7f95cd1dc955d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 41160,
            "upload_time": "2024-04-18T19:19:47",
            "upload_time_iso_8601": "2024-04-18T19:19:47.698128Z",
            "url": "https://files.pythonhosted.org/packages/22/a0/663ce4e612c142839ffb2646cd3a4d1b80c337eaba4ddf6e342b264a153e/design.plone.ctgeneric-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 19:19:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "design.plone.ctgeneric",
    "github_not_found": true,
    "lcname": "design.plone.ctgeneric"
}
        
Elapsed time: 0.27376s