The screen should show an overview of the last time it ran (if
it ran before) as well as a button to run the crawler immediately.
Also, the result of the last run can be viewed.
- The crawler will run automatically every morning at 5 AM local time.
+ The crawler will run automatically every morning at 5 AM local time,
+ and will retry at 1 hour intervals in case of failure to retrieve
+ programme information.
</p>
</section>
<!-- The object which executes the crawler -->
<bean id="org.wamblee.crawler.kiss.scheduling.CrawlerExecutor"
class="org.wamblee.crawler.kiss.scheduling.CrawlerExecutorImpl">
- <constructor-arg><value>/home/erik/crawler/config.xml</value></constructor-arg>
- <constructor-arg><value>/home/erik/crawler/programs.xml</value></constructor-arg>
+ <constructor-arg><value>${org.wamblee.crawler.config.epg}</value></constructor-arg>
+ <constructor-arg><value>${org.wamblee.crawler.config.programs}</value></constructor-arg>
<constructor-arg><ref bean="org.wamblee.crawler.kiss.notification.Notifier"/></constructor-arg>
</bean>
<constructor-arg><value type="int">24</value></constructor-arg>
</bean>
-</beans>
\ No newline at end of file
+</beans>
org.wamblee.crawler.notification.from=kiss@wamblee.org
org.wamblee.crawler.notification.to=erik@brakkee.org
org.wamblee.crawler.notification.subject=Recording summary for today
-
\ No newline at end of file
+
+############################################################################
+# Configuration of the crawler
+############################################################################
+org.wamblee.crawler.config.epg=/home/erik/crawler/config.xml
+org.wamblee.crawler.config.programs=/home/erik/crawler/programs.xml
+