mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
28 lines
774 B
XML
28 lines
774 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- real-life RDF 0.9 feed
|
|
note that there is no sequence, but the order
|
|
of the items must be retained.
|
|
-->
|
|
<rdf:RDF
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://my.netscape.com/rdf/simple/0.9/">
|
|
|
|
<channel>
|
|
<title>heise online News</title>
|
|
<link>http://www.heise.de/newsticker/</link>
|
|
<description>Nachrichten nicht nur aus der Welt der Computer</description>
|
|
</channel>
|
|
|
|
|
|
<item>
|
|
<title>Kreditkarten-Software soll unerlaubte Datenspeicherung ermöglichen</title>
|
|
<link>http://www.heise.de/newsticker/meldung/71009</link>
|
|
</item>
|
|
|
|
<item>
|
|
<title>Branche diskutiert über Chip-Testzentrum in Dresden</title>
|
|
<link>http://www.heise.de/newsticker/meldung/71010</link>
|
|
</item>
|
|
|
|
|
|
</rdf:RDF>
|