diff rss.xml @ 0:a2f0a2c135cf

hg init
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Sun, 06 Jun 2010 22:00:38 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rss.xml	Sun Jun 06 22:00:38 2010 +0900
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="euc-jp" ?>
+
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns="http://purl.org/rss/1.0/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+>
+
+<channel rdf:about="http://www.hyuki.com/yukiwiki/rss.xml">
+ <title>YukiWiki 2.1.3</title>
+ <link>http://www.hyuki.com/yukiwiki/wiki.cgi</link>
+ <description>This is YukiWiki, yet another Wiki clone</description>
+ <items>
+  <rdf:Seq>
+      <rdf:li rdf:resource="http://www.hyuki.com/yukiwiki/wiki.cgi?FrontPage" />
+    <rdf:li rdf:resource="http://www.hyuki.com/yukiwiki/wiki.cgi?hogehoge" />
+    <rdf:li rdf:resource="http://www.hyuki.com/yukiwiki/wiki.cgi?%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2" />
+
+  </rdf:Seq>
+ </items>
+</channel>
+
+   <item rdf:about="http://www.hyuki.com/yukiwiki/wiki.cgi?FrontPage">
+    <title>FrontPage</title>
+    <link>http://www.hyuki.com/yukiwiki/wiki.cgi?FrontPage</link>
+    <description>FrontPage - YukiWiki on Cassandra</description>
+    <dc:date>2010-06-06T21:50:42+09:00</dc:date>
+   </item>
+   
+   <item rdf:about="http://www.hyuki.com/yukiwiki/wiki.cgi?hogehoge">
+    <title>hogehoge</title>
+    <link>http://www.hyuki.com/yukiwiki/wiki.cgi?hogehoge</link>
+    <description>hogehoge - っっっっっっっっっっっs</description>
+    <dc:date>2010-06-06T18:27:11+09:00</dc:date>
+   </item>
+   
+   <item rdf:about="http://www.hyuki.com/yukiwiki/wiki.cgi?%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2">
+    <title>ああああああああ</title>
+    <link>http://www.hyuki.com/yukiwiki/wiki.cgi?%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2%a4%a2</link>
+    <description>ああああああああ - うあああああああああああああああああああああああ</description>
+    <dc:date>2010-06-06T18:25:40+09:00</dc:date>
+   </item>
+  
+</rdf:RDF>