-
Notifications
You must be signed in to change notification settings - Fork 1
/
podcast.xml
45 lines (41 loc) · 2.62 KB
/
podcast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!-- irregular podcast distributions -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="https://search.yahoo.com/mrss/" xmlns:dc="https://purl.org/dc/elements/1.1/" xml:lang='en-US'>
<channel>
<title>Jenkins</title>
<description >One-off audio recordings from Jenkins project</description>
<itunes:summary>One-off audio recordings from Jenkins project</itunes:summary>
<link>https://jenkins-ci.org/</link>
<atom:link href="https://jenkins-ci.org/podcast" rel="self" type="application/rss+xml" />
<media:thumbnail url="https://jenkins-ci.org/sites/default/files/images/headshot.png" />
<media:keywords >jenkins,development,software</media:keywords>
<itunes:keywords>jenkins,development,software</itunes:keywords>
<media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology</media:category>
<itunes:author>Jenkins Project</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="https://wiki.jenkins.io/download/attachments/2916393/logo.png" />
<itunes:category text="Technology"/>
<itunes:owner>
<itunes:name>Kohsuke Kawaguchi</itunes:name>
<itunes:email>kk@kohsuke.org</itunes:email>
</itunes:owner>
<item>
<title>Jenkins 100K celebration recording</title>
<description>
<p>
As a part of <a href="https://jenkins-ci.org/content/jenkins-celebration-day-february-26">the Jenkins 100K celebration</a>, Dean Yu, Andrew Bayer, R. Tyler Croy, Chris Orr, and myself got together late Tuesday evening to go over the history of the project, how big the community was back then, how we grow, where we are now, and maybe a bit about future.
<p>
We got carried away and the recording became longer than we all planned. But it has some nice sound bites, back stage stories, and stuff even some of us didn't know about! I hope you'll enjoy it.
</description>
<pubDate>Wed, 25 Feb 2015 16:00:00 -0800</pubDate>
<link>https://jenkins-ci.org/content/100k-celebration-podcast</link>
<guid isPermaLink="true">https://jenkins-ci.org/content/100k-celebration-podcast</guid>
<itunes:author>Kohsuke Kawaguchi</itunes:author>
<dc:creator>Kohsuke Kawaguchi</dc:creator>
<itunes:explicit>no</itunes:explicit>
<itunes:subtitle>Project history, where we are, and what's in the future?</itunes:subtitle>
<itunes:duration>1:34:21</itunes:duration>
<enclosure url="http://mirrors.jenkins-ci.org/podcast/100k.mp3" type="audio/mpeg" length="45272287" />
</item>
</channel>
</rss>