Enlightenment CVS committal

Author  : sarajervi
Project : misc
Module  : erss

Dir     : misc/erss/data


Modified Files:
        erssrc 


Log Message:
Rewrote config file parsing, it's now using libxml2 too.
All config files and the rc file has been changed and is now valid xml.
Loading of erss will fail if you don't update your rc file.



===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/erssrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- erssrc      11 Jan 2004 14:02:24 -0000      1.3
+++ erssrc      14 Jan 2004 22:24:48 -0000      1.4
@@ -1,22 +1,17 @@
+<?xml version="1.0"?>
+<erss>
 
-<!-- Path to default config file -->
-<config>/usr/local/share/erss/config/slashdot.cfg</config>
+       <!-- Path to default config file -->
+       <config>/usr/local/share/erss/config/vg.cfg</config>
 
-<!-- Path to default theme -->
-<theme>/usr/local/share/erss/default.eet</theme>
+       <!-- Path to default theme -->
+       <theme>/usr/local/share/erss/default.eet</theme>
 
-<!-- Set your browser path/location for quick url access -->
-<browser>MozillaFirebird</browser>
+       <!-- Path to browser for launching urls -->
+       <browser>/usr/bin/galeon</browser>
 
-<!--  
-Set your proxy server. 
-Leave blank if none!
--->
-<proxy></proxy>
-<proxy_port>80</proxy_port>
-
-<!--
-Define what encoding to use.
--->
-<enc_to>iso-8859-1</enc_to>
-<enc_from>utf8</enc_from>
+       <!-- Set your proxy server. Leave blank if none! -->
+       <proxy></proxy>
+       <proxy_port>3128</proxy_port>
+       
+</erss>




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to