<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><!-- BEGIN_MODULE Feed_Rss2 -->
	<channel>
		<title>%{BLOG_NAME}<!-- BEGIN_MODULE Touch_Category --> - %{CATEGORY_NAME}<!-- END_MODULE Touch_Category --></title>
		<link>%{BASE_URL}</link>
		<atom:link href="%{RSS2LINK}" rel="self" type="application/rss+xml" />
		<description>%{META_DESCRIPTION}</description>
		<language>ja</language>
		<copyright>Copyright (C) 2009 %{BLOG_NAME} All rights reserved.</copyright>
		<lastBuildDate>{lastBuildDate}</lastBuildDate>
		<generator>acms v%{VERSION}</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs><!-- BEGIN item:loop -->
		<item>
			<title>{title}</title>
			<link>{link}</link>
			<description><![CDATA[<!-- BEGIN column:veil -->
			<div class="newsTextBox"><!-- BEGIN column:loop --><!-- BEGIN clear --><!-- END clear -->
			<!-- BEGIN column#text -->
				<!-- テキスト -->
				<!-- BEGIN p -->
				<p {class}>{text}[nl2br]</p><!-- END p --><!-- BEGIN h3 -->
				<h3 {class}>{text}[nl2br]</h3><!-- END h3 --><!-- BEGIN h4 -->
				<h4 {class}>{text}[nl2br]</h4><!-- END h4 --><!-- BEGIN h5 -->
				<h5 {class}>{text}[nl2br]</h5><!-- END h5 --><!-- BEGIN ul -->
				<ul {class}>{text}[list]</ul><!-- END ul --><!-- BEGIN ol -->
				<ol {class}>{text}[list]</ol><!-- END ol --><!-- BEGIN blockquote -->
				<blockquote {class}>{text}</blockquote><!-- END blockquote --><!-- BEGIN table -->
				<table {class}>{text}[table]</table><!-- END table --><!-- BEGIN pre -->
				<pre {class}>{text}[nl2br|escape]</pre><!-- END pre --><!-- BEGIN none -->
				{text}[raw]<!-- END none --><!-- BEGIN markdown -->
				{text}[markdown]<!-- END markdown --><!-- BEGIN wysiwyg -->
				{text}[raw]<!-- END wysiwyg -->
				<!-- END column#text --><!-- BEGIN column#image -->

				<!-- 画像 -->
				<div class="column-image-{align}"><!-- BEGIN link#front -->
					<a href="{url}"{viewer}[raw]"><!-- END link#front -->
						<img class="columnImage" src="%{HTTP_ROOT}{path}" alt="{alt}" width="{x}" height="{y}" /><!-- BEGIN link#rear -->
					</a><!-- END link#rear --><!-- BEGIN caption:veil -->
					<p class="caption">{caption}</p><!-- END caption:veil -->
				</div><!-- END column#image --><!-- BEGIN column#file -->

				<!-- ファイル -->
				<div class="column-file-{align}">
					<a href="%{HTTP_ROOT}{path}"><img class="columnIcon" src="%{HTTP_ROOT}{icon}" alt="{alt}" width="{x}" height="{y}" /></a><!-- BEGIN caption:veil -->
					<p class="caption">{caption}</p><!-- END caption:veil -->
				</div><!-- END column#file --><!-- BEGIN column#map -->

				<!-- 地図 -->
				<img class="column-map-{align}" src="{proxy}http://maps.google.com/staticmap?center={lat},{lng}&zoom={zoom}&size={x}x{y}&maptype=roadmap&markers=<!-- BEGIN marker:loop -->{lat},{lng}<!-- BEGIN glue -->|<!-- END glue --><!-- END marker:loop -->&key=%{GOOGLE_API_KEY}" alt="{msg}" width="{x}" height="{y}" title="クリックで地図が動かせるようになります。" /><!-- END column#map --><!-- BEGIN column#youtube -->

				<!-- YouTube -->
				<div class="column-youtube-{align}" >
					<object width="{x}" height="{y}"><param name="movie" value="http://www.youtube.com/v/0zldvi6V0ms&hl=ja&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{youtubeId}&hl=ja&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="{x}" height="{y}"></embed></object>
				</div><!-- END column#youtube --><!-- BEGIN column#eximage -->

				<!-- 画像URL -->
				<div class="column-eximage-{align}"><!-- BEGIN link#front -->
					<a href="{url}"{viewer}[raw]"><!-- END link#front -->
						<img class="columnImage" src="{normal}" alt="{alt}" width="{x}" height="{y}" /><!-- BEGIN link#rear -->
					</a><!-- END link#rear --><!-- BEGIN caption:veil -->
					<p class="caption">{caption}</p><!-- END caption:veil -->
				</div>
				<!-- END column#eximage -->

				<!-- END column:loop -->

				<br class="clearHidden" />
			</div><!-- END column:veil --><!-- BEGIN continueLink:veil -->
			<p class="continueBtn"><a href="{continueUrl}">「{continueName}」の続きを読む</a></p><!-- END continueLink:veil -->
			]]></description>
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">{creator}</dc:creator>
			<comments>{permalink}#comment</comments>
			<guid isPermaLink="true">{permalink}</guid>
			<pubDate>{pubDate}</pubDate>
		</item><!-- END item:loop -->
	</channel><!-- END_MODULE Feed_Rss2 -->
</rss>