You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Volto](https://github.com/plone/volto) is a ReactJS-based frontend for the [Plone](https://plone.org) Content Management System.
11
-
It is the default frontend starting with the Plone 6 release.
10
+
[Plone Aurora](https://github.com/plone/volto) is a ReactJS-based frontend for the [Plone](https://plone.org) Content Management System compatible with the `plone.restapi` specification.
12
11
13
-
[Plone](https://plone.org) is a CMS built on Python with more than 20 years of history and experience.
12
+
[Plone](https://plone.org) is a CMS built on Python with more than 25 years of history and experience.
14
13
15
14
Plone has features that appeal to developers and users alike, such as an intuitive editing interface, customizable content types, hierarchical organization, and a sophisticated permissions model.
16
15
This allows you to build anything from simple websites to enterprise-grade intranets.
17
16
18
-
Volto exposes all these features and communicates with Plone via its [REST API](https://github.com/plone/plone.restapi).
17
+
Plone Aurora exposes all these features and communicates with Plone via its [REST API](https://github.com/plone/plone.restapi).
19
18
20
-
Volto features the Pastanaga editor, a modern block-based content layout editor.
19
+
Plone Aurora features the Somersault editor, a modern block-based content layout editor based on Plate.js.
21
20
It is extensible and customizable, so you can adapt the provided default blocks to meet your requirements, or build new ones.
22
21
23
-
Volto is extensible using add-ons.
24
-
You can build your own or choose from the community released ones:
25
-
26
-
-[Volto Add-ons in NPM](https://www.npmjs.com/search?q=keywords%3Avolto-addon%2Cvolto)
See also [Monorepo structure](https://6.docs.plone.org/volto/contributing/developing-core.html#monorepo-structure).
51
56
@@ -56,9 +61,9 @@ The frontend's modular architecture in Plone is documented with Storybook.
56
61
You can find it at https://plone-storybook.readthedocs.io/?path=/docs/introduction--docs.
57
62
58
63
59
-
## Create a Seven frontend-only project
64
+
## Create a Plone Aurora frontend-only project
60
65
61
-
To create a project with a frontend-only scaffold using Seven, follow the [Plone installation documentation](https://volto.readthedocs.io/seven/get-started/create-package.html).
66
+
To create a project with a frontend-only scaffold using Plone Aurora, follow the [Plone installation documentation](https://volto.readthedocs.io/seven/get-started/create-package.html).
62
67
63
68
64
69
## Documentation
@@ -85,16 +90,14 @@ See [Supported browsers](https://volto.readthedocs.io/seven/contributing/version
85
90
86
91
## Contributing
87
92
88
-
To contribute to the Volto project by writing code, documentation, translations, and so on, please read [Contributing to Plone](https://6.docs.plone.org/contributing/index.html) and [Contributing to Volto](https://volto.readthedocs.io/seven/contributing/index.html).
89
-
90
-
For newcomers to Volto, Plone, or open source software, you must read and follow [First-time contributors](https://6.docs.plone.org/contributing/first-time.html).
93
+
To contribute to the Plone Aurora project by writing code, documentation, translations, and so on, please read [Contributing to Plone](https://6.docs.plone.org/contributing/index.html) and [Contributing to Volto](https://volto.readthedocs.io/seven/contributing/index.html).
91
94
92
-
Since December 2023, this repository has a monorepo structure.
95
+
For newcomers to Plone Aurora, Plone, or open source software, you must read and follow [First-time contributors](https://6.docs.plone.org/contributing/first-time.html).
0 commit comments