Skip to content

Commit

Permalink
RBR 2017: Pete Lyons
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Nov 18, 2017
1 parent 48f511b commit 6011af9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
19 changes: 17 additions & 2 deletions resources/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<copyright>2015 Chris Krycho</copyright>
<managingEditor>[email protected] (Chris Krycho)</managingEditor>
<webMaster>[email protected] (Chris Krycho)</webMaster>
<pubDate>Tue, 14 Nov 2017 20:13:42 -0700</pubDate>
<lastBuildDate>Tue, 14 Nov 2017 20:13:42 -0700</lastBuildDate>
<pubDate>Sat, 18 Nov 2017 13:55:09 -0700</pubDate>
<lastBuildDate>Sat, 18 Nov 2017 13:55:09 -0700</lastBuildDate>
<image>
<url>http://newrustacean.com/podcast.png</url>
<title>New Rustacean</title>
Expand Down Expand Up @@ -41,6 +41,21 @@
<itunes:category text="Training"/>
</itunes:category>
<itunes:type>episodic</itunes:type>
<item>
<title>RBR 2017: Pete Lyons</title>
<link>http://newrustacean.com/show_notes/interview/rbr_2017/pete_lyons/</link>
<description><![CDATA[<p>A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.</p>
]]></description>
<pubDate>Sat, 18 Nov 2017 13:55:02 -0700</pubDate>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.mp3" length="4965749" type="audio/mpeg"/>
<guid isPermaLink="false">E0CDEC86-D180-4AB3-968E-6DB4718D5CA7</guid>
<itunes:author>Chris Krycho</itunes:author>
<itunes:summary>A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

</itunes:summary>
<itunes:duration>4:54</itunes:duration>
<content:encoded><![CDATA[A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.]]></content:encoded>
</item>
<item>
<title>RBR 2017: Arun Kulsheshthra</title>
<link>http://newrustacean.com/show_notes/interview/rbr_2017/arun_kulshreshtha/</link>
Expand Down
1 change: 1 addition & 0 deletions src/interview/rbr_2017/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@
pub mod colin_dean;
pub mod anthony_deschamps;
pub mod arun_kulshreshtha;
pub mod pete_lyons;
20 changes: 20 additions & 0 deletions src/interview/rbr_2017/pete_lyons.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//! Pete Lyons
//!
//! - **Date:** November 18, 2017 (recorded October 27, 2017)
//! - **Audio:**
//! + [M4A]
//! + [MP3]
//! + [Ogg]
//!
//! [M4A]: http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.m4a
//! [MP3]: http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.mp3
//! [Ogg]: http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.ogg
//!
//! <audio style="width: 100%" style="width: 100%" title="Rust Belt Rust 2017: Colin Dean" controls preload=metadata>
//! <source src="http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.m4a">
//! <source src="http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.mp3">
//! <source src="http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/pete_lyons.ogg">
//! </audio>

/// Transcript TBD!
pub struct Transcript;

0 comments on commit 6011af9

Please sign in to comment.