Author: duncan
Date: Wed Oct 25 07:25:39 2006
New Revision: 8474

Modified:
   branches/rel-1-6/freevo/local_conf.py.example

Log:
[ 1584197 ] Idlebar and Headlines
Updated for idlebar and headlines


Modified: branches/rel-1-6/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1-6/freevo/local_conf.py.example       (original)
+++ branches/rel-1-6/freevo/local_conf.py.example       Wed Oct 25 07:25:39 2006
@@ -353,6 +353,23 @@
 # Enable this for joystick support:
 # plugin.activate('joy')
 
+
+# ======================================================================
+# Headlines
+#
+# You are free to use any rss feeds in the HEADLINES_LOCATIONS below
+# These are just working examples for the Freevo feeds.
+# To turn off Headlines add plugin.remove('headlines')
+# ======================================================================
+#plugin.activate('headlines', level=45)
+#HEADLINES_LOCATIONS = [
+#    ('Freevo news releases', 
'http://sourceforge.net/export/rss2_projnews.php?group_id=46652'),
+#    ('Freevo file releases', 
'http://sourceforge.net/export/rss2_projfiles.php?group_id=46652'),
+#    ('Freevo summary+stats', 
'http://sourceforge.net/export/rss2_projsummary.php?group_id=46652'),
+#    ('Freevo donors', 
'http://sourceforge.net/export/rss2_projdonors.php?group_id=46652'),
+#]
+
+
 # ======================================================================
 # Freevo directory settings:
 # ======================================================================
@@ -1275,10 +1292,13 @@
 
 # LOCALE='latin-1'
 
-# Idlebar with clock and system info is nice
+# ======================================================================
+# Idlebar and plugins
+#
+# These are the default idlebar settings, there are many more see:
+# freevo plugins -l for a complete list
+# To turn off use plugin.remove('idlebar.cdstatus')
 #
-# plugin.activate('idlebar')
-
 # clock display
 # %A - Full weekday name.
 # %a - Abbreviated weekday name.
@@ -1293,9 +1313,12 @@
 # %p - Locale's equivalent of either AM or PM.
 # %y - Year without century as a decimal number [00,99].          
 # %Y - Year with century as a decimal number.
-# plugin.activate( 'idlebar.clock', level=50, args=('%a %H:%M'))
+# ======================================================================
+# plugin.activate('idlebar')
+# plugin.activate('idlebar.tv', level = 20)
+# plugin.activate('idlebar.cdstatus', level = 25)
+# plugin.activate('idlebar.diskfree', level = 30)
+# plugin.activate('idlebar.clock', level = 50, args='%a %d %H:%M')
 #
 # display proc-stats, CPU and RAM usage
 # plugin.activate('idlebar.system.procstats',level=20)
-
-# plugin.activate( 'idlebar.diskfree', level=10)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to