Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "dd_googlesitemap".
*
* Auto generated 19-02-2016 08:08
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Google sitemap',
'description' => 'High performance Google sitemap implementation that avoids typical errors by other similar extensions',
'category' => 'fe',
'version' => '2.0.5',
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => 'typo3temp/dd_googlesitemap',
'clearcacheonload' => true,
'author' => 'Dmitry Dulepov',
'author_email' => 'dmitry.dulepov@gmail.com',
'author_company' => 'SIA "ACCIO"',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.2.0-7.6.999',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);