---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedpress="http://feedpress.it/xmlns" version="2.0">
<channel>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" xmlns:atom="http://www.w3.org/2005/Atom"/>
<title>{{ site.title | xml_escape }}</title>
<description>Ingressのニュースや話題をお届けするゲーム系ポッドキャストです。</description>
<generator>Octopress</generator>
<link>{{ site.url }}</link>
<itunes:author>chezou&berserga</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="http://chezou.github.io/mizuyarilink_octopress/images/itunes-cover.jpg"/>
<itunes:keywords>ingress,jarvis,ada,cross faction</itunes:keywords>
<itunes:subtitle>Ingress podcast by chezou and berserga</itunes:subtitle>
<itunes:summary>Ingressの話題について話すPodcastです。</itunes:summary>
<itunes:category text="Games & Hobbies"/>
<itunes:new-feed-url>http://chezou.github.io/mizuyarilink_octopress/atom.xml</itunes:new-feed-url>
<itunes:owner>
<itunes:name>chezou and berserga</itunes:name>
<itunes:email>chezou@gmail.com</itunes:email>
</itunes:owner>
{% for post in site.posts %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.summary | xml_escape }}{{ post.content | xml_escape }}</description>
<link>{{ site.url }}{{ post.url }}</link>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<guid>{{ site.url }}{{ post.id }}</guid>
<itunes:explicit>no</itunes:explicit>
<itunes:subtitle>{{ post.summary }}</itunes:subtitle>
<itunes:duration>{{ post.audio-duration }}</itunes:duration>
<enclosure url="{{ post.audio-src }}" type="audio/mpeg" length="{{ post.audio-length }}"/>
</item>
{% endfor %}
</channel>
</rss>