<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>
  <channel>
    <title>ベイエリアPlanet</title>
    <link>http://www.ryo.com/bayarea/</link>
    <description>シリコンバレー・ＳＦベイエリア近辺に住む人々の日本語のブログ</description>
    <lastBuildDate>{$timestamp|date_format:'%a, %d %b %Y %H:%M:%S'} -0800</lastBuildDate>
    <generator>php4 + smarty</generator>
    <language>ja</language>
    {foreach from=$items item=item}
    <item>
      <title>{$item.title|escape}</title>
      <link>{$item.link|escape}</link>
      <guid isPermaLink="true">{$item.link|escape}</guid>
      <pubDate>{$item.timestamp|date_format:'%a, %d %b %Y %H:%M:%S'} -0800</pubDate>
      <description>{$item.content|mb_truncate:256|escape}</description>
    </item>
    {/foreach}
  </channel>
</rss>

