--- infoscreen/infoscreen.conf 2010/06/22 21:01:37 876 +++ infoscreen/infoscreen.conf 2010/06/24 08:59:43 883 @@ -2,7 +2,7 @@ [General] #mode(enum {simpleweb,xml,local} ) -mode=local +mode=simpleweb #path(string) @@ -12,15 +12,20 @@ #url(string) #the url to use in browser mode #normal url -#url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen.php +url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen.php #use this in xml mode -url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen_xml.php +#url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen_xml.php #screenid(int) #this screens ID in the backend system (Used in Xml and SimpleWeb) screenid=1 +#xmlinterval(int) +#with which interval should infoscreen re-fetch the XML data +#value in minutes +xmlinterval=30 + #enablescreenmanager (bool) #should the screenmanager control whether the screen is on or off enablescreenmanager=1