@@ -23,7 +23,7 @@ This document shows the current state as an orientation.
2323
2424There are multiple level of dependencies:
2525
26- - package level (` setup.py ` /` setup.cfg ` )
26+ - package level (` setup.py ` /` setup.cfg ` / ` pyproject.toml ` )
2727- Python level (imports)
2828- ZCML level (includes)
2929- testing (need for layers, such as functional testing)
@@ -41,22 +41,35 @@ A base mental model for how Plone is organized in Plone 6 since alpha 4 is shown
4141
4242```
4343┌────────────────────────────┐
44- │ │
45- │ On top of Products.CMFPlone│
46- │ like: │
47- │ - Plone │
48- │ - plone.api │
49- │ - plone.volto │
44+ │ "Plone" |
45+ | The Integration of both |
46+ | distributions in one |
47+ | Release |
48+ ├────────────────────────────┤
49+ | Distributions: |
50+ | - plone.volto |
51+ | - plone.classicui |
52+ ├────────────────────────────┤
53+ │ Core-Addons │
54+ │ - plone.distribution │
55+ │ - plone.app.exportimport │
56+ │ - plone.app.discussion │
57+ │ - plone.app.multilingual │
58+ │ - plone.app.caching │
5059│ - plone.app.iterate │
5160│ - plone.app.update │
5261│ │
5362├────────────────────────────┤
63+ │ Core-APIs │
64+ │ - plone.restapi │
65+ │ - plone.api │
66+ ├────────────────────────────┤
5467│ │
5568│ Products.CMFPlone │
5669│ │
5770├────────────────────────────┤
5871│ │
59- │ The space between │
72+ │ The space between (core ) │
6073│ │
6174│ - most of plone.app.* │
6275│ - but also some other │
@@ -75,6 +88,7 @@ A base mental model for how Plone is organized in Plone 6 since alpha 4 is shown
7588│ - plone.registry │
7689│ - plone.dexterity │
7790│ - plone.behavior │
91+ │ - plone.rest │
7892│ - .... │
7993│ │
8094└────────────────────────────┘
0 commit comments