Project

General

Profile

Task #96059

Updated by Sybille Peters almost 3 years ago

1. Improve descriptions in composer.json (@"description:"@) 
 2. Use same texts in ext_emconf.php 
 3. Use same texts in README.rst 
 3. Later, use text for system extensions page, see https://github.com/TYPO3-Documentation/DocsTypo3Org-Homepage/pull/182 

 (possibly we can also use a short form in composer.json and ext_emconf.php and a longer variant in README.rst) 

 Already talked about this on Slack.  

 In any case, I think it should be consistent. I looked at the other packages. You can have 
 # a description, what the package does, e.g. _"Simple template engine"_ or _"Provides a way to profile code"_. Or a longer description, e.g. _"Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way"_ 
 # the (short) name of the package and a description what it does, e.g. _"PHPStan - PHP Static Analysis Tool"_ 

Back