Plone


NamePlone JSON
Version 6.0.10 PyPI version JSON
download
home_pagehttps://plone.org/
SummaryThe Plone Content Management System
upload_time2024-02-22 22:19:24
maintainer
docs_urlNone
authorPlone Foundation
requires_python>=3.8
licenseGPL version 2
keywords plone cmf python zope cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img alt="Plone Logo" width="200px" src="https://raw.githubusercontent.com/plone/.github/main/plone-logo.png">
</p>

<h1 align="center">
  Plone
</h1>

<div align="center">

[![PyPI - Wheel](https://img.shields.io/pypi/wheel/plone)](https://pypi.org/project/plone/)
[![PyPI - License](https://img.shields.io/pypi/l/plone)](https://pypi.org/project/plone/)
[![PyPI - Status](https://img.shields.io/pypi/status/plone)](https://pypi.org/project/plone/)

[![GitHub contributors](https://img.shields.io/github/contributors/plone/Products.CMFPlone)](https://github.com/plone/Products.CMFPlone)
![GitHub Repo stars](https://img.shields.io/github/stars/plone/Plone?style=flat-square)

</div>

Plone is a mature, secure, and user-friendly content management system (CMS).

Plone was first released to the public on October 4, 2001.

Plone has the maturity, stability, and reliability of an application maintained by open source developers with decades of experience, while continually evolving and adapting to modern technology.

Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows, and much more.
Plone may be extended and used as a framework on which to build custom CMS-like solutions.

Plone works as a

- Full-featured server-side rendered HTML CMS.
- React-based frontend for editing and viewing content, backed by a server with a REST API.
- Headless CMS server with a REST API, allowing a developer to build a custom frontend with their chosen technology.


<h2 align="center">
  Installing Plone
</h2>

Plone is available on Linux, Microsoft Windows, macOS, and BSD platforms.

Plone may be run as a container in the cloud with Docker and other Open Containers Initiative compliant platforms.
[Example Dockerfiles](https://6.docs.plone.org/install/containers/images/index.html) and base images are available.

[Install Plone by choosing an option from plone.org](https://plone.org/download)


<h2 align="center">
  Documentation
</h2>

Consult [the official Plone documentation](https://docs.plone.org) with information for different audiences.

For trainings [comprehensive Plone training material](https://training.plone.org) is available.


<h2 align="center">
  What is Plone?
</h2>

Plone is a ready-to-run content management system, offering a complete set of features needed by a wide variety of organizations.

Security is built into Plone's architecture from the ground up.
Plone offers fine-grained permission control over content and actions.

Plone is easy to set up, extremely flexible,
and provides you with a system for managing web content that is ideal for project groups, communities, websites, extranets, and intranets.

- **Plone is easy to install.**
  Several installation options are available for either your local machine or on servers in the cloud.

- **Plone empowers content editors and web application developers.**
  The Plone Team includes usability experts who have made Plone easy and attractive for content managers to add, update, and maintain content.

- **Plone is international.**
  The Plone interface has more than 35 translations, and tools exist for managing multilingual content.

- **Plone follows standards and is inclusive.**
  Plone carefully follows standards for usability and accessibility.
  Plone is compliant with WCAG 2.1 level AA and aims for ATAG 2.0 level AA.

- **Plone is open source.**
  Plone is licensed under the GNU General Public License, the same license used by Linux.
  This gives you the right to use Plone without a license fee, and to improve upon the product.

- **Plone is supported.**
  There are over two hundred active developers in the Plone Development Team around the world, and a multitude of companies that specialize in Plone development and support.

- **Plone is extensible.**
  There is a multitude of add-on products for Plone to add new features and content types.
  In addition, Plone can be scripted using web standard solutions and open source languages.

- **Plone is technology neutral.**
  Plone can interoperate with most relational database systems—both open source and commercial—and runs on a vast array of
  platforms, including Linux, Windows, macOS, and BSD.


<h2 align="center">
Technical overview
</h2>

Plone is a content management platform with its backend written in Python.
Plone has a choice of frontend, either Classic UI using server-side templates or Volto written in modern React-based JavaScript.
It builds upon Zope, an open source web application server and development system, and thus on the pluggable Zope Component Architecture (ZCA).

Python is the easy to learn, widely used, and supported open source programming language.
Python can be used to add new features to Plone and used to understand or make changes to the way that Plone works.

Plone stores its contents in Zope's built-in transactional hierarchical object database, the ZODB.
The ZODB can be connected to simple file-storages, scalable ZEO-Servers or Postgres, MySQL, and Oracle.
There are add-ons and techniques, however, to share information with other sources, such as relational databases, LDAP, filesystem
files, and so on.


<h2 align="center">
Official Resources
</h2>

* [plone.org](https://plone.org/) - Official website for developers, community, decision makers, and evaluators.
* [Plone support](https://plone.org/support) - Where to find help.
* [community.plone.org](https://community.plone.org/) - Official community forum, the best place to get help.
* [docs.plone.org](https://docs.plone.org/) - Official documentation for developers, integrators, and content editors.
* [training.plone.org](https://training.plone.org/) - Trainings for developers, integrators, content editors, and designers.
* [`plone.api`](https://docs.plone.org/develop/plone.api/docs/index.html) - Documentation for `plone.api`.
* [`plone.restapi`](https://plonerestapi.readthedocs.io/en/latest/) - Documentation for `plone.restapi`.
* [Discord](https://discord.gg/zFY3EBbjaj) - Official Plone chat, voice, and video service.

<h2 align="center">
This project is supported by
</h2>

<p align="center">
    <a href="https://plone.org/foundation/">
      <img alt="Plone Logo" width="200px" src="https://raw.githubusercontent.com/plone/.github/main/plone-foundation.png">
    </a>
</p>

<h2 align="center">
License
</h2>
The project is licensed under the GPLv2.

# Changelog

## 6.0.10 (2024-02-22)

Bug fixes:

- Release 6.0.10.
  [maurits]


## 6.0.9 (2023-12-14)


Bug fixes:

- Release 6.0.9.
  [maurits]


## 6.0.8 (2023-10-26)

Bug fixes:

- Release 6.0.8.
  [maurits]


## 6.0.7 (2023-09-14)

Bug fixes:

- Release 6.0.7.
  [maurits]


## 6.0.6 (2023-06-22)

Bug fixes:

- Release 6.0.6.
  [maurits]


## 6.0.5 (2023-05-25)

Bug fixes:

- Release 6.0.5.
  [maurits]


## 6.0.4 (2023-04-21)

Bug fixes:

- Release 6.0.4.
  [maurits]


## 6.0.3 (2023-03-23)

Bug fixes:

- Release 6.0.3.
  [maurits]


## 6.0.2 (2023-02-23)


Bug fixes:

- Release 6.0.2.
  [maurits]


## 6.0.1 (2023-01-30)


Bug fixes:

- Release 6.0.1.
  [maurits]


## 6.0.0 (2022-12-12)

Bug fixes:

- Release 6.0.0 final.
  [maurits]


## 6.0.0rc2 (2022-12-05)

Bug fixes:

- Release 6.0.0rc2.
  [maurits]

Internal:

- Improve metadata on pypi.org
  [ericof]


## 6.0.0rc1 (2022-11-18)

Bug fixes:

- Release 6.0.0rc1.
  [maurits]


## 6.0.0b3 (2022-10-04)

Bug fixes:

- Release 6.0.0b3.
  [maurits]


## 6.0.0b2 (2022-09-10)

Breaking changes:

- Officially drop Python 3.7 support and add 3.10 support.
  Currently everything still work in 3.7, but beta 2 is the last release where this is the case.
  [maurits]


## 6.0.0b1 (2022-07-23)

Bug fixes:

- Release 6.0.0b1.
  [maurits]


## 6.0.0a6 (unreleased)

Bug fixes:

- Release 6.0.0a6.
  [maurits]


## 6.0.0a5 (2022-06-24)

Bug fixes:

- Release 6.0.0a5.
  [maurits]


## 6.0.0a4 (2022-04-08)

New features:

- Depend on ``plone.volto``.
  [maurits]


## 6.0.0a3 (2022-01-28)

Bug fixes:

- Release 6.0.0a3.
  [maurits]


## 6.0.0a2 (2021-12-03)

Bug fixes:

- Release 6.0.0a2.
  [maurits]


## 6.0.0a1 (2021-10-16)

Bug fixes:

- Release 6.0.0a1.dev1.
  Update: accidentally released as 6.0.0a1.
  [maurits]


## 6.0.0a1.dev0 (2021-09-15)

Breaking changes:

- Remove ``archetypes`` extra in ``setup.py``.
  [jensens]

- Drop Python 2 support.
  [jensens]

Misc:

- Create internal release on dist.plone.org.  [maurits]

- Move ``setup.py`` metadata to ``setup.cfg``.
  [jensens]


## 5.2.5 (2021-07-31)

Bug fixes:

- Release Plone 5.2.5 final
  [maurits]


## 5.2.4 (2021-02-19)

Bug fixes:

- Release Plone 5.2.4 final
  [maurits]

- Removed ``plone.app.dexterity`` from dependencies.
  It is already required by ``Products.CMFPlone``.
  [maurits]


## 5.2.3 (2020-10-30)

Bug fixes:

- Release Plone 5.2.3 final
  [maurits]


## 5.2.2 (2020-06-28)

New features:

- Release Plone 5.2.2 final
  [maurits]


## 5.2.1 (2019-12-02)

New features:

- Release Plone 5.2.1 final
  [esteele]



## 5.2.0 (2019-07-10)

New features:

- Release Plone 5.2 final
  [esteele]


## 5.2rc5 (2019-06-27)

New features:

- Release Plone 5.2rc5
  [esteele]


## 5.2rc4 (2019-06-19)

New features:

- Release Plone 5.2rc4
  [esteele]


## 5.2rc3 (2019-05-04)

New features:

- Release Plone 5.2rc3
  [esteele]


## 5.2rc2 (2019-03-21)

Bug fixes:

- Release Plone 5.2rc2
  [esteele]

## 5.2rc1 (2019-03-04)

New features:

- Release Plone 5.2rc1
  [esteele]


## 5.2b1 (2019-02-13)

New features:

- Add plone.restapi as a dependency.
  [timo]


## 5.2a2 (2018-12-28)

New features:

- Release Plone 5.2a2
  [esteele]


## 5.2a1 (2018-11-08)

New features:

- Release Plone 5.2a1
  [esteele]


## 5.1.4 (2018-10-01)

New features:

- Release Plone 5.1.4
  [esteele]


## 5.1.3 (2018-06-21)

New features:

- Release Plone 5.1.3
  [esteele]


## 5.1.2 (2018-04-08)

New features:

- Release Plone 5.1.2
  [esteele]


## 5.1.1 (2018-03-10)

New features:

- Release Plone 5.1.1
  [esteele]


## 5.1.0 (2018-02-05)

New features:

- Release Plone 5.1
  [esteele]


## 5.1rc2 (2017-11-26)

New features:

- Release Plone 5.1rc2
  [esteele]

## 5.1rc1 (2017-09-10)

New features:

- Release Plone 5.1rc1



## 5.1b4 (2017-07-03)

New features:

- Release Plone 5.1b4
  [esteele]

Bug fixes:

- Add link to Plone.com and tweak intro
  [tkimnguyen]

## 5.1b3 (2017-04-02)

New features:

- Release Plone 5.1b3
  [esteele]


## 5.1b2 (2017-02-20)

New features:

- Release Plone 5.1b2
  [esteele]


## 5.1b1 (2017-02-20)

Breaking changes:

- Remove plone.app.openid from core, still available as addon package.
  [jensens]

New features:

- Release Plone 5.1b1
  [esteele]

Bug fixes:

- Be sure to require archetypes.multilingual
  even if it's not required as a dependency of plone.app.multilingual.
  [davisagli]


## 5.1a2 (2016-08-19)

New:

- Release Plone 5.1a2
  [esteele]


## 5.1a1 (2016-03-31)

New:

- Release Plone 5.1a1
  [esteele]

## 5.0.2 (2016-01-08)

New:

- Release Plone 5.0.2
  [esteele]


## 5.0.1 (2015-12-17)

- Release Plone 5.0.1
  [esteele]


## 5.0 (2015-09-27)

- Release Plone 5.0
  [esteele]


## 5.0rc3 (2015-09-21)

- Release Plone 5.0rc3
  [esteele]


## 5.0rc2 (2015-09-11)

- Release Plone 5.0rc2
  [esteele]


## 5.0rc1 (2015-09-08)

- Release Plone 5.0rc1
  [esteele]


## 5.0b4 (2015-08-23)

- Release Plone 5.0b4
  [esteele]


## 5.0b3 (2015-07-20)

- Release Plone 5.0b3
  [esteele]

## 5.0b2 (2015-05-27)

- Release Plone 5.0b2
  [esteele]


## 5.0b1 (2015-03-26)

- Release Plone 5.0b1
  [esteele]


## 5.0a3 (2014-11-01)

- Release Plone 5.0a3
  [esteele]


## 5.0a2 (2014-04-20)

- Move plone.app.theming dependency into Products.CMFPlone.
  [esteele]


## 4.3.4 (2014-10-22)
  - Release Plone 4.3.4 [esteele]


## 4.3.3 (2014-02-19)

  - Release Plone 4.3.3 [esteele]

## 4.3.2 (2013-08-14)

  - Release Plone 4.3.2 [esteele]


## 4.3.1 (2013-05-30)

- Release Plone 4.3.1
  [esteele]


## 4.3 (2013-04-06)

- Release Plone 4.3
  [esteele]


## 4.3b2 (2013-01-17)

- Release Plone 4.3b2
  [esteele]


## 4.3b1 (2013-01-01)

- Release Plone 4.3b1
  [esteele]


## 4.3a2 (2012-10-18)

- Release Plone 4.3a2
  [esteele]


## 4.3a1 (2012-08-31)

- Release Plone 4.3a1
  [esteele]


## 4.2.1 (2012-08-11)

- Release Plone 4.2.1
  [esteele]


## 4.2 (2012-06-29)

- Release Plone 4.2
  [esteele]


## 4.2rc2 (2012-05-31)

- Release Plone 4.2rc2
  [esteele]

- Add explicit dependencies on some `zope.app` libraries, to ensure they
  stay included during the 4.2 series.
  [hannosch]


## 4.2rc1 (2012-05-07)

- Release Plone 4.2rc1
  [esteele]


## 4.2b2 (2012-02-09)

- Release Plone 4.2b2
  [esteele]


## 4.2b1 (2011-12-05)

- Release Plone 4.2b1
  [esteele]

## 4.2a2 (2011-08-25)

- Release Plone 4.2a2
  [esteele]

## 4.2a1 (2011-08-08)

- Release Plone 4.2a1
  [esteele]

## 4.1 (2011-07-12)

- Release Plone 4.1 final
  [esteele]

## 4.1rc3 (2011-06-02)

- Release Plone 4.1rc3
  [esteele]

## 4.1rc2 (2011-05-21)

- Release Plone 4.1rc2
  [esteele]


## 4.1rc1 (2011-05-20)

- Release Plone 4.1rc1
  [esteele]

## 4.1b2 (2011-04-06)

- Release Plone 4.1b2
  [esteele]

- Depend on wicked now that Products.CMFPlone doesn't.
  [davisagli]

## 4.1b1 (2011-03-04)

- Release Plone 4.1b1
  [esteele]

## 4.1a3 (2011-02-14)

- Release Plone 4.1a3
  [esteele]

## 4.1a2 (2011-02-10)

- Include plone.app.caching as an optional, shipped add-on.
  [esteele]

## 4.1a1 (2011-01-18)

- Separate `Products.CMFPlone` from the `Plone` egg.
  [elro]

            

Raw data

            {
    "_id": null,
    "home_page": "https://plone.org/",
    "name": "Plone",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Plone,CMF,Python,Zope,CMS",
    "author": "Plone Foundation",
    "author_email": "releaseteam@plone.org",
    "download_url": "https://files.pythonhosted.org/packages/a4/9a/d58ca8d3f1b26025292f7d9ad88bc7fd64e8b3ab3e17cd801480755b508d/Plone-6.0.10.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img alt=\"Plone Logo\" width=\"200px\" src=\"https://raw.githubusercontent.com/plone/.github/main/plone-logo.png\">\n</p>\n\n<h1 align=\"center\">\n  Plone\n</h1>\n\n<div align=\"center\">\n\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/plone)](https://pypi.org/project/plone/)\n[![PyPI - License](https://img.shields.io/pypi/l/plone)](https://pypi.org/project/plone/)\n[![PyPI - Status](https://img.shields.io/pypi/status/plone)](https://pypi.org/project/plone/)\n\n[![GitHub contributors](https://img.shields.io/github/contributors/plone/Products.CMFPlone)](https://github.com/plone/Products.CMFPlone)\n![GitHub Repo stars](https://img.shields.io/github/stars/plone/Plone?style=flat-square)\n\n</div>\n\nPlone is a mature, secure, and user-friendly content management system (CMS).\n\nPlone was first released to the public on October 4, 2001.\n\nPlone has the maturity, stability, and reliability of an application maintained by open source developers with decades of experience, while continually evolving and adapting to modern technology.\n\nLots of customizations can be made trough-the-web, such as creating content types, themes, workflows, and much more.\nPlone may be extended and used as a framework on which to build custom CMS-like solutions.\n\nPlone works as a\n\n- Full-featured server-side rendered HTML CMS.\n- React-based frontend for editing and viewing content, backed by a server with a REST API.\n- Headless CMS server with a REST API, allowing a developer to build a custom frontend with their chosen technology.\n\n\n<h2 align=\"center\">\n  Installing Plone\n</h2>\n\nPlone is available on Linux, Microsoft Windows, macOS, and BSD platforms.\n\nPlone may be run as a container in the cloud with Docker and other Open Containers Initiative compliant platforms.\n[Example Dockerfiles](https://6.docs.plone.org/install/containers/images/index.html) and base images are available.\n\n[Install Plone by choosing an option from plone.org](https://plone.org/download)\n\n\n<h2 align=\"center\">\n  Documentation\n</h2>\n\nConsult [the official Plone documentation](https://docs.plone.org) with information for different audiences.\n\nFor trainings [comprehensive Plone training material](https://training.plone.org) is available.\n\n\n<h2 align=\"center\">\n  What is Plone?\n</h2>\n\nPlone is a ready-to-run content management system, offering a complete set of features needed by a wide variety of organizations.\n\nSecurity is built into Plone's architecture from the ground up.\nPlone offers fine-grained permission control over content and actions.\n\nPlone is easy to set up, extremely flexible,\nand provides you with a system for managing web content that is ideal for project groups, communities, websites, extranets, and intranets.\n\n- **Plone is easy to install.**\n  Several installation options are available for either your local machine or on servers in the cloud.\n\n- **Plone empowers content editors and web application developers.**\n  The Plone Team includes usability experts who have made Plone easy and attractive for content managers to add, update, and maintain content.\n\n- **Plone is international.**\n  The Plone interface has more than 35 translations, and tools exist for managing multilingual content.\n\n- **Plone follows standards and is inclusive.**\n  Plone carefully follows standards for usability and accessibility.\n  Plone is compliant with WCAG 2.1 level AA and aims for ATAG 2.0 level AA.\n\n- **Plone is open source.**\n  Plone is licensed under the GNU General Public License, the same license used by Linux.\n  This gives you the right to use Plone without a license fee, and to improve upon the product.\n\n- **Plone is supported.**\n  There are over two hundred active developers in the Plone Development Team around the world, and a multitude of companies that specialize in Plone development and support.\n\n- **Plone is extensible.**\n  There is a multitude of add-on products for Plone to add new features and content types.\n  In addition, Plone can be scripted using web standard solutions and open source languages.\n\n- **Plone is technology neutral.**\n  Plone can interoperate with most relational database systems\u2014both open source and commercial\u2014and runs on a vast array of\n  platforms, including Linux, Windows, macOS, and BSD.\n\n\n<h2 align=\"center\">\nTechnical overview\n</h2>\n\nPlone is a content management platform with its backend written in Python.\nPlone has a choice of frontend, either Classic UI using server-side templates or Volto written in modern React-based JavaScript.\nIt builds upon Zope, an open source web application server and development system, and thus on the pluggable Zope Component Architecture (ZCA).\n\nPython is the easy to learn, widely used, and supported open source programming language.\nPython can be used to add new features to Plone and used to understand or make changes to the way that Plone works.\n\nPlone stores its contents in Zope's built-in transactional hierarchical object database, the ZODB.\nThe ZODB can be connected to simple file-storages, scalable ZEO-Servers or Postgres, MySQL, and Oracle.\nThere are add-ons and techniques, however, to share information with other sources, such as relational databases, LDAP, filesystem\nfiles, and so on.\n\n\n<h2 align=\"center\">\nOfficial Resources\n</h2>\n\n* [plone.org](https://plone.org/) - Official website for developers, community, decision makers, and evaluators.\n* [Plone support](https://plone.org/support) - Where to find help.\n* [community.plone.org](https://community.plone.org/) - Official community forum, the best place to get help.\n* [docs.plone.org](https://docs.plone.org/) - Official documentation for developers, integrators, and content editors.\n* [training.plone.org](https://training.plone.org/) - Trainings for developers, integrators, content editors, and designers.\n* [`plone.api`](https://docs.plone.org/develop/plone.api/docs/index.html) - Documentation for `plone.api`.\n* [`plone.restapi`](https://plonerestapi.readthedocs.io/en/latest/) - Documentation for `plone.restapi`.\n* [Discord](https://discord.gg/zFY3EBbjaj) - Official Plone chat, voice, and video service.\n\n<h2 align=\"center\">\nThis project is supported by\n</h2>\n\n<p align=\"center\">\n    <a href=\"https://plone.org/foundation/\">\n      <img alt=\"Plone Logo\" width=\"200px\" src=\"https://raw.githubusercontent.com/plone/.github/main/plone-foundation.png\">\n    </a>\n</p>\n\n<h2 align=\"center\">\nLicense\n</h2>\nThe project is licensed under the GPLv2.\n\n# Changelog\n\n## 6.0.10 (2024-02-22)\n\nBug fixes:\n\n- Release 6.0.10.\n  [maurits]\n\n\n## 6.0.9 (2023-12-14)\n\n\nBug fixes:\n\n- Release 6.0.9.\n  [maurits]\n\n\n## 6.0.8 (2023-10-26)\n\nBug fixes:\n\n- Release 6.0.8.\n  [maurits]\n\n\n## 6.0.7 (2023-09-14)\n\nBug fixes:\n\n- Release 6.0.7.\n  [maurits]\n\n\n## 6.0.6 (2023-06-22)\n\nBug fixes:\n\n- Release 6.0.6.\n  [maurits]\n\n\n## 6.0.5 (2023-05-25)\n\nBug fixes:\n\n- Release 6.0.5.\n  [maurits]\n\n\n## 6.0.4 (2023-04-21)\n\nBug fixes:\n\n- Release 6.0.4.\n  [maurits]\n\n\n## 6.0.3 (2023-03-23)\n\nBug fixes:\n\n- Release 6.0.3.\n  [maurits]\n\n\n## 6.0.2 (2023-02-23)\n\n\nBug fixes:\n\n- Release 6.0.2.\n  [maurits]\n\n\n## 6.0.1 (2023-01-30)\n\n\nBug fixes:\n\n- Release 6.0.1.\n  [maurits]\n\n\n## 6.0.0 (2022-12-12)\n\nBug fixes:\n\n- Release 6.0.0 final.\n  [maurits]\n\n\n## 6.0.0rc2 (2022-12-05)\n\nBug fixes:\n\n- Release 6.0.0rc2.\n  [maurits]\n\nInternal:\n\n- Improve metadata on pypi.org\n  [ericof]\n\n\n## 6.0.0rc1 (2022-11-18)\n\nBug fixes:\n\n- Release 6.0.0rc1.\n  [maurits]\n\n\n## 6.0.0b3 (2022-10-04)\n\nBug fixes:\n\n- Release 6.0.0b3.\n  [maurits]\n\n\n## 6.0.0b2 (2022-09-10)\n\nBreaking changes:\n\n- Officially drop Python 3.7 support and add 3.10 support.\n  Currently everything still work in 3.7, but beta 2 is the last release where this is the case.\n  [maurits]\n\n\n## 6.0.0b1 (2022-07-23)\n\nBug fixes:\n\n- Release 6.0.0b1.\n  [maurits]\n\n\n## 6.0.0a6 (unreleased)\n\nBug fixes:\n\n- Release 6.0.0a6.\n  [maurits]\n\n\n## 6.0.0a5 (2022-06-24)\n\nBug fixes:\n\n- Release 6.0.0a5.\n  [maurits]\n\n\n## 6.0.0a4 (2022-04-08)\n\nNew features:\n\n- Depend on ``plone.volto``.\n  [maurits]\n\n\n## 6.0.0a3 (2022-01-28)\n\nBug fixes:\n\n- Release 6.0.0a3.\n  [maurits]\n\n\n## 6.0.0a2 (2021-12-03)\n\nBug fixes:\n\n- Release 6.0.0a2.\n  [maurits]\n\n\n## 6.0.0a1 (2021-10-16)\n\nBug fixes:\n\n- Release 6.0.0a1.dev1.\n  Update: accidentally released as 6.0.0a1.\n  [maurits]\n\n\n## 6.0.0a1.dev0 (2021-09-15)\n\nBreaking changes:\n\n- Remove ``archetypes`` extra in ``setup.py``.\n  [jensens]\n\n- Drop Python 2 support.\n  [jensens]\n\nMisc:\n\n- Create internal release on dist.plone.org.  [maurits]\n\n- Move ``setup.py`` metadata to ``setup.cfg``.\n  [jensens]\n\n\n## 5.2.5 (2021-07-31)\n\nBug fixes:\n\n- Release Plone 5.2.5 final\n  [maurits]\n\n\n## 5.2.4 (2021-02-19)\n\nBug fixes:\n\n- Release Plone 5.2.4 final\n  [maurits]\n\n- Removed ``plone.app.dexterity`` from dependencies.\n  It is already required by ``Products.CMFPlone``.\n  [maurits]\n\n\n## 5.2.3 (2020-10-30)\n\nBug fixes:\n\n- Release Plone 5.2.3 final\n  [maurits]\n\n\n## 5.2.2 (2020-06-28)\n\nNew features:\n\n- Release Plone 5.2.2 final\n  [maurits]\n\n\n## 5.2.1 (2019-12-02)\n\nNew features:\n\n- Release Plone 5.2.1 final\n  [esteele]\n\n\n\n## 5.2.0 (2019-07-10)\n\nNew features:\n\n- Release Plone 5.2 final\n  [esteele]\n\n\n## 5.2rc5 (2019-06-27)\n\nNew features:\n\n- Release Plone 5.2rc5\n  [esteele]\n\n\n## 5.2rc4 (2019-06-19)\n\nNew features:\n\n- Release Plone 5.2rc4\n  [esteele]\n\n\n## 5.2rc3 (2019-05-04)\n\nNew features:\n\n- Release Plone 5.2rc3\n  [esteele]\n\n\n## 5.2rc2 (2019-03-21)\n\nBug fixes:\n\n- Release Plone 5.2rc2\n  [esteele]\n\n## 5.2rc1 (2019-03-04)\n\nNew features:\n\n- Release Plone 5.2rc1\n  [esteele]\n\n\n## 5.2b1 (2019-02-13)\n\nNew features:\n\n- Add plone.restapi as a dependency.\n  [timo]\n\n\n## 5.2a2 (2018-12-28)\n\nNew features:\n\n- Release Plone 5.2a2\n  [esteele]\n\n\n## 5.2a1 (2018-11-08)\n\nNew features:\n\n- Release Plone 5.2a1\n  [esteele]\n\n\n## 5.1.4 (2018-10-01)\n\nNew features:\n\n- Release Plone 5.1.4\n  [esteele]\n\n\n## 5.1.3 (2018-06-21)\n\nNew features:\n\n- Release Plone 5.1.3\n  [esteele]\n\n\n## 5.1.2 (2018-04-08)\n\nNew features:\n\n- Release Plone 5.1.2\n  [esteele]\n\n\n## 5.1.1 (2018-03-10)\n\nNew features:\n\n- Release Plone 5.1.1\n  [esteele]\n\n\n## 5.1.0 (2018-02-05)\n\nNew features:\n\n- Release Plone 5.1\n  [esteele]\n\n\n## 5.1rc2 (2017-11-26)\n\nNew features:\n\n- Release Plone 5.1rc2\n  [esteele]\n\n## 5.1rc1 (2017-09-10)\n\nNew features:\n\n- Release Plone 5.1rc1\n\n\n\n## 5.1b4 (2017-07-03)\n\nNew features:\n\n- Release Plone 5.1b4\n  [esteele]\n\nBug fixes:\n\n- Add link to Plone.com and tweak intro\n  [tkimnguyen]\n\n## 5.1b3 (2017-04-02)\n\nNew features:\n\n- Release Plone 5.1b3\n  [esteele]\n\n\n## 5.1b2 (2017-02-20)\n\nNew features:\n\n- Release Plone 5.1b2\n  [esteele]\n\n\n## 5.1b1 (2017-02-20)\n\nBreaking changes:\n\n- Remove plone.app.openid from core, still available as addon package.\n  [jensens]\n\nNew features:\n\n- Release Plone 5.1b1\n  [esteele]\n\nBug fixes:\n\n- Be sure to require archetypes.multilingual\n  even if it's not required as a dependency of plone.app.multilingual.\n  [davisagli]\n\n\n## 5.1a2 (2016-08-19)\n\nNew:\n\n- Release Plone 5.1a2\n  [esteele]\n\n\n## 5.1a1 (2016-03-31)\n\nNew:\n\n- Release Plone 5.1a1\n  [esteele]\n\n## 5.0.2 (2016-01-08)\n\nNew:\n\n- Release Plone 5.0.2\n  [esteele]\n\n\n## 5.0.1 (2015-12-17)\n\n- Release Plone 5.0.1\n  [esteele]\n\n\n## 5.0 (2015-09-27)\n\n- Release Plone 5.0\n  [esteele]\n\n\n## 5.0rc3 (2015-09-21)\n\n- Release Plone 5.0rc3\n  [esteele]\n\n\n## 5.0rc2 (2015-09-11)\n\n- Release Plone 5.0rc2\n  [esteele]\n\n\n## 5.0rc1 (2015-09-08)\n\n- Release Plone 5.0rc1\n  [esteele]\n\n\n## 5.0b4 (2015-08-23)\n\n- Release Plone 5.0b4\n  [esteele]\n\n\n## 5.0b3 (2015-07-20)\n\n- Release Plone 5.0b3\n  [esteele]\n\n## 5.0b2 (2015-05-27)\n\n- Release Plone 5.0b2\n  [esteele]\n\n\n## 5.0b1 (2015-03-26)\n\n- Release Plone 5.0b1\n  [esteele]\n\n\n## 5.0a3 (2014-11-01)\n\n- Release Plone 5.0a3\n  [esteele]\n\n\n## 5.0a2 (2014-04-20)\n\n- Move plone.app.theming dependency into Products.CMFPlone.\n  [esteele]\n\n\n## 4.3.4 (2014-10-22)\n  - Release Plone 4.3.4 [esteele]\n\n\n## 4.3.3 (2014-02-19)\n\n  - Release Plone 4.3.3 [esteele]\n\n## 4.3.2 (2013-08-14)\n\n  - Release Plone 4.3.2 [esteele]\n\n\n## 4.3.1 (2013-05-30)\n\n- Release Plone 4.3.1\n  [esteele]\n\n\n## 4.3 (2013-04-06)\n\n- Release Plone 4.3\n  [esteele]\n\n\n## 4.3b2 (2013-01-17)\n\n- Release Plone 4.3b2\n  [esteele]\n\n\n## 4.3b1 (2013-01-01)\n\n- Release Plone 4.3b1\n  [esteele]\n\n\n## 4.3a2 (2012-10-18)\n\n- Release Plone 4.3a2\n  [esteele]\n\n\n## 4.3a1 (2012-08-31)\n\n- Release Plone 4.3a1\n  [esteele]\n\n\n## 4.2.1 (2012-08-11)\n\n- Release Plone 4.2.1\n  [esteele]\n\n\n## 4.2 (2012-06-29)\n\n- Release Plone 4.2\n  [esteele]\n\n\n## 4.2rc2 (2012-05-31)\n\n- Release Plone 4.2rc2\n  [esteele]\n\n- Add explicit dependencies on some `zope.app` libraries, to ensure they\n  stay included during the 4.2 series.\n  [hannosch]\n\n\n## 4.2rc1 (2012-05-07)\n\n- Release Plone 4.2rc1\n  [esteele]\n\n\n## 4.2b2 (2012-02-09)\n\n- Release Plone 4.2b2\n  [esteele]\n\n\n## 4.2b1 (2011-12-05)\n\n- Release Plone 4.2b1\n  [esteele]\n\n## 4.2a2 (2011-08-25)\n\n- Release Plone 4.2a2\n  [esteele]\n\n## 4.2a1 (2011-08-08)\n\n- Release Plone 4.2a1\n  [esteele]\n\n## 4.1 (2011-07-12)\n\n- Release Plone 4.1 final\n  [esteele]\n\n## 4.1rc3 (2011-06-02)\n\n- Release Plone 4.1rc3\n  [esteele]\n\n## 4.1rc2 (2011-05-21)\n\n- Release Plone 4.1rc2\n  [esteele]\n\n\n## 4.1rc1 (2011-05-20)\n\n- Release Plone 4.1rc1\n  [esteele]\n\n## 4.1b2 (2011-04-06)\n\n- Release Plone 4.1b2\n  [esteele]\n\n- Depend on wicked now that Products.CMFPlone doesn't.\n  [davisagli]\n\n## 4.1b1 (2011-03-04)\n\n- Release Plone 4.1b1\n  [esteele]\n\n## 4.1a3 (2011-02-14)\n\n- Release Plone 4.1a3\n  [esteele]\n\n## 4.1a2 (2011-02-10)\n\n- Include plone.app.caching as an optional, shipped add-on.\n  [esteele]\n\n## 4.1a1 (2011-01-18)\n\n- Separate `Products.CMFPlone` from the `Plone` egg.\n  [elro]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "The Plone Content Management System",
    "version": "6.0.10",
    "project_urls": {
        "Chat": "https://discord.gg/zFY3EBbjaj",
        "Documentation": "https://6.docs.plone.org",
        "Forum": "https://community.plone.org/",
        "Homepage": "https://plone.org",
        "Mastodon": "https://plone.social/@plone",
        "Sponsor": "https://github.com/sponsors/plone",
        "Twitter": "https://twitter.com/plone",
        "Videos": "https://youtube.com/@plonecms"
    },
    "split_keywords": [
        "plone",
        "cmf",
        "python",
        "zope",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aea046076840e58e041172add5a618914605e6498164fffc8dab3f583b434928",
                "md5": "e82f11753e8c3a7a0c3ff0e0a73319f8",
                "sha256": "bbf39d3a7c5ca94e8341479a30ad89a62a6a7e18a9676a9acc65484028382738"
            },
            "downloads": -1,
            "filename": "Plone-6.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e82f11753e8c3a7a0c3ff0e0a73319f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5609,
            "upload_time": "2024-02-22T22:19:21",
            "upload_time_iso_8601": "2024-02-22T22:19:21.282437Z",
            "url": "https://files.pythonhosted.org/packages/ae/a0/46076840e58e041172add5a618914605e6498164fffc8dab3f583b434928/Plone-6.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a49ad58ca8d3f1b26025292f7d9ad88bc7fd64e8b3ab3e17cd801480755b508d",
                "md5": "90005d2faa45ebb25709695c9f56490e",
                "sha256": "992418dfe701533e5a37f3b4646be4db37262ce0b0dbd4e71185fa5ad15dfd95"
            },
            "downloads": -1,
            "filename": "Plone-6.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "90005d2faa45ebb25709695c9f56490e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16888,
            "upload_time": "2024-02-22T22:19:24",
            "upload_time_iso_8601": "2024-02-22T22:19:24.411661Z",
            "url": "https://files.pythonhosted.org/packages/a4/9a/d58ca8d3f1b26025292f7d9ad88bc7fd64e8b3ab3e17cd801480755b508d/Plone-6.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 22:19:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "plone",
    "github_not_found": true,
    "lcname": "plone"
}
        
Elapsed time: 0.19618s