|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 ######################################################################## 00004 # Extension Manager/Repository config file for ext "simulatestatic". 00005 # 00006 # Auto generated 26-01-2011 20:08 00007 # 00008 # Manual updates: 00009 # Only the data in the array - everything else is removed by next 00010 # writing. "version" and "dependencies" must not be touched! 00011 ######################################################################## 00012 00013 $EM_CONF[$_EXTKEY] = array( 00014 'title' => 'Simulate Static URLs', 00015 'description' => 'Adds the possibility to have Speaking URLs in the TYPO3 Frontend pages.', 00016 'category' => 'fe', 00017 'shy' => 0, 00018 'dependencies' => '', 00019 'conflicts' => '', 00020 'priority' => '', 00021 'loadOrder' => '', 00022 'module' => '', 00023 'state' => 'stable', 00024 'internal' => 0, 00025 'uploadfolder' => 0, 00026 'createDirs' => '', 00027 'modify_tables' => '', 00028 'clearCacheOnLoad' => 1, 00029 'lockType' => '', 00030 'author' => 'Benjamin Mack', 00031 'author_email' => 'benni@typo3.org', 00032 'author_company' => '', 00033 'CGLcompliance' => '', 00034 'CGLcompliance_note' => '', 00035 'version' => '1.0.0', 00036 '_md5_values_when_last_written' => 'a:2:{s:27:"class.tx_simulatestatic.php";s:4:"46c0";s:17:"ext_localconf.php";s:4:"eace";}', 00037 'constraints' => array( 00038 'depends' => array( 00039 'php' => '5.1.0-0.0.0', 00040 'typo3' => '4.4.0-0.0.0', 00041 ), 00042 'conflicts' => array( 00043 ), 00044 'suggests' => array( 00045 ), 00046 ), 00047 'suggests' => array( 00048 ), 00049 ); 00050 00051 ?>
1.8.0