collective.iframe


Namecollective.iframe JSON
Version 1.0.0a2 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.iframe
SummaryContent Type to show an iframe
upload_time2023-07-20 22:05:04
maintainer
docs_urlNone
authorMaurits van Rees
requires_python>=3.8
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
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.iframe/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.iframe/actions/workflows/plone-package.yml

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

.. image:: https://codecov.io/gh/collective/collective.iframe/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.iframe

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

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

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

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


=================
collective.iframe
=================

Content Type to show an iframe

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


Translations
------------

This product has been translated into

- Klingon (thanks, K'Plai)


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

Install collective.iframe by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.iframe


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/collective.iframe/issues
- Source Code: https://github.com/collective/collective.iframe
- 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
============

- Maurits van Rees, m.van.rees@zestsoftware.nl


Changelog
=========


1.0.0a2 (2023-07-21)
--------------------

- In our typeinfo, use ``contenttype/iframe`` as icon.
  We have defined this in the registry, so we can use it.
  [maurits]


1.0.0a1 (2023-06-23)
--------------------

- Initial release.
  [mauritsvanrees]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.iframe",
    "name": "collective.iframe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maurits van Rees",
    "author_email": "m.van.rees@zestsoftware.nl",
    "download_url": "https://files.pythonhosted.org/packages/6b/36/38ad0ede244f9f9a9ba0044ad17eedcb5dc991b135c0e8b61e4615a672af/collective.iframe-1.0.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.iframe/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.iframe/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.iframe/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.iframe?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.iframe/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.iframe\n\n.. image:: https://img.shields.io/pypi/v/collective.iframe.svg\n    :target: https://pypi.python.org/pypi/collective.iframe/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.iframe.svg\n    :target: https://pypi.python.org/pypi/collective.iframe\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.iframe.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.iframe.svg\n    :target: https://pypi.python.org/pypi/collective.iframe/\n    :alt: License\n\n\n=================\ncollective.iframe\n=================\n\nContent Type to show an iframe\n\nFeatures\n--------\n\n- Can be bullet points\n\n\nExamples\n--------\n\nThis add-on can be seen in action at the following sites:\n- Is there a page on the internet where everybody can see the features?\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder, and is also available online at http://docs.plone.org/foo/bar\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Klingon (thanks, K'Plai)\n\n\nInstallation\n------------\n\nInstall collective.iframe by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.iframe\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/collective.iframe/issues\n- Source Code: https://github.com/collective/collective.iframe\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- Maurits van Rees, m.van.rees@zestsoftware.nl\n\n\nChangelog\n=========\n\n\n1.0.0a2 (2023-07-21)\n--------------------\n\n- In our typeinfo, use ``contenttype/iframe`` as icon.\n  We have defined this in the registry, so we can use it.\n  [maurits]\n\n\n1.0.0a1 (2023-06-23)\n--------------------\n\n- Initial release.\n  [mauritsvanrees]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Content Type to show an iframe",
    "version": "1.0.0a2",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.iframe",
        "PyPI": "https://pypi.org/project/collective.iframe/",
        "Source": "https://github.com/collective/collective.iframe",
        "Tracker": "https://github.com/collective/collective.iframe/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0553e82d5cd65a79dec0fa65b67219579f34da5aff1c9b4877970287477a2cd4",
                "md5": "e5206578af69297ef42b0c9ace320271",
                "sha256": "e942f63beaaa5bc6e069dbb059f412119b7fbb38a707cfb5235358626c711d98"
            },
            "downloads": -1,
            "filename": "collective.iframe-1.0.0a2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5206578af69297ef42b0c9ace320271",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26628,
            "upload_time": "2023-07-20T22:05:03",
            "upload_time_iso_8601": "2023-07-20T22:05:03.035660Z",
            "url": "https://files.pythonhosted.org/packages/05/53/e82d5cd65a79dec0fa65b67219579f34da5aff1c9b4877970287477a2cd4/collective.iframe-1.0.0a2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b3638ad0ede244f9f9a9ba0044ad17eedcb5dc991b135c0e8b61e4615a672af",
                "md5": "c853cb37b1a44101391992236323d395",
                "sha256": "83b8676a9f40f4a3d0d79ac0ca83d2f7c9e45090b53cecd854b8f796577fece7"
            },
            "downloads": -1,
            "filename": "collective.iframe-1.0.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "c853cb37b1a44101391992236323d395",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24307,
            "upload_time": "2023-07-20T22:05:04",
            "upload_time_iso_8601": "2023-07-20T22:05:04.574074Z",
            "url": "https://files.pythonhosted.org/packages/6b/36/38ad0ede244f9f9a9ba0044ad17eedcb5dc991b135c0e8b61e4615a672af/collective.iframe-1.0.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-20 22:05:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.iframe",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.iframe"
}
        
Elapsed time: 0.09036s