Skip to content

Commit 1fbb462

Browse files
authored
Merge branch '6.0' into i18n-supported-languages
2 parents 4a1fda0 + d6e0bd0 commit 1fbb462

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

coredev/packages-dependencies.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This document shows the current state as an orientation.
2323

2424
There 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

Comments
 (0)