public/index.rdf in tdiary-5.2.4 vs public/index.rdf in tdiary-5.3.0

- old
+ new

@@ -1,12 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xml:lang="ja-JP"> - <channel rdf:about="http://example.org/index.rdf"> + <channel rdf:about="http://www.example.com/index.rdf"> <title>【日記のタイトル】(→&lt;a href=&quot;update.rb?conf=default&quot;&gt;サイトの情報&lt;/a&gt;で変更しましょう)</title> - <link>http://example.org/</link> + <link>http://www.example.com/</link> <description></description> <dc:creator></dc:creator> - <dc:rights>Copyright 2022 , copyright of comments by respective authors</dc:rights> + <dc:rights>Copyright 2024 , copyright of comments by respective authors</dc:rights> <items><rdf:Seq> +<rdf:li rdf:resource="http://www.example.com/?date=20240110#p01"/> </rdf:Seq></items> </channel> +<item rdf:about="http://www.example.com/?date=20240110#p01"> +<link>http://www.example.com/?date=20240110#p01</link> +<dc:date>2024-01-10T14:37:18+09:00</dc:date> +<title>さて、テストである。</title> +<dc:creator></dc:creator> +<description>とりあえず自前の環境ではちゃんと動いているが、きっと穴がいっぱいあるに違いない:-P</description> +<content:encoded><![CDATA[<h3>さて、テストである。</h3><p>とりあえず自前の環境ではちゃんと動いているが、きっと穴がいっぱいあるに違いない:-P</p> +<p><a href="http://www.example.com/?date=20240110#c">ツッコミを入れる</a></p>]]></content:encoded> +</item> </rdf:RDF>