Enlightenment CVS committal
Author : sarajervi
Project : misc
Module : erss
Dir : misc/erss/data/config
Modified Files:
Makefile.am bbc_science.cfg cnetnews.cfg groklaw.cfg
itavisen.cfg metafilter.cfg radius.cfg
Added Files:
e-cvs.cfg
Log Message:
Total rewrite of the xml parsing code, now using libxml2 instead.
Old functions for parsing is still there, config files still use them. Fix
that later or switch to ecore_config.
Also added a new option in the config files since some feeds require a root element
for parsing to be done corretly.
Added the e-cvs rss feed (got that one from xcomp)
JFYI: new parsing code is not tested much yet... :-)
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 11 Jan 2004 14:02:24 -0000 1.5
+++ Makefile.am 14 Jan 2004 18:57:07 -0000 1.6
@@ -15,5 +15,6 @@
theregister.cfg \
freshmeat.cfg \
cnetnews.cfg \
-newsforge.cfg
+newsforge.cfg \
+e-cvs.cfg
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/bbc_science.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- bbc_science.cfg 11 Jan 2004 23:23:56 -0000 1.3
+++ bbc_science.cfg 14 Jan 2004 18:57:07 -0000 1.4
@@ -1,6 +1,7 @@
<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>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/cnetnews.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- cnetnews.cfg 11 Jan 2004 23:23:56 -0000 1.2
+++ cnetnews.cfg 14 Jan 2004 18:57:07 -0000 1.3
@@ -3,6 +3,7 @@
<hostname>news.com.com</hostname>
<url>http://news.com.com/2547-1_3-0-20.xml</url>
+<item_root>channel</item_root>
<item_start>item</item_start>
<item_title>title</item_title>
<item_url>link</item_url>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/groklaw.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- groklaw.cfg 9 Jan 2004 23:00:08 -0000 1.1
+++ groklaw.cfg 14 Jan 2004 18:57:07 -0000 1.2
@@ -3,6 +3,7 @@
<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>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/itavisen.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- itavisen.cfg 9 Jan 2004 23:00:08 -0000 1.2
+++ itavisen.cfg 14 Jan 2004 18:57:07 -0000 1.3
@@ -3,7 +3,7 @@
<hostname>www.itavisen.no</hostname>
<url>http://www.itavisen.no/rss.php</url>
-
+<item_root>channel</item_root>
<item_start>item</item_start>
<item_title>title</item_title>
<item_url>link</item_url>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/metafilter.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- metafilter.cfg 11 Jan 2004 23:23:56 -0000 1.3
+++ metafilter.cfg 14 Jan 2004 18:57:07 -0000 1.4
@@ -3,6 +3,7 @@
<hostname>xml.metafilter.com</hostname>
<url>http://xml.metafilter.com/rss.xml</url>
+<item_root>channel</item_root>
<item_start>item</item_start>
<item_title>title</item_title>
<item_url>link</item_url>
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/data/config/radius.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- radius.cfg 9 Jan 2004 23:00:08 -0000 1.2
+++ radius.cfg 14 Jan 2004 18:57:07 -0000 1.3
@@ -6,7 +6,7 @@
<item_start>item</item_start>
<item_title>title</item_title>
<item_url>link</item_url>
-<item_descript>link</item_url>
+<item_description>description</item_description>
<!-- Defined in seconds. Do not use less then 1800
-------------------------------------------------------
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