Enlightenment CVS committal

Author  : sarajervi
Project : misc
Module  : erss

Dir     : misc/erss/data/config


Modified Files:
        bbc_science.cfg cnetnews.cfg e-cvs.cfg freshmeat.cfg 
        groklaw.cfg handyande.cfg itavisen.cfg kottke.cfg kuro5hin.cfg 
        metafilter.cfg newsforge.cfg osnews.cfg radius.cfg 
        slashdot.cfg smartmobs.cfg theregister.cfg vg.cfg 


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/config/bbc_science.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- bbc_science.cfg     14 Jan 2004 18:57:07 -0000      1.4
+++ bbc_science.cfg     14 Jan 2004 22:24:48 -0000      1.5
@@ -1,17 +1,22 @@
-<hostname>news.bbc.co.uk</hostname>
-<url>http://news.bbc.co.uk/rss/newsonline_uk_edition/sci/tech/rss091.xml</url>
+<?xml version="1.0"?>
+<erss>
 
-<item_root>channel</item_root>
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>news.bbc.co.uk</hostname>
+       <url>http://news.bbc.co.uk/rss/newsonline_uk_edition/sci/tech/rss091.xml</url>
 
+       <item_root>channel</item_root>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<update_rate>1800</update_rate>
 
-<stories>5</stories>
+       <update_rate>1800</update_rate>
 
-<borderless>1</borderless>
+       <stories>5</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/cnetnews.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- cnetnews.cfg        14 Jan 2004 18:57:07 -0000      1.3
+++ cnetnews.cfg        14 Jan 2004 22:24:48 -0000      1.4
@@ -1,20 +1,25 @@
-<header>Latest 7 of CNET News.com</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>news.com.com</hostname>
-<url>http://news.com.com/2547-1_3-0-20.xml</url>
+       <header>Latest 7 of CNET News.com</header>
 
-<item_root>channel</item_root>
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>news.com.com</hostname>
+       <url>http://news.com.com/2547-1_3-0-20.xml</url>
 
-<update_rate>1800</update_rate>
+       <item_root>channel</item_root>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<clock>0</clock>
+       <update_rate>1800</update_rate>
 
-<stories>7</stories>
+       <clock>0</clock>
 
-<borderless>1</borderless>
+       <stories>7</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/e-cvs.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e-cvs.cfg   14 Jan 2004 18:57:07 -0000      1.1
+++ e-cvs.cfg   14 Jan 2004 22:24:48 -0000      1.2
@@ -1,19 +1,24 @@
-<header>Enlightenment CVS</header>
-<hostname>navi.cs.colorado.edu</hostname>
-<url>http://cia.navi.cx/stats/project/e/.rss</url>
+<?xml version="1.0"?>
+<erss>
 
-<item_root>channel</item_root>
-<item_start>item</item_start>
+       <header>Enlightenment CVS</header>
+       <hostname>navi.cs.colorado.edu</hostname>
+       <url>http://cia.navi.cx/stats/project/e/.rss</url>
 
-<item_title>description</item_title>
+       <item_root>channel</item_root>
+       <item_start>item</item_start>
 
-<update_rate>1800</update_rate>
+       <item_title>description</item_title>
 
-<clock>0</clock>
+       <update_rate>1800</update_rate>
 
-<stories>10</stories>
+       <clock>0</clock>
 
-<borderless>1</borderless>
+       <stories>10</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/freshmeat.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- freshmeat.cfg       11 Jan 2004 14:02:24 -0000      1.1
+++ freshmeat.cfg       14 Jan 2004 22:24:48 -0000      1.2
@@ -1,19 +1,24 @@
-<header>Freshmeat.net</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.freshmeat.net</hostname>
-<url>http://freshmeat.net/backend/fm.rdf</url>
+       <header>Freshmeat.net</header>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>www.freshmeat.net</hostname>
+       <url>http://freshmeat.net/backend/fm.rdf</url>
 
-<update_rate>1800</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<clock>0</clock>
+       <update_rate>1800</update_rate>
 
-<stories>7</stories>
+       <clock>0</clock>
 
-<borderless>1</borderless>
+       <stories>7</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/groklaw.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- groklaw.cfg 14 Jan 2004 18:57:07 -0000      1.2
+++ groklaw.cfg 14 Jan 2004 22:24:48 -0000      1.3
@@ -1,41 +1,46 @@
-<header>5 latest from Groklaw</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.groklaw.net</hostname>
-<url>http://www.groklaw.net/backend/GrokLaw.rdf</url>
+       <header>5 latest from Groklaw</header>
 
-<item_root>channel</item_root>
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
-<item_description>description</item_description>
-
-<!-- Defined in seconds. Be polite and don't use less than 1800 seconds unless
-     it's your own server. -->
-<update_rate>1800</update_rate>
-
-<!-- Display clock / timer
-1 = Yes
-0 = No
--->
-<clock>1</clock>
-
-
-<!-- Number of stories you want to be shown (MAX !0) -->
-<stories>5</stories>
-
-<!-- Borderless window
-1 = Yes
-0 = No
--->
-<borderless>1</borderless>
-
-<!-- Set the X and Y position on your screen.
-Default (for auto placement):
-       x = 0
-       y = 0
-
-Note: Some windowmanagers won't allow you to use alt + mouse for 
-moving your borderless window around. That's why this option is here.
--->
-<x>0</x>
-<y>0</y>
+       <hostname>www.groklaw.net</hostname>
+       <url>http://www.groklaw.net/backend/GrokLaw.rdf</url>
+
+       <item_root>channel</item_root>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
+       <item_description>description</item_description>
+
+       <!-- Defined in seconds. Be polite and don't use less than 1800 seconds unless
+                        it's your own server. -->
+       <update_rate>1800</update_rate>
+
+       <!-- Display clock / timer
+       1 = Yes
+       0 = No
+       -->
+       <clock>1</clock>
+
+
+       <!-- Number of stories you want to be shown (MAX !0) -->
+       <stories>5</stories>
+
+       <!-- Borderless window
+       1 = Yes
+       0 = No
+       -->
+       <borderless>1</borderless>
+
+       <!-- Set the X and Y position on your screen.
+       Default (for auto placement):
+               x = 0
+               y = 0
+
+       Note: Some windowmanagers won't allow you to use alt + mouse for 
+       moving your borderless window around. That's why this option is here.
+       -->
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/handyande.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- handyande.cfg       11 Jan 2004 23:23:56 -0000      1.5
+++ handyande.cfg       14 Jan 2004 22:24:48 -0000      1.6
@@ -1,28 +1,33 @@
-<header>5 latest from Slashdot.org</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.codewordt.co.uk</hostname>
-<url>http://www.codewordt.co.uk/feeds/slashdot.rss</url>
+       <header>5 latest from Slashdot.org</header>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
-<item_description>description</item_description>
+       <hostname>www.codewordt.co.uk</hostname>
+       <url>http://www.codewordt.co.uk/feeds/slashdot.rss</url>
 
-<!-- Defined in seconds. Do not use less then 1800
-       or else you will get yourself banned from slashdot.org! -->
-<!-- not really, as it is a local copy that only hits slashdot once an hour -->
-<update_rate>1800</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
+       <item_description>description</item_description>
 
-<!-- Display clock / timer
-1 = Yes
-0 = No
--->
-<clock>1</clock>
+       <!-- Defined in seconds. Do not use less then 1800
+               or else you will get yourself banned from slashdot.org! -->
+       <!-- not really, as it is a local copy that only hits slashdot once an hour -->
+       <update_rate>1800</update_rate>
 
+       <!-- Display clock / timer
+       1 = Yes
+       0 = No
+       -->
+       <clock>1</clock>
 
-<stories>5</stories>
 
-<borderless>1</borderless>
+       <stories>5</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/itavisen.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- itavisen.cfg        14 Jan 2004 18:57:07 -0000      1.3
+++ itavisen.cfg        14 Jan 2004 22:24:48 -0000      1.4
@@ -1,16 +1,21 @@
-<header>5 sist fra ITavisen</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.itavisen.no</hostname>
-<url>http://www.itavisen.no/rss.php</url>
+       <header>5 sist fra ITavisen</header>
 
-<item_root>channel</item_root>
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
-<item_description>description</item_description>
+       <hostname>www.itavisen.no</hostname>
+       <url>http://www.itavisen.no/rss.php</url>
 
-<update_rate>600</update_rate>
-<stories>5</stories>
+       <item_root>channel</item_root>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
+       <item_description>description</item_description>
 
-<clock>1</clock>
-<borderless>1</borderless>
+       <update_rate>600</update_rate>
+       <stories>5</stories>
+
+       <clock>1</clock>
+       <borderless>1</borderless>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/kottke.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- kottke.cfg  11 Jan 2004 23:23:56 -0000      1.3
+++ kottke.cfg  14 Jan 2004 22:24:48 -0000      1.4
@@ -1,15 +1,20 @@
-<hostname>kottke.org</hostname>
-<url>http://kottke.org/index.rdf</url>
+<?xml version="1.0"?>
+<erss>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>kottke.org</hostname>
+       <url>http://kottke.org/index.rdf</url>
 
-<update_rate>1800</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<stories>5</stories>
+       <update_rate>1800</update_rate>
 
-<borderless>1</borderless>
+       <stories>5</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/kuro5hin.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- kuro5hin.cfg        9 Jan 2004 23:00:08 -0000       1.2
+++ kuro5hin.cfg        14 Jan 2004 22:24:48 -0000      1.3
@@ -1,23 +1,28 @@
-<!--
-       ERSS Config By DigitalFallout
+<?xml version="1.0"?>
+<erss>
 
-       Site: Http://www.kuro5hin.org
--->
+       <!--
+               ERSS Config By DigitalFallout
 
-<!-- Server Configuration -->
-<hostname>www.kuro5hin.org</hostname>
-<url>http://www.kuro5hin.org/backend.rdf</url>
-
-<!-- RDF Configuration -->
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
-
-<!-- ERSS Client Configuration -->
-<borderless>1</borderless>
-<clock>1</clock>
-<header>5 latest from Kuro5hin</header>
-<stories>5</stories>
-<update_rate>1800</update_rate>
-<x>0</x>
-<y>0</y>
+               Site: Http://www.kuro5hin.org
+       -->
+
+       <!-- Server Configuration -->
+       <hostname>www.kuro5hin.org</hostname>
+       <url>http://www.kuro5hin.org/backend.rdf</url>
+
+       <!-- RDF Configuration -->
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
+
+       <!-- ERSS Client Configuration -->
+       <borderless>1</borderless>
+       <clock>1</clock>
+       <header>5 latest from Kuro5hin</header>
+       <stories>5</stories>
+       <update_rate>1800</update_rate>
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/metafilter.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- metafilter.cfg      14 Jan 2004 18:57:07 -0000      1.4
+++ metafilter.cfg      14 Jan 2004 22:24:48 -0000      1.5
@@ -1,18 +1,23 @@
-<header>News from metafilter</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>xml.metafilter.com</hostname>
-<url>http://xml.metafilter.com/rss.xml</url>
+       <header>News from metafilter</header>
 
-<item_root>channel</item_root>
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>xml.metafilter.com</hostname>
+       <url>http://xml.metafilter.com/rss.xml</url>
 
-<update_rate>1800</update_rate>
+       <item_root>channel</item_root>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<stories>5</stories>
+       <update_rate>1800</update_rate>
 
-<borderless>1</borderless>
+       <stories>5</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/newsforge.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- newsforge.cfg       11 Jan 2004 14:02:24 -0000      1.1
+++ newsforge.cfg       14 Jan 2004 22:24:48 -0000      1.2
@@ -1,19 +1,24 @@
-<header>NewsForge</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.newsforge.com</hostname>
-<url>http://www.newsforge.com/newsforge.rss</url>
+       <header>NewsForge</header>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>www.newsforge.com</hostname>
+       <url>http://www.newsforge.com/newsforge.rss</url>
 
-<update_rate>1800</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<clock>0</clock>
+       <update_rate>1800</update_rate>
 
-<stories>7</stories>
+       <clock>0</clock>
 
-<borderless>1</borderless>
+       <stories>7</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/osnews.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- osnews.cfg  11 Jan 2004 23:23:56 -0000      1.3
+++ osnews.cfg  14 Jan 2004 22:24:48 -0000      1.4
@@ -1,19 +1,24 @@
-<header>5 latest from OSNews</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.osnews.com</hostname>
-<url>http://www.osnews.com/files/recent.rdf</url>
+       <header>5 latest from OSNews</header>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>www.osnews.com</hostname>
+       <url>http://www.osnews.com/files/recent.rdf</url>
 
-<update_rate>1800</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<clock>1</clock>
+       <update_rate>1800</update_rate>
 
-<stories>5</stories>
+       <clock>1</clock>
 
-<borderless>1</borderless>
+       <stories>5</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/radius.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- radius.cfg  14 Jan 2004 18:57:07 -0000      1.3
+++ radius.cfg  14 Jan 2004 22:24:48 -0000      1.4
@@ -1,44 +1,49 @@
-<header>5 latest from Slashdot.org</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>radius.exo.no</hostname>
-<url>http://radius.exo.no/~ms/slashdot.rss</url>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
-<item_description>description</item_description>
-
-
-<!-- Defined in seconds. Do not use less then 1800
-       1or else you will get yourself banned from slashdot.org! -->
-<update_rate>15</update_rate>
-
-<!-- Prefix to use infront of the articles  -->
-<prefix>-</prefix>
-
-<!-- Display clock / timer
-1 = Yes
-0 = No
--->
-<clock>1</clock>
-
-
-<!-- Number of stories you want to be shown (MAX !0) -->
-<stories>5</stories>
-
-<!-- Borderless window
-1 = Yes
-0 = No
--->
-<borderless>0</borderless>
-
-<!-- Set the X and Y position on your screen.
-Default (for auto placement):
-       x = 0
-       y = 0
-
-Note: Some windowmanagers won't allow you to use alt + mouse for 
-moving your borderless window around. That's why this option is here.
--->
-<x>0</x>
-<y>0</y>
+       <header>5 latest from Slashdot.org</header>
+
+       <hostname>radius.exo.no</hostname>
+       <url>http://radius.exo.no/~ms/slashdot.rss</url>
+
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
+       <item_description>description</item_description>
+
+
+       <!-- Defined in seconds. Do not use less then 1800
+               1or else you will get yourself banned from slashdot.org! -->
+       <update_rate>15</update_rate>
+
+       <!-- Prefix to use infront of the articles  -->
+       <prefix>-</prefix>
+
+       <!-- Display clock / timer
+       1 = Yes
+       0 = No
+       -->
+       <clock>1</clock>
+
+
+       <!-- Number of stories you want to be shown (MAX !0) -->
+       <stories>5</stories>
+
+       <!-- Borderless window
+       1 = Yes
+       0 = No
+       -->
+       <borderless>0</borderless>
+
+       <!-- Set the X and Y position on your screen.
+       Default (for auto placement):
+               x = 0
+               y = 0
+
+       Note: Some windowmanagers won't allow you to use alt + mouse for 
+       moving your borderless window around. That's why this option is here.
+       -->
+       <x>0</x>
+       <y>0</y>
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/slashdot.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- slashdot.cfg        9 Jan 2004 23:00:08 -0000       1.2
+++ slashdot.cfg        14 Jan 2004 22:24:48 -0000      1.3
@@ -1,39 +1,45 @@
-<header>5 latest from Slashdot.org</header>
+<?xml version="1.0"?>
+<erss>
+       
+       <header>5 latest from Slashdot.org</header>
+
+       <hostname>slashdot.org</hostname>
+       <url>http://slashdot.org/slashdot.rss</url>
+
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
+
+       <!-- Defined in seconds. Do not use less then 1800
+               1or else you will get yourself banned from slashdot.org! -->
+       <update_rate>1800</update_rate>
+
+       <!-- Display clock / timer
+       1 = Yes
+       0 = No
+       -->
+       <clock>1</clock>
+
+
+       <!-- Number of stories you want to be shown (MAX !0) -->
+       <stories>5</stories>
+
+       <!-- Borderless window
+       1 = Yes
+       0 = No
+       -->
+       <borderless>1</borderless>
+
+       <!-- Set the X and Y position on your screen.
+       Default (for auto placement):
+               x = 0
+               y = 0
+
+       Note: Some windowmanagers won't allow you to use alt + mouse for 
+       moving your borderless window around. That's why this option is here.
+       -->
+       <x>0</x>
+       <y>0</y>
 
-<hostname>slashdot.org</hostname>
-<url>http://slashdot.org/slashdot.rss</url>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
-
-<!-- Defined in seconds. Do not use less then 1800
-       1or else you will get yourself banned from slashdot.org! -->
-<update_rate>1800</update_rate>
-
-<!-- Display clock / timer
-1 = Yes
-0 = No
--->
-<clock>1</clock>
-
-
-<!-- Number of stories you want to be shown (MAX !0) -->
-<stories>5</stories>
-
-<!-- Borderless window
-1 = Yes
-0 = No
--->
-<borderless>1</borderless>
-
-<!-- Set the X and Y position on your screen.
-Default (for auto placement):
-       x = 0
-       y = 0
-
-Note: Some windowmanagers won't allow you to use alt + mouse for 
-moving your borderless window around. That's why this option is here.
--->
-<x>0</x>
-<y>0</y>
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/smartmobs.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- smartmobs.cfg       11 Jan 2004 23:23:56 -0000      1.3
+++ smartmobs.cfg       14 Jan 2004 22:24:48 -0000      1.4
@@ -1,17 +1,22 @@
-<header>News from Smartmobs</header>
+<?xml version="1.0"?>
+<erss>
+       
+       <header>News from Smartmobs</header>
 
-<hostname>www.smartmobs.com</hostname>
-<url>http://www.smartmobs.com/index.rdf</url>
+       <hostname>www.smartmobs.com</hostname>
+       <url>http://www.smartmobs.com/index.rdf</url>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<update_rate>1800</update_rate>
+       <update_rate>1800</update_rate>
 
-<stories>5</stories>
+       <stories>5</stories>
 
-<borderless>1</borderless>
+       <borderless>1</borderless>
 
-<x>0</x>
-<y>0</y>
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/theregister.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- theregister.cfg     11 Jan 2004 14:02:24 -0000      1.1
+++ theregister.cfg     14 Jan 2004 22:24:48 -0000      1.2
@@ -1,19 +1,24 @@
-<header>The Register</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.theregister.co.uk</hostname>
-<url>http://www.theregister.co.uk/feeds/latest.rdf</url>
+       <header>The Register</header>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>www.theregister.co.uk</hostname>
+       <url>http://www.theregister.co.uk/feeds/latest.rdf</url>
 
-<update_rate>1800</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<clock>0</clock>
+       <update_rate>1800</update_rate>
 
-<stories>7</stories>
+       <clock>0</clock>
 
-<borderless>1</borderless>
+       <stories>7</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</erss>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/vg.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- vg.cfg      11 Jan 2004 23:23:56 -0000      1.3
+++ vg.cfg      14 Jan 2004 22:24:48 -0000      1.4
@@ -1,17 +1,22 @@
-<header>5 siste fra VG Nett</header>
+<?xml version="1.0"?>
+<erss>
 
-<hostname>www.vg.no</hostname>
-<url>http://www.vg.no/export/Alle/rdf.hbs</url>
+       <header>5 siste fra VG Nett</header>
 
-<item_start>item</item_start>
-<item_title>title</item_title>
-<item_url>link</item_url>
+       <hostname>www.vg.no</hostname>
+       <url>http://www.vg.no/export/Alle/rdf.hbs</url>
 
-<update_rate>600</update_rate>
+       <item_start>item</item_start>
+       <item_title>title</item_title>
+       <item_url>link</item_url>
 
-<stories>5</stories>
+       <update_rate>600</update_rate>
 
-<borderless>1</borderless>
+       <stories>5</stories>
 
-<x>0</x>
-<y>0</y>
+       <borderless>1</borderless>
+
+       <x>0</x>
+       <y>0</y>
+
+</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