[TASK] Improve sysext metadata
The title and description texts as well as the README.rst for system extensions are unified and some texts updated to reflect changes. Since the description and README.rst are also displayed on Packagist, the text should be chosen so that it helps people not familiar with TYPO3 know what the package is about (e.g. by preceding the description with "TYPO3 CMS"). Descriptive texts for extensions are in these files: - composer.json - ext_emconf.php - README.rst The information is displayed in the Extension Manager (ext_emconf.php), on extensions.typo3.org, on Packagist (composer.json and README.rst) and on GitHub (README.rst). We reuse the same text blocks in the following manner: 1. Extension title - used in ext_emconf.php:title and composer.json: description 2. Extension description (short) - used in ext_emconf.php:description and composer.json:description 3. Title and extension description (long) - used in README.rst. In most cases, the short description is reused, in some cases it is augmented with more information. In composer.json, the description consists of: '<title> - <description>' Also, - In the title all words are capitalized (common name) - The title always starts with "TYPO3 CMS" - The description ends with a period. Resolves: #96059 Releases: master Change-Id: I57388ff96c5fcf9a8e64cd86ed8427f70d7ef23d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72288 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/adminpanel/README.rst 5 additions, 5 deletionstypo3/sysext/adminpanel/README.rst
- typo3/sysext/adminpanel/composer.json 1 addition, 1 deletiontypo3/sysext/adminpanel/composer.json
- typo3/sysext/adminpanel/ext_emconf.php 2 additions, 2 deletionstypo3/sysext/adminpanel/ext_emconf.php
- typo3/sysext/backend/README.rst 11 additions, 0 deletionstypo3/sysext/backend/README.rst
- typo3/sysext/backend/composer.json 1 addition, 1 deletiontypo3/sysext/backend/composer.json
- typo3/sysext/backend/ext_emconf.php 2 additions, 2 deletionstypo3/sysext/backend/ext_emconf.php
- typo3/sysext/belog/README.rst 17 additions, 0 deletionstypo3/sysext/belog/README.rst
- typo3/sysext/belog/composer.json 1 addition, 1 deletiontypo3/sysext/belog/composer.json
- typo3/sysext/belog/ext_emconf.php 2 additions, 2 deletionstypo3/sysext/belog/ext_emconf.php
- typo3/sysext/beuser/README.rst 18 additions, 0 deletionstypo3/sysext/beuser/README.rst
- typo3/sysext/beuser/composer.json 1 addition, 1 deletiontypo3/sysext/beuser/composer.json
- typo3/sysext/beuser/ext_emconf.php 2 additions, 2 deletionstypo3/sysext/beuser/ext_emconf.php
- typo3/sysext/core/README.rst 11 additions, 0 deletionstypo3/sysext/core/README.rst
- typo3/sysext/core/composer.json 1 addition, 1 deletiontypo3/sysext/core/composer.json
- typo3/sysext/core/ext_emconf.php 2 additions, 2 deletionstypo3/sysext/core/ext_emconf.php
- typo3/sysext/dashboard/README.rst 5 additions, 3 deletionstypo3/sysext/dashboard/README.rst
- typo3/sysext/dashboard/composer.json 1 addition, 1 deletiontypo3/sysext/dashboard/composer.json
- typo3/sysext/dashboard/ext_emconf.php 2 additions, 2 deletionstypo3/sysext/dashboard/ext_emconf.php
- typo3/sysext/extbase/README.rst 13 additions, 0 deletionstypo3/sysext/extbase/README.rst
- typo3/sysext/extbase/composer.json 1 addition, 1 deletiontypo3/sysext/extbase/composer.json
Please register or sign in to comment