Last active
August 29, 2023 07:46
-
-
Save martymcguire/eceff4684e44249c05d674b6be5137dc to your computer and use it in GitHub Desktop.
A Jekyll layout for a podcast RSS feed. Each podcast has an entry in `_podcasts/` with metadata. Items are `_posts/` entries with episode content that match a specified tag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Jekyll | |
class PodcastRssPage < Page | |
def initialize(site, base, dir, post) | |
@site = site | |
@base = base | |
@dir = dir | |
@name = 'feed.rss' | |
self.process(@name) | |
self.data = post.data.clone | |
self.data['layout'] = 'podcast_rss' | |
self.data['podcast_url'] = site.config['url'] + post.url | |
converter = site.find_converter_instance(::Jekyll::Converters::Markdown) | |
self.data['description'] = converter.convert(post.content) | |
#STDERR.puts post.content | |
end | |
end | |
class PodcastRssPageGenerator < Generator | |
safe true | |
def generate(site) | |
podcasts = site.collections["podcasts"].docs | |
podcasts.each do |podcast| | |
dir = File.dirname(podcast.destination(site.dest)) | |
rsspage = PodcastRssPage.new(site, site.source, dir, podcast) | |
#STDERR.puts "#{rsspage.dir}#{rsspage.name}, #{podcast.data}" | |
site.pages << rsspage | |
end | |
end | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
--- | |
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> | |
<channel> | |
<title>{{ page.title }}</title> | |
<link>{{ page.podcast_url }}</link> | |
<language>en-us</language> | |
<copyright>℗ & © {{ 'now' | date: "%Y" }} {{ page.podcast_author }}</copyright> | |
{% if page.podcast_subtitle %} | |
<itunes:subtitle>{{ page.podcast_subtitle }}</itunes:subtitle> | |
{% endif %} | |
<itunes:author>{{ page.podcast_author }}</itunes:author> | |
<description><![CDATA[{{ page.description | strip_html }}]]></description> | |
<itunes:owner> | |
<itunes:name>{{ page.podcast_author }}</itunes:name> | |
<itunes:email>{{ page.itunes_email }}</itunes:email> | |
</itunes:owner> | |
<itunes:image href="{{ page.image }}"/> | |
{% for category in page.itunes_categories %} | |
<itunes:category text="{{ category }}" /> | |
{% endfor %} | |
<itunes:explicit>no</itunes:explicit> | |
{% assign episodes = site.posts | where:"tags",page.tag %} | |
{% for episode in episodes %} | |
{% assign episode_permalink = episode.url | prepend: site.baseurl | prepend: site.url %} | |
<item> | |
<title>{{ episode.title }}</title> | |
<itunes:author>{{ page.podcast_author }}</itunes:author> | |
{% if episode.subtitle %} | |
<itunes:subtitle>{{ episode.subtitle }}</itunes:subtitle> | |
{% endif %} | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="{{ episode_permalink }}">{{ episode_permalink }}</a>.</p> | |
{{ episode.content }}]]></description> | |
{% if episode.image %} | |
<itunes:image href="{{ episode.image }}"/> | |
{% endif %} | |
<enclosure type="audio/mpeg" url="{{ episode.audio }}"/> | |
<guid>{{ episode_permalink }}</guid> | |
<pubDate>{{ episode.date | date_to_rfc822 }}</pubDate> | |
{% if episode.duration %} | |
<itunes:duration>07:04</itunes:duration> | |
{% endif %} | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
{% endfor %} | |
</channel> | |
</rss> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> | |
<channel> | |
<title>This Week in the IndieWeb Audio Edition</title> | |
<link>https://martymcgui.re/podcasts/indieweb/</link> | |
<language>en-us</language> | |
<copyright>℗ & © 2017 Marty McGuire</copyright> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[This Week in the IndieWeb Audio Edition is a weekly audio summary of This Week in the IndieWeb, | |
a digest of activities of the IndieWeb community. | |
It contains recent and upcoming events, posts from IndieNews, and a summary of wiki edits. | |
]]></description> | |
<itunes:owner> | |
<itunes:name>Marty McGuire</itunes:name> | |
<itunes:email>[email protected]</itunes:email> | |
</itunes:owner> | |
<itunes:image href="https://media.martymcgui.re/91/59/7d/47/62ab3ee06924355b32f7283ac5ba033cedb679970b8ddbaefd2e2863.png"/> | |
<itunes:category text="Technology" /> | |
<itunes:explicit>no</itunes:explicit> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • September 9th - 15th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/09/15/224858/">https://martymcgui.re/2017/09/15/224858/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-09-15.html">This Week in the IndieWeb for September 9th - 15th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="https://www.metamage.com/">Josh Juran</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions and subscribe with your favorite podcast app here: <a href="https://martymcgui.re/podcasts/indieweb/">martymcgui.re/podcasts/indieweb/</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/7c/15/b5/0a/d772060738d6f06e3a30405b3995128d3999ef64b99229cd6d57d59c.mp3"/> | |
<guid>https://martymcgui.re/2017/09/15/224858/</guid> | |
<pubDate>Fri, 15 Sep 2017 22:48:58 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • September 2nd - 8th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/09/09/133301/">https://martymcgui.re/2017/09/09/133301/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-09-08.html">This Week in the IndieWeb for September 2nd - 8th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="https://snarfed.org/">Ryan Barrett</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions and subscribe with your favorite podcast app here: <a href="https://martymcgui.re/podcasts/indieweb/">martymcgui.re/podcasts/indieweb/</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/87/6a/ad/1c/63e2d2a50613c1164859c99c445bb407fdc95138ed4a1d0c33c0a8f0.mp3"/> | |
<guid>https://martymcgui.re/2017/09/09/133301/</guid> | |
<pubDate>Sat, 09 Sep 2017 13:33:01 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • Update for 2017-09-06</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/09/06/123128/">https://martymcgui.re/2017/09/06/123128/</a>.</p> | |
<p>Here’s a brief addendum to the <a href="https://martymcgui.re/2017/09/02/112010/">most recent newsletter</a>.</p> | |
<p>Homebrew Website Club Austin will be meeting today at 6:30PM US Central Time.</p> | |
<p>Homebrew Website Club Berlin will be restarting tomorrow, September 7, at 6:30PM GMT+2.</p> | |
<p>Find more at <a href="https://indieweb.org/Events">indieweb.org/Events</a>.</p> | |
<p>The next newsletter may be a bit late due to my travel schedule.</p> | |
<p>Music for this episode was <a href="https://aaronparecki.com/2017/02/20/17/day62">Day 62 - Pipes</a> from <a href="https://100.aaronparecki.com/">Aaron Parecki’s 100 Days of Music Project</a>.</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/16/65/7a/ef/d1330feeecb150bb6a9ee77314aec0e6d2d857e07f6562fe0d3b8a00.mp3"/> | |
<guid>https://martymcgui.re/2017/09/06/123128/</guid> | |
<pubDate>Wed, 06 Sep 2017 12:31:28 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • August 26th - September 1st, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/09/02/112010/">https://martymcgui.re/2017/09/02/112010/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-09-01.html">This Week in the IndieWeb for August 26th - September 1st, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="https://www.twitter.com/rabble">@rabble</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/podcasts/indieweb/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/c1/77/a7/e8/08cd85d74a75f0f515df0b21988a45659d46b72e9742d9d7adb38cea.mp3"/> | |
<guid>https://martymcgui.re/2017/09/02/112010/</guid> | |
<pubDate>Sat, 02 Sep 2017 11:20:10 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • August 19th - 25th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/08/26/160425/">https://martymcgui.re/2017/08/26/160425/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-08-25.html">This Week in the IndieWeb for August 19th - 25th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="http://herestomwiththeweather.com/">Tom Brown</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/podcasts/indieweb/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/6a/af/29/a0/7f23840b501fa84464de57dcfdf56d51cd89284e4d35c1f626d6f541.mp3"/> | |
<guid>https://martymcgui.re/2017/08/26/160425/</guid> | |
<pubDate>Sat, 26 Aug 2017 16:04:25 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • August 12th - 18th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/08/19/140447/">https://martymcgui.re/2017/08/19/140447/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-08-18.html">This Week in the IndieWeb for August 12th - 18th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="http://jean.micro.blog/">Jean MacDonald</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/39/cf/65/e2/ce88322b4f953a8068a54c803244ab31c67e5cef44bf75a805be0f69.mp3"/> | |
<guid>https://martymcgui.re/2017/08/19/140447/</guid> | |
<pubDate>Sat, 19 Aug 2017 14:04:47 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • August 5th - 11th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/08/11/185328/">https://martymcgui.re/2017/08/11/185328/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-08-11.html">This Week in the IndieWeb for August 5th - 11th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="https://podviaznikov.com/">Anton Podviaznikov</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/e5/bd/3b/a4/4684105231177394250fcedc12d98d2fc2c84eee65b8e594a9489215.mp3"/> | |
<guid>https://martymcgui.re/2017/08/11/185328/</guid> | |
<pubDate>Fri, 11 Aug 2017 18:53:28 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • July 29th - August 4th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/08/05/112552/">https://martymcgui.re/2017/08/05/112552/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-08-04.html">This Week in the IndieWeb for July 29th - August 4th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="http://werd.io/"> | |
Ben Werdmüller</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/c3/64/69/e0/a8ae5d4775218205843ee75e827ee1ed7e6c705be66db0e9a5371210.mp3"/> | |
<guid>https://martymcgui.re/2017/08/05/112552/</guid> | |
<pubDate>Sat, 05 Aug 2017 11:25:52 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • July 22nd - 28th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/07/29/111935/">https://martymcgui.re/2017/07/29/111935/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-07-28.html">This Week in the IndieWeb for July 22nd - 28th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="http://upon2020.com/">Johannes Ernst</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/d4/02/7d/63/118e0eb4061dd378ebd8a95cee397321d3aace50ef9293c2c27baf6b.mp3"/> | |
<guid>https://martymcgui.re/2017/07/29/111935/</guid> | |
<pubDate>Sat, 29 Jul 2017 11:19:35 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • July 15th - 21st, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/07/22/092359/">https://martymcgui.re/2017/07/22/092359/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-07-21.html">This Week in the IndieWeb for July 15th - 21st, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="http://anomalily.net/">Lillian Karabaic</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/2f/09/bc/7a/66e994532cfff24b0b70e6b9531f69e28b7cc8ea945c46e4c731ee09.mp3"/> | |
<guid>https://martymcgui.re/2017/07/22/092359/</guid> | |
<pubDate>Sat, 22 Jul 2017 09:23:59 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • July 8th - 14th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/07/15/163908/">https://martymcgui.re/2017/07/15/163908/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-07-14.html">This Week in the IndieWeb for July 8th - 14th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="https://jenson.org/">Scott Jenson</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/a9/9c/a9/df/e7aebfcbb2a7d640a00057e3250e685fef3e0836388af748dcae30b5.mp3"/> | |
<guid>https://martymcgui.re/2017/07/15/163908/</guid> | |
<pubDate>Sat, 15 Jul 2017 16:39:08 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • July 1st - 7th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/07/08/130249/">https://martymcgui.re/2017/07/08/130249/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-07-07.html">This Week in the IndieWeb for July 1st - 7th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="https://gregorlove.com/">gRegor Morrill</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://100.aaronparecki.com/">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>, <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/e7/51/7d/5a/85c39c68507e191b7423883c02c07c21f1cf28cd677b93ca95bd96ab.mp3"/> | |
<guid>https://martymcgui.re/2017/07/08/130249/</guid> | |
<pubDate>Sat, 08 Jul 2017 13:02:49 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • June 24th - 30th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/07/01/173327/">https://martymcgui.re/2017/07/01/173327/</a>.</p> | |
<p>An extra-long, Summit-packed audio edition of <a href="https://indieweb.org/this-week/2017-06-30.html">This Week in the IndieWeb for June 24th - 30th, 2017</a>.</p> | |
<p>This week features a brief interview with <a href="http://dougbeal.com/">Doug Beal</a> recorded at <a href="https://2017.indieweb.org/">IndieWeb Summit 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a>, and <a href="https://aaronparecki.com/2017/03/15/14/day85">Day 85 - Suit</a>.</p> | |
<p>Also includes music from <a href="https://www.youtube.com/watch?v=eRRCs2OWYWI">Nightcore- 867-5309 / Jenny by Aoki Lapis</a>.</p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/57/90/71/1f/6291dc9460ff8906e8e32a33f10022d4d00caa5b39bffcaa81046d82.mp3"/> | |
<guid>https://martymcgui.re/2017/07/01/173327/</guid> | |
<pubDate>Sat, 01 Jul 2017 17:33:27 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • June 17th - 23rd, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/06/23/193433/">https://martymcgui.re/2017/06/23/193433/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-06-23.html">This Week in the IndieWeb forJune 17th - 23rd, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/89/0e/63/b8/d03ddcf1b16773e01f2ff2464978e32218d7ea9f3768e3afdb2ae814.mp3"/> | |
<guid>https://martymcgui.re/2017/06/23/193433/</guid> | |
<pubDate>Fri, 23 Jun 2017 19:34:33 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • June 10th - 16th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/06/16/194231/">https://martymcgui.re/2017/06/16/194231/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-06-16.html">This Week in the IndieWeb for June 10th - 16th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/13/5a/c5/24/fe1ccbcdea71f4c30c0a52cf637992c03977517cb0da485380de710d.mp3"/> | |
<guid>https://martymcgui.re/2017/06/16/194231/</guid> | |
<pubDate>Fri, 16 Jun 2017 19:42:31 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • June 3rd - 9th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/06/09/181744/">https://martymcgui.re/2017/06/09/181744/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-06-09.html">This Week in the IndieWeb for June 3rd - 9th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/f3/85/1a/0b/0bb48312a2d52a515772a37dcf5de1a01d92338924fdfde8241195eb.mp3"/> | |
<guid>https://martymcgui.re/2017/06/09/181744/</guid> | |
<pubDate>Fri, 09 Jun 2017 18:17:44 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • May 27th - June 2nd, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/06/02/210453/">https://martymcgui.re/2017/06/02/210453/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-06-02.html">This Week in the IndieWeb for May 27th - June 2nd, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/2b/a5/1c/bc/c47a901457707d11e06d8c431f15a64b7dbb3e4763085a03a8f17f72.mp3"/> | |
<guid>https://martymcgui.re/2017/06/02/210453/</guid> | |
<pubDate>Fri, 02 Jun 2017 21:04:53 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • May 20th - 26th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/05/27/143704/">https://martymcgui.re/2017/05/27/143704/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-05-26.html">This Week in the IndieWeb for May 20th - 26th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/d5/05/5c/d0/c2b392f160ef67ef34b1d4bc2fe4f70a673c1e636e6e505972a1911d.mp3"/> | |
<guid>https://martymcgui.re/2017/05/27/143704/</guid> | |
<pubDate>Sat, 27 May 2017 14:37:04 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • May 13th - 19th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/05/20/141658/">https://martymcgui.re/2017/05/20/141658/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-05-19.html">This Week in the IndieWeb for May 13th - 19th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/b4/54/69/7c/29abf1b9395a0786d162dd58d9850fae6d0f90e3c894eb6c77ee8e9d.mp3"/> | |
<guid>https://martymcgui.re/2017/05/20/141658/</guid> | |
<pubDate>Sat, 20 May 2017 14:16:58 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • May 6th - 12th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/05/13/131726/">https://martymcgui.re/2017/05/13/131726/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-05-12.html">This Week in the IndieWeb for May 6th - 12th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/9e/be/2d/ff/8c3ea721aaf4b89428661e5dbc77a0c5276185cbc224469785f62e82.mp3"/> | |
<guid>https://martymcgui.re/2017/05/13/131726/</guid> | |
<pubDate>Sat, 13 May 2017 13:17:26 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • April 29th - May 5th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/05/06/170124/">https://martymcgui.re/2017/05/06/170124/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-05-05.html">This Week in the IndieWeb for April 29th - May 5th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/05/06/170124/</guid> | |
<pubDate>Sat, 06 May 2017 17:01:24 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • April 15th - 21st, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/04/21/184150/">https://martymcgui.re/2017/04/21/184150/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-04-21.html">This Week in the IndieWeb for April 15th - 21st, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/04/21/184150/</guid> | |
<pubDate>Fri, 21 Apr 2017 18:41:50 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • April 8th - 14th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/04/15/134948/">https://martymcgui.re/2017/04/15/134948/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-04-14.html">This Week in the IndieWeb for April 8th - 14th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/f0/11/fc/6b/0e012aa80ead52d1229b39f3c679512f29791c01461992dddbee2a03.mp3"/> | |
<guid>https://martymcgui.re/2017/04/15/134948/</guid> | |
<pubDate>Sat, 15 Apr 2017 13:49:48 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • April 1st - 7th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/04/08/165106/">https://martymcgui.re/2017/04/08/165106/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-04-07.html">This Week in the IndieWeb for April 1st - 7th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/04/08/165106/</guid> | |
<pubDate>Sat, 08 Apr 2017 16:51:06 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • March 25th - 31st, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/03/31/210239/">https://martymcgui.re/2017/03/31/210239/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-03-24.html">This Week in the IndieWeb for March 25th - 31st, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/03/31/210239/</guid> | |
<pubDate>Fri, 31 Mar 2017 21:02:39 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • March 18th - 24th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/03/25/134946/">https://martymcgui.re/2017/03/25/134946/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-03-24.html">This Week in the IndieWeb for March 18th - 24th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/03/25/134946/</guid> | |
<pubDate>Sat, 25 Mar 2017 13:49:46 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • March 11th - 17th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/03/18/180223/">https://martymcgui.re/2017/03/18/180223/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-03-17.html">This Week in the IndieWeb for March 11th - 17th, 2017</a>.</p> | |
<p>You can find all of my audio editions <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/03/18/180223/</guid> | |
<pubDate>Sat, 18 Mar 2017 18:02:23 -0400</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • March 4th - 10th, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/03/11/165411/">https://martymcgui.re/2017/03/11/165411/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-03-10.html">This Week in the IndieWeb for March 3th - 10th, 2017</a>.</p> | |
<p>Thanks to everyone for the feedback so far! In responding to a couple of listener requests, I slowed my speaking rate down for this week’s updates. However, because I am re-using some common clips, it sounds like I am speeding up and slowing down quite a bit. My apologies for any confusion this causes! I plan to re-record the common samples soon.</p> | |
<p>You can find all of my <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">audio editions here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/03/11/165411/</guid> | |
<pubDate>Sat, 11 Mar 2017 16:54:11 -0500</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb Audio Edition • February 25 - March 3, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/03/04/125651/">https://martymcgui.re/2017/03/04/125651/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-03-03.html">This Week in the IndieWeb for February 25th - March 3rd, 2017</a>.</p> | |
<p>You can find all of my <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">audio editions here</a>.</p> | |
<p>You can subscribe with your favorite podcast app <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, and <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/03/04/125651/</guid> | |
<pubDate>Sat, 04 Mar 2017 12:56:51 -0500</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb February 18 - 24, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/02/24/190931/">https://martymcgui.re/2017/02/24/190931/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-02-24.html">This Week in the IndieWeb for February 18th - 24th, 2017</a>.</p> | |
<p>You can find all of my <a href="https://martymcgui.re/tag/this-week-indieweb-podcast/">audio editions here</a>.</p> | |
<p>And maybe you can subscribe with whatever you consume podcasts with <a href="https://huffduffer.com/tags/this+week+in+indieweb">on huffduffer</a>.</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>: <a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a>, <a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a>, <a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></p> | |
<p>Thanks to everyone in the <a href="https://chat.indieweb.org/">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!</p> | |
]]></description> | |
<enclosure type="audio/mpeg" url=""/> | |
<guid>https://martymcgui.re/2017/02/24/190931/</guid> | |
<pubDate>Fri, 24 Feb 2017 19:09:31 -0500</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
<item> | |
<title>This Week in the IndieWeb February 10 - 17, 2017</title> | |
<itunes:author>Marty McGuire</itunes:author> | |
<description><![CDATA[ | |
<p>Find this episode on the web at <a href="https://martymcgui.re/2017/02/18/151503/">https://martymcgui.re/2017/02/18/151503/</a>.</p> | |
<p>Audio edition for <a href="https://indieweb.org/this-week/2017-02-17.html">This Week in the IndieWeb for February 10th - 17th, 2017</a></p> | |
<p>Thinking about doing this as a regular thing, if I can get the production time down. Feedback welcome!</p> | |
<p>Music from <a href="https://aaronparecki.com/">Aaron Parecki</a>’s <a href="https://aaronparecki.com/tag/100daysofmusic">100DaysOfMusic project</a>:</p> | |
<ul> | |
<li><a href="https://aaronparecki.com/2017/02/06/7/day48">Day 48 - Glitch</a></li> | |
<li><a href="https://aaronparecki.com/2017/02/07/4/day49">Day 49 - Floating</a></li> | |
<li><a href="https://aaronparecki.com/2016/12/29/21/day-9">Day 9</a></li> | |
<li><a href="https://aaronparecki.com/2016/12/31/15/">Day 11</a></li> | |
</ul> | |
]]></description> | |
<enclosure type="audio/mpeg" url="https://media.martymcgui.re/f6/9b/41/5b/1492d181b1d631e56f5f1ced270cac7dfec973a7c90ad47c6a8ddbf3.mp3"/> | |
<guid>https://martymcgui.re/2017/02/18/151503/</guid> | |
<pubDate>Sat, 18 Feb 2017 15:15:03 -0500</pubDate> | |
<itunes:explicit>no</itunes:explicit> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment