Author: dmeyer
Date: Mon Oct 24 19:43:17 2005
New Revision: 7764

Modified:
   trunk/ui/freevo_config.py
   trunk/ui/src/config/configfile.py

Log:
remove webserver variables

Modified: trunk/ui/freevo_config.py
==============================================================================
--- trunk/ui/freevo_config.py   (original)
+++ trunk/ui/freevo_config.py   Mon Oct 24 19:43:17 2005
@@ -1333,57 +1333,6 @@
 
 
 # ======================================================================
-# Freevo builtin WWW server settings:
-# ======================================================================
-
-#
-# To activate the built in web server, please activate the www plugin
-# in your local_conf.py. You can also start the webserver as external
-# program by running 'freevo webserver'.
-#
-# plugin.activate('www')
-
-#
-# Web server port number. 80 is the standard port, but is often
-# taken already by apache, and cannot be used unless the server
-# runs as root. Port 8080 is the default, change to 80 if
-# needed.
-#
-WWW_PORT = 8080
-
-#
-# Username / Password combinations to login to the web interface.
-# These should be overridden in local_conf.py
-# 
-# WWW_USERS = { "user1" : "changeme", 
-#            "optional" : "changeme2" }
-#
-WWW_USERS = { 0 : 0 }
-
-#
-# Divide the TV guide into intervals of this length (in minutes)
-#
-WWW_GUIDE_INTERVAL = 30
-
-#
-# Precision for TV guide (in minutes)
-#
-WWW_GUIDE_PRECISION = 5
-
-#
-# Show this many blocks at once
-#
-WWW_GUIDE_COLS = 6
-
-WWW_STYLESHEET = 'styles/main.css'
-
-WWW_JAVASCRIPT = 'scripts/display_prog-head.js'
-
-
-
-
-
-# ======================================================================
 # Internal stuff, you shouldn't change anything here unless you know
 # what you are doing
 # ======================================================================

Modified: trunk/ui/src/config/configfile.py
==============================================================================
--- trunk/ui/src/config/configfile.py   (original)
+++ trunk/ui/src/config/configfile.py   Mon Oct 24 19:43:17 2005
@@ -161,12 +161,6 @@
 'freevo_config.py' in here. There is an example for 'local_conf.py' called
 'local_conf.py.example' in the Freevo distribution.
     
-If you need more help, use the internal webserver to get more informations
-how to setup Freevo. To do this, you need to set
-WWW_USERS = { 'username' : 'password' }
-in your local_conf.py and then you can access the doc at
-http://localhost:8080/help/
-    
 The location of freevo_config.py is %s
 Freevo searches for freevo.conf and local_conf.py in the following locations:
 %s


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to