Skip to content

Instantly share code, notes, and snippets.

@gmoigneu
Created August 9, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmoigneu/0a4af783bb42a6950b2f to your computer and use it in GitHub Desktop.
Save gmoigneu/0a4af783bb42a6950b2f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* This file is part of Gem_Crawler for Magento.
*
* @license All rights reserved
* @author Guillaume M. <guillaume@gemmyo.com>
* @category Gem
* @package Gem_Crawler
* @copyright Copyright (c) 2014 Gemmyo (http://www.gemmyo.com)
*/
-->
<config>
<modules>
<Gem_Crawler>
<version>0.1.0</version>
</Gem_Crawler>
</modules>
<crontab>
<jobs>
<gem_crawler_generate>
<schedule><cron_expr>30 2 * * *</cron_expr></schedule>
<run><model>gem_crawler/crawlmap::generate</model></run>
</gem_crawler_generate>
</jobs>
</crontab>
<global>
<models>
<gem_crawler>
<class>Gem_Crawler_Model</class>
</gem_crawler>
</models>
<helpers>
<gem_crawler>
<class>Gem_Crawler_Helper</class>
</gem_crawler>
</helpers>
</global>
<default>
<system>
<gem_crawl>
<customurls><![CDATA[/]]></customurls>
<mappath><![CDATA[./crawlmap.txt]]></mappath>
<enabled>1</enabled>
</gem_crawl>
</system>
</default>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment