[TYPO3-dev] stable = documented ?
    Tapio Markula 
    tapio.markula at dnainternet.net
       
    Tue Jul 25 12:25:44 CEST 2006
    
    
  
Elmar Hinz wrote:
> Stefan Geith wrote:
> 
>>So you mean there should be _no_ basic configuration ?
>>The user _must_ select a static extension templates
>>to make the plugin work ?
>>
>>So I have to remove all
>>  t3lib_extMgm::addTypoScript($_EXTKEY,'setup','...',43);
>>from ext_localconf.php
>>and I have to add
>>  t3lib_extMgm::addStaticFile($_EXTKEY,'path','name');
>>to ext_tables.php
>>
>>Right ?
IMO *no*!
If you remove them that would be against many wishes in the Enlish list.
Many people don't like extensions, which don't work as plug'n play but
need necessarily configuration.
If *necessary* configuration is an *enable option* and *as default
enabled*, that offers easy installation *but* offers also freedom for
advanced developers!
put
   t3lib_extMgm::addTypoScript($_EXTKEY,'setup','...',43);
in ext_localconf.php
as enable option, when people who want easy installation can get it
and tell that those can be set also other way
IMO Elmar thinks *only* at the sight of *advanced* developers, but it
is necessary to think also at the sight of *average* users.
    
    
More information about the TYPO3-dev
mailing list