(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sat, 6 May 2006 21:04:26 +0000 (21:04 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sat, 6 May 2006 21:04:26 +0000 (21:04 +0000)
crawler/kiss/docs/content/xdocs/index.xml
crawler/kissweb/src/org.wamblee.crawler.kiss.xml
crawler/kissweb/src/org.wamblee.crawler.properties

index 02d1a4668fe6609e68ac1f56835925650c8876ef..1592cea52fdee21007672e143b916763822bb291 100644 (file)
           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>
       
index 325ef251fc0e71f9586c7836511dc58cefa557d6..6f0e2c96202e4f85f2db11a2efcb9af3d6527a0a 100644 (file)
@@ -12,8 +12,8 @@
   <!-- 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>
   
@@ -28,4 +28,4 @@
       <constructor-arg><value type="int">24</value></constructor-arg>  
   </bean>
   
-</beans> 
\ No newline at end of file
+</beans> 
index c9d30ec92eaf70ae00c6044754e9aa7092e53bfd..d5aa979f01cfad44f486f8ccbddc9d843f41b618 100644 (file)
@@ -14,4 +14,10 @@ org.wamblee.crawler.smtp.password=
 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
+