0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.1.3-2
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
Sitemap
/
etc
/
[
Home
]
File: config.xml
<?xml version="1.0"?> <!-- /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * @category Mage * @package Mage_Sitemap * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ --> <config> <modules> <Mage_Sitemap> <version>0.7.2</version> </Mage_Sitemap> </modules> <global> <models> <sitemap> <class>Mage_Sitemap_Model</class> <resourceModel>sitemap_mysql4</resourceModel> </sitemap> <sitemap_mysql4> <class>Mage_Sitemap_Model_Mysql4</class> <entities> <sitemap> <table>sitemap</table> </sitemap> </entities> </sitemap_mysql4> </models> <resources> <sitemap_setup> <setup> <module>Mage_Sitemap</module> </setup> <connection> <use>core_setup</use> </connection> </sitemap_setup> <sitemap_write> <connection> <use>core_write</use> </connection> </sitemap_write> <sitemap_read> <connection> <use>core_read</use> </connection> </sitemap_read> </resources> <template> <email> <sitemap_generate_error_email_template translate="label" module="sitemap"> <label>Sitemap generate Warnings</label> <file>sitemap_generate_warning.html</file> <type>text</type> </sitemap_generate_error_email_template> </email> </template> </global> <adminhtml> <menu> <catalog> <children> <sitemap translate="title" module="sitemap"> <title>Google Sitemap</title> <sort_order>180</sort_order> <action>adminhtml/sitemap/</action> </sitemap> </children> </catalog> </menu> <acl> <resources> <admin> <children> <catalog> <children> <sitemap> <title>Google Sitemap</title> </sitemap> </children> </catalog> </children> </admin> </resources> </acl> <acl> <resources> <admin> <children> <system> <children> <config> <children> <sitemap> <title>Google Sitemap Section</title> </sitemap> </children> </config> </children> </system> </children> </admin> </resources> </acl> <translate> <modules> <Mage_Sitemap> <files> <default>Mage_Sitemap.csv</default> </files> </Mage_Sitemap> </modules> </translate> </adminhtml> <default> <sitemap> <page> <priority>0.25</priority> <changefreq>daily</changefreq> </page> <category> <priority>0.5</priority> <changefreq>daily</changefreq> </category> <product> <priority>1</priority> <changefreq>daily</changefreq> </product> <generate> <enabled>0</enabled> <error_email><![CDATA[]]></error_email> <error_email_template>sitemap_generate_error_email_template</error_email_template> <error_email_identity>general</error_email_identity> </generate> </sitemap> </default> <crontab> <jobs> <sitemap_generate> <run> <model>sitemap/observer::scheduledGenerateSitemaps</model> </run> </sitemap_generate> </jobs> </crontab> </config>