[TYPO3-50-general] Package Key Guidelines

Malte Jansen mail at maltejansen.de
Wed May 7 12:15:10 CEST 2008


Hi Sebastian,

check out the rules from the FLOW3CGL.

But the Package-Name should look this.

^[A-Z][a-zA-Z0-9]$

Perhaps there should be an additional check for for some special 
keywords like:
* TYPO3
* FLOW3
* PHP

The package name should be UpperCamelCase (see CGL). But this is not 
possible to check, due to abbreviations...

Cheers,

Malte






Sebastian Kurfuerst schrieb:
> Hey,
> 
> I am currently implementing Package Registration for forge.typo3.org, 
> and looked for a specification how Package Keys should look like.
> Is the following Regular Expression OK?
> ^[A-Z][a-zA-Z0-9_]$
> 
> Greets,
> Sebastian
> 


More information about the TYPO3-project-5_0-general mailing list