Skip to content

Commit

Permalink
Apply suggestions from code review by stevepiercy
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
ericof and stevepiercy authored Dec 11, 2022
1 parent b5920ca commit eb02e3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@

</div>

Plone is a mature, secure, and user-friendly Content Management System (CMS).
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.
Pushed one step further Plone can be used as a framework on which to build custom CMS-like solutions.
Plone may be extended and used as a framework on which to build custom CMS-like solutions.

Plone works as a

- Full-featured classical server-side rendered CMS,
- Headless CMS that offers all features as a REST API.
- 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">
Expand All @@ -41,6 +42,7 @@ Plone works as a
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)

Expand Down Expand Up @@ -69,7 +71,7 @@ and provides you with a system for managing web content that is ideal for projec
- **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 webmasters.**
- **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.**
Expand All @@ -84,14 +86,14 @@ and provides you with a system for managing web content that is ideal for projec
This gives you the right to use Plone without a license fee, and to improve upon the product.

- **Plone is supported.**
There are over three hundred developers in the Plone Development Team around the world, and a multitude of companies that specialize in Plone development and support.
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, open source, and commercial, and runs on a vast array of
Plone can interoperate with most relational database systems—both open source and commercialand runs on a vast array of
platforms, including Linux, Windows, macOS, and BSD.


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ url = https://plone.org/
license = GPL version 2
project_urls=
Homepage=https://plone.org
Documentation=https://docs.plone.org
Documentation=https://6.docs.plone.org
Forum=https://community.plone.org/
Chat=https://discord.gg/zFY3EBbjaj
Mastodon=https://plone.social/@plone
Expand Down

0 comments on commit eb02e3a

Please sign in to comment.