/[projects]/infoscreen/infoscreen.conf
ViewVC logotype

Diff of /infoscreen/infoscreen.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 535 by torben, Fri Jan 8 09:20:37 2010 UTC revision 883 by torben, Thu Jun 24 08:59:43 2010 UTC
# Line 1  Line 1 
1  #this file resides either in ~/.config/Caddi or  #this file resides either in ~/.config/Caddi/ or /etc/xdg/Caddi/
2    
3  [General]  [General]
4  #xml(boolean) possible values: true, false  #mode(enum {simpleweb,xml,local} )
5  #if true start in xml controlled mode, otherwise start in plain browser mode  mode=simpleweb
6  xml=true  
7    
8    #path(string)
9    #The path to load files from in mode=local
10    path=/home/torben/multimedie
11    
12  #url(string)  #url(string)
13  #the url to use in browser mode  #the url to use in browser mode
14  #normal url  #normal url
15  #url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen.php  url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen.php
16    
17  #use this in xml mode  #use this in xml mode
18  url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen_xml.php  #url=http://infoscreen.sundhedhorsens.dk/infoscreen/screen_xml.php
19    
20  #screenid(int)  #screenid(int)
21  #this screens ID in the backend system  #this screens ID in the backend system (Used in Xml and SimpleWeb)
22  screenid=1  screenid=1
23    
24    #xmlinterval(int)
25    #with which interval should infoscreen re-fetch the XML data
26    #value in minutes
27    xmlinterval=30
28    
29    #enablescreenmanager (bool)
30    #should the screenmanager control whether the screen is on or off
31    enablescreenmanager=1
32    
33    
34    screenmanager_on=06:00:00
35    screenmanager_off=22:00:00

Legend:
Removed from v.535  
changed lines
  Added in v.883

  ViewVC Help
Powered by ViewVC 1.1.20