<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Collision du rythme Weblog &#187; wordpress</title>
	<atom:link href="http://www.collisiondurythme.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.collisiondurythme.com</link>
	<description>Collision du rythme Weblog { 67% Design has been completed }</description>
	<lastBuildDate>Fri, 09 Jul 2010 04:49:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress2.8でAmazon reload</title>
		<link>http://www.collisiondurythme.com/wordpress2-8-amazon-reload</link>
		<comments>http://www.collisiondurythme.com/wordpress2-8-amazon-reload#comments</comments>
		<pubDate>Sun, 20 Sep 2009 22:41:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/?p=1031</guid>
		<description><![CDATA[AMAZONのAPIシステムの変更により、8/15/2009よりAccesskey IDとSecret Access Keyが必要となったのに伴い、AMAZON Reloadで画像が表示されなくななった。プラグインの本家では以後、改訂版をリ [...]]]></description>
			<content:encoded><![CDATA[<p>AMAZONのAPIシステムの変更により、8/15/2009よりAccesskey IDとSecret Access Keyが必要となったのに伴い、AMAZON Reloadで画像が表示されなくななった。プラグインの本家では以後、改訂版をリリースする予定だと暫定的な補助プラグインを作ったサイトでコメントしていましたが、未だリリースされず。<a href="http://blog.nsp-momo.com/it/software/wordpress%E3%81%AE%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3-amazon-reloaded%E3%82%92%E4%BB%95%E6%A7%98%E5%A4%89%E6%9B%B4%E5%BE%8C%E3%81%AE-amazon-api%E3%81%AB%E5%AF%BE%E5%BF%9C%E3%81%97%E3%81%A6/" title="NSP-mono blog">NSP-mono blog</a>さんがプラグインをリリースされているので、解説されている手順を踏んだら、Wordpress2.8でもしっかりと表示されるようになりました。有難うございます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress2-8-amazon-reload/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 同日の日付が表記されない場合</title>
		<link>http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88</link>
		<comments>http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88#comments</comments>
		<pubDate>Thu, 17 Sep 2009 00:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88</guid>
		<description><![CDATA[Wordpress2.8へようやくアップグレード。と同時に同日の日付が表示されないことに気づく。Wordpress Tagで&#60;?php the_date();&#160;?&#62;のタグを使っている場合、同じ日付が表記されず空欄のまま [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress2.8へようやくアップグレード。と同時に同日の日付が表示されないことに気づく。Wordpress Tagで<strong>&lt;?php the_date();&nbsp;?&gt;</strong>のタグを使っている場合、同じ日付が表記されず空欄のままになってしまう。9/15/09で記事を二つ以上、書くと9/15/09の二つ目以降の日付が表記されない。</p>
<ul>
<li>9/14/09</li>
<li>9/15/09</li>
<li>(＊空欄）</li>
<li>(＊空欄）</li>
<li>9/16/09</li>
</ul>
<p>なので該当箇所のtemplate上の<strong>&lt;?php the_date();&nbsp;?&gt;</strong>を</p>
<pre><code>&lt;?php the_time('m/d/y'); ?&gt;</code></pre>
<p>と変更する。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Calendar機能のバグ</title>
		<link>http://www.collisiondurythme.com/wordpress-get-the-calendar-bug</link>
		<comments>http://www.collisiondurythme.com/wordpress-get-the-calendar-bug#comments</comments>
		<pubDate>Sun, 08 Mar 2009 23:36:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/?p=867</guid>
		<description><![CDATA[Wordpressのバグなのかどうか分からないが，Wordpressのタグ&#60;?php get_calendar(); ?&#62;とdata.phpのページを併用すると，カレンダーが表示されても，前月，翌月のナビゲーションの機能が動作し [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpressのバグなのかどうか分からないが，<a title="Wordpress Tag: Get the Calendar" href="http://codex.wordpress.org/Template_Tags/get_calendar">Wordpressのタグ&lt;?php get_calendar(); ?&gt;</a>とdata.phpのページを併用すると，カレンダーが表示されても，前月，翌月のナビゲーションの機能が動作しない。Wordpressのバージョンかタグコードの問題かといろいろ思案したが，<span style="text-decoration: line-through;">其の場合の対処にはカレンダーを動作させるにはdata.phpページを削除するしかないようだ</span>。ひとつはそれでカレンダーが上手く機能するようになったけど，もう一つべつのところではdata.phpを消しても上手く機能しない。今のところ理由は分かりません。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-get-the-calendar-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>55文字のマルチバイトPlugin</title>
		<link>http://www.collisiondurythme.com/wp-multibyte-patch-plugin</link>
		<comments>http://www.collisiondurythme.com/wp-multibyte-patch-plugin#comments</comments>
		<pubDate>Wed, 25 Feb 2009 18:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/?p=773</guid>
		<description><![CDATA[Wordpressのループタグである&#60;?the_excerpt();?&#62;は、投稿の最初の55文字の単語の抜粋を文末に [...]をつけて表示するが、日本語では半角ではないため、55単語の区切りを判定できず、すべての内容が出力され [...]]]></description>
			<content:encoded><![CDATA[<p><span class="push">W</span>ordpressのループタグである&lt;?the_excerpt();?&gt;は、投稿の最初の55文字の単語の抜粋を文末に [...]をつけて表示するが、日本語では半角ではないため、55単語の区切りを判定できず、すべての内容が出力されてしまう。WordPress 日本語版では、マルチバイト関連の問題に対処するために WP Multibyte Patch プラグインを同梱していて、このプラグインを使用するとデフォルトでは110文字までを抜粋文として出力できるが、Wordpress本家版を使っていると個別に設定が必要。<a href="http://eastcoder.com/code/wp-multibyte-patch">WP Multibyte PatchはEastCoder</a>からダウンロード可能。使い方はダウンロードしてPluginフォルダーにアップロード。その後、Pluginsのパネルでアクティブ化するだけで可能。<br />
また出力もデフォルトで設定されている<strong>&#8216;excerpt_mblength&#8217; =&gt; 110</strong>の当該箇所をコンロロールパネルのプラグインエディターによって下記のように180などと書き換えられる。</p>
<pre><code>var $conf = array(
	                'excerpt_length' =&gt; 55,
	                'excerpt_mblength' =&gt; 180,
	                'comment_excerpt_length' =&gt; 20,
	                'comment_excerpt_mblength' =&gt; 40,
	                'patch_wp_mail' =&gt; true,
	                'patch_incoming_trackback' =&gt; true,
	                'patch_incoming_pingback' =&gt; true,
	                'patch_wp_trim_excerpt' =&gt; true,
	                'patch_get_comment_excerpt' =&gt; true,
	                'patch_process_search_terms' =&gt; true,
	                'patch_admin_custom_css' =&gt; true,
	                'patch_word_count_js' =&gt; true
	            );</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wp-multibyte-patch-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress theme &#8211; Suzzy-blue</title>
		<link>http://www.collisiondurythme.com/wordpress-theme-suzzy-blue</link>
		<comments>http://www.collisiondurythme.com/wordpress-theme-suzzy-blue#comments</comments>
		<pubDate>Fri, 20 Feb 2009 03:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress theme]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/?p=740</guid>
		<description><![CDATA[Wordpress 2.7用のtheme、Suzzy-BlueをWordpress theme directoryにアップロードしました。以前作成したものが、Wordpress2.7に対応していなかったためタグなどを修正。XHTML1.0  [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.collisiondurythme.com/wp-content/uploads/2009/02/suzzy.jpg" alt="suzzy-blue" title="suzzy-blue" width="300" height="220" class="alignleft size-full wp-image-741" /><span class="push">W</span>ordpress 2.7用のtheme、<a href="http://wordpress.org/extend/themes/suzzy-blue" title="Wordpress Theme Suzzy-Blue">Suzzy-Blue</a>を<a href="http://wordpress.org/extend/themes/" title="Wordpess Theme Directory">Wordpress theme directory</a>にアップロードしました。以前作成したものが、Wordpress2.7に対応していなかったためタグなどを修正。XHTML1.0 Strict, CSS2.1に準拠。画像も軽いものしか使用していません。対応ブラウザ、Firefox, Safari,Google Chrome, IE7.0などのモダンブラウザに対応。メモ代わりにお使い下さい。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-theme-suzzy-blue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress テンプレートタグ　Next post link</title>
		<link>http://www.collisiondurythme.com/wordpress-nextpostlink</link>
		<comments>http://www.collisiondurythme.com/wordpress-nextpostlink#comments</comments>
		<pubDate>Thu, 18 Dec 2008 09:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/wordpress-%e3%83%86%e3%83%b3%e3%83%97%e3%83%ac%e3%83%bc%e3%83%88%e3%82%bf%e3%82%b0%e3%80%80next-post-link</guid>
		<description><![CDATA[Next post linkタグは個別記事で日付順で他の記事への、あるいはカテゴリーページなどでの次のページへのパーマリンクを表示するのに使う。もっぱらこのタグを見るのはhome.php, Index.phpのページで次ページへのパーマネントリンクを表示させる場合だろう。]]></description>
			<content:encoded><![CDATA[<p><span class="push">N</span>ext post linkタグは個別記事で日付順で他の記事への、あるいはカテゴリーページなどでの次のページへのパーマリンクを表示するのに使う。もっぱらこのタグを見るのはhome.php, Index.phpのページで次ページへのパーマネントリンクを表示させる場合だろう。Next post linkあるいはPrevious post linkで<strong>日付順にリンクを張る</strong>場合、参考タグは</p>
<pre><code>&lt;?php previous_post_link('%link', '&laquo; Previous post', False); ?&gt;
&lt;?php next_post_link('%link', 'Next post &raquo;', False); ?&gt;
</code></pre>
<p>この場合、Falseで同一カテゴリーの中からの記事ではなく、日付順ごとにリンクを張る。反対にタグページやカテゴリーページで<strong>同一のカテゴリーから日付順に記事にリンクを張る</strong>場合、Falseではなく、Trueで表示させる。</p>
<pre><code>&lt;?php previous_post_link('%link', '&laquo; Previous post', True); ?&gt;
&lt;?php next_post_link('%link', 'Next post &raquo;', True); ?&gt;
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-nextpostlink/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7 Coltrane リリース</title>
		<link>http://www.collisiondurythme.com/wordpress-2-7-coltrane</link>
		<comments>http://www.collisiondurythme.com/wordpress-2-7-coltrane#comments</comments>
		<pubDate>Fri, 12 Dec 2008 00:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/?p=575</guid>
		<description><![CDATA[Wordpress 2.7 Coltraneがドロップダウンしました。ダッシュボードも2.5、2.6などよりもかなり使いやすくデザインが変更。解析機能であるBlogstatも備わり(ただし、Wordpress.comでBlogを持っていることが前提/ユーザー名、パスワードが要求されるため)]]></description>
			<content:encoded><![CDATA[<p><span class="push"><a href="http://wordpress.org/development/2008/12/coltrane/">W</span>ordpress 2.7 Coltrane</a>がドロップダウンしました。ダッシュボードも2.5、2.6などよりもかなり使いやすくデザインが変更。解析機能であるBlogstatも備わり(ただし、Wordpress.comでBlogを持っていることが前提/ユーザー名、パスワードが要求されるため)、<span id="more-575"></span>メディア インサートがWordpress2.6と比べてページ変遷して使いにくくなった感がある。いつものように使えなくプラグインがあるので導入する前にチェックの必要あり。<br />
<br />
<object data="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash" width="660" height="344"><param name="movie" value="http://v.wordpress.com/hFr8Nyar"></param><param name="allowFullScreen" value="transparent"></param><param name="allowscriptaccess" value="always"></param>
</object><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-2-7-coltrane/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress2.5リリース</title>
		<link>http://www.collisiondurythme.com/wordpress25%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9</link>
		<comments>http://www.collisiondurythme.com/wordpress25%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9#comments</comments>
		<pubDate>Sun, 30 Mar 2008 16:01:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.collisiondurhythm.com/?p=72</guid>
		<description><![CDATA[Wordpress2.5が正式リリース。アップグレードしました。懸案のアマゾンプラグインは無事動作。これがないと，音楽やら映画やらの画像が取得できず不便なので便利。そのほかのプラグイン，Meta Tag，スマートアーカイブも無事に動作する模様。]]></description>
			<content:encoded><![CDATA[<p><a title="wordpress2.5" href="http://wordpress.org/development/2008/03/wordpress-25-brecker/"><span class="push">W</span>ordpress2.5</a>が正式リリース。アップグレードしました。懸案のアマゾンプラグインは無事動作。これがないと，音楽やら映画やらの画像が取得できず不便なので便利。そのほかのプラグイン，Meta Tag，スマートアーカイブも無事に動作する模様。ただ，管理画面のレイアウトデザインがややおかしい感じがする。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress25%e3%83%aa%e3%83%aa%e3%83%bc%e3%82%b9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Amazon2.1 for Wordpress2.3</title>
		<link>http://www.collisiondurythme.com/wpamazon21forwordpress23</link>
		<comments>http://www.collisiondurythme.com/wpamazon21forwordpress23#comments</comments>
		<pubDate>Sun, 16 Mar 2008 22:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.collisiondurhythm.com/wpamazon21forwordpress23</guid>
		<description><![CDATA[Wp Amazon2.1がWordpress 2.3で動作せず，いらいらしていたところmy96softさんのところで解説があり助かりました。日本語でAmazonの画像などを取得する際にはWp Amazonのファイル上のwp-amazon/js/wp-amazon.jsファイルの36行目...]]></description>
			<content:encoded><![CDATA[<p><span class="push">W</span>p Amazon2.1がWordpress 2.3で動作せず，いらいらしていたところ<a href="http://my96soft.com/memo/2008/03/14/wp-amazon21%e3%82%92%e6%97%a5%e6%9c%ac%e7%94%a8%e3%81%ab%e3%83%8f%e3%83%83%e3%82%af/">my96soft</a>さんのところで解説があり助かりました。日本語でAmazonの画像などを取得する際にはWp Amazonのファイル上のwp-amazon/js/wp-amazon.jsファイルの36行目をvar baseUrl =<strong>‘http://webservices.amazon.’</strong>に変更すれば動作するとのこと。おかげで無事動作しました。しかし，問題点は未だ残り，一度投稿した記事からWP Amazon2.1を呼び出せない。一度，投稿記事した記事からアマゾンを呼び出すにはどうすればいいのだろうか？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wpamazon21forwordpress23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress2.4の代わりにWordpress2.5リリース</title>
		<link>http://www.collisiondurythme.com/wordpress25</link>
		<comments>http://www.collisiondurythme.com/wordpress25#comments</comments>
		<pubDate>Fri, 04 Jan 2008 21:55:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.collisiondurhythm.com/wordpress25</guid>
		<description><![CDATA[一月にリリース予定されていた，Wordpress2.4の代わって，三月にWordpress2.5がリリースされる予定。その理由は2.4がマイナーチェンジで，Wordpress2.5では管理画面のコードベースが大幅にチェンジされ，開発者もリリースラッシュを望んでいないため。]]></description>
			<content:encoded><![CDATA[<p>一月にリリース予定されていた，Wordpress2.4の代わって，三月にWordpress2.5がリリースされる予定。その理由は2.4がマイナーチェンジで，Wordpress2.5では管理画面のコードベースが大幅にチェンジされ，開発者もリリースラッシュを望んでいないため。Wordpressのリリースラッシュは嬉しいのだが，使えるプラグインやタグがどんどん代わってついて実際，アップデート管理がしんどい。<a title="Wordpress2.5" href="http://weblogtoolscollection.com/archives/2008/01/04/24-skipped-25-is-next/">Web tools collection </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress パーマネントリンク設定</title>
		<link>http://www.collisiondurythme.com/wordpress-tag</link>
		<comments>http://www.collisiondurythme.com/wordpress-tag#comments</comments>
		<pubDate>Thu, 20 Dec 2007 05:13:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.collisiondurhythm.com/wordpress-tag</guid>
		<description><![CDATA[パーマネントリンクの設定タグ。カスタムする場合は各々のタグにスラッシュ(/)を付けて、設定していく。個人的には%postname% だけで十分。]]></description>
			<content:encoded><![CDATA[<p>パーマネントリンクの設定タグ。</p>
<p>カスタムする場合は各々のタグにスラッシュ(/)を付けて、設定していく。個人的には<strong>%postname%</strong> だけで十分。</p>
<dl>
<dt><strong>%year%</strong></dt>
<dd> The year of the post, four digits, for example<tt>2004</tt></dd>
<dt><strong>%monthnum%</strong></dt>
<dd> Month of the year, for example <tt>05</tt></dd>
<dt><strong>%day%</strong></dt>
<dd> Day of the month, for example <tt>28</tt></dd>
<dt><strong>%hour%</strong></dt>
<dd> Hour of the day, for example <tt>15</tt> </dd>
<dt><strong>%minute%</strong></dt>
<dd> Minute of the hour, for example <tt>43</tt></dd>
<dt><strong>%second%</strong></dt>
<dd> Second of the minute, for example <tt>33</tt></dd>
<dt><strong>%postname%</strong></dt>
<dd> A sanitized version of the title of the post (<em>post slug</em> field on Edit Post/Page panel). So “This Is A Great Post!” becomes <tt>this-is-a-great-post</tt> in the URI (see note below) </dd>
<dt><strong>%post_id%</strong></dt>
<dd> The unique ID # of the post, for example <tt>423</tt> </dd>
<dt><strong>%category%</strong></dt>
<dd> A sanitized version of the category name (<em>category slug</em> field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI. </dd>
<dt><strong>%author%</strong></dt>
<dd> A sanitized version of the author name.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-tag/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
