[xoops-cvslog 3162] CVS update: xoops2jp/html/modules/base/templates

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 5月 26日 (金) 13:23:06 JST


Index: xoops2jp/html/modules/base/templates/legacy_rss.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_rss.html:1.1.2.1
--- /dev/null	Fri May 26 13:23:06 2006
+++ xoops2jp/html/modules/base/templates/legacy_rss.html	Fri May 26 13:23:06 2006
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0">
+  <channel>
+    <title><{$channel_title|escape}></title>
+    <link><{$channel_link|escape}></link>
+    <description><{$channel_desc|escape}></description>
+    <lastBuildDate><{$channel_lastbuild|escape}></lastBuildDate>
+    <docs>http://backend.userland.com/rss/</docs>
+    <generator><{$channel_generator|escape}></generator>
+    <category><{$channel_category|escape}></category>
+    <managingEditor><{$channel_editor|escape}></managingEditor>
+    <webMaster><{$channel_webmaster|escape}></webMaster>
+    <language><{$channel_language|escape}></language>
+    <{if $image_url != ""}>
+    <image>
+      <title><{$channel_title|escape}></title>
+      <url><{$image_url|escape}></url>
+      <link><{$channel_link|escape}></link>
+      <width><{$image_width|escape}></width>
+      <height><{$image_height|escape}></height>
+    </image>
+    <{/if}>
+    <{foreach item=item from=$items}>
+      <item>
+        <title><{$item.title|escape}></title>
+        <link><{$item.link|escape}></link>
+        <{if $item.description}>
+          <description><{$item.description|escape}></description>
+        <{/if}>
+        <pubDate><{$item.pubdate|xoops_formattimestamp:rss}></pubDate>
+        <guid><{$item.guid|escape}></guid>
+      </item>
+    <{/foreach}>
+  </channel>
+</rss>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る