@@ -23,7 +23,7 @@ This document shows the current state as an orientation.
23
23
24
24
There are multiple level of dependencies:
25
25
26
- - package level (` setup.py ` /` setup.cfg ` )
26
+ - package level (` setup.py ` /` setup.cfg ` / ` pyproject.toml ` )
27
27
- Python level (imports)
28
28
- ZCML level (includes)
29
29
- 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
41
41
42
42
```
43
43
┌────────────────────────────┐
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 │
50
59
│ - plone.app.iterate │
51
60
│ - plone.app.update │
52
61
│ │
53
62
├────────────────────────────┤
63
+ │ Core-APIs │
64
+ │ - plone.restapi │
65
+ │ - plone.api │
66
+ ├────────────────────────────┤
54
67
│ │
55
68
│ Products.CMFPlone │
56
69
│ │
57
70
├────────────────────────────┤
58
71
│ │
59
- │ The space between │
72
+ │ The space between (core ) │
60
73
│ │
61
74
│ - most of plone.app.* │
62
75
│ - 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
75
88
│ - plone.registry │
76
89
│ - plone.dexterity │
77
90
│ - plone.behavior │
91
+ │ - plone.rest │
78
92
│ - .... │
79
93
│ │
80
94
└────────────────────────────┘
0 commit comments