--- infoscreen/infoscreen.conf 2009/12/11 15:04:45 503 +++ infoscreen/infoscreen.conf 2010/06/25 07:17:40 902 @@ -1,5 +1,40 @@ +#this file resides either in ~/.config/Caddi/ or /etc/xdg/Caddi/ + [General] -resides_in=~/.settings/Caddi/ -url=http://10.210.210.200/infoscreens/screen.php +#mode(enum {simpleweb,xml,local} ) +mode=local + + +#path(string) +#The path to load files from in mode=local +path=/home/torben/multimedie + +#url(string) +#the url to use in browser mode +#normal url +#url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen.php + +#use this in xml mode +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=0 + + +screenmanager_on=06:00:00 +screenmanager_off=22:00:00 + +#showclock (bool) +#show a current time in upper-left corner +showclock=0 +