Skip to content

Commit 4319cbb

Browse files
committed
add RSS feed
1 parent f833e5b commit 4319cbb

File tree

9 files changed

+110
-0
lines changed

9 files changed

+110
-0
lines changed

www/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>About - Code Optional</title>
77
<meta name="description" content="Learn about the hosts of Code Optional: Andrew Sardone, Kevin Vitale, and Chris Dzombak.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/episode-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Episode 1: We started this new project in Swift - Code Optional</title>
77
<meta name="description" content="Andrew, Chris, and Kevin sit down for their inaugural chat, scratching the surface of Swift.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/episode-2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Episode 2: Frameworks, you guys don't even know how many sunshine and rainbows - Code Optional</title>
77
<meta name="description" content='Andrew, Chris, and Kevin discuss "Google becoming Apple" and how dynamic frameworks will replace CocoaPods.'>
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/episode-3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Episode 3: So we didn't talk about Core Data - Code Optional</title>
77
<meta name="description" content="Andrew, Kevin, and Chris plan to talk about Core Data. Instead, they discuss navigation patterns for iOS apps.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/episode-4.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Episode 4: We did talk about Core Data! - Code Optional</title>
77
<meta name="description" content="Kevin throws in a big announcement, followed by a discussion on Swift's nil coalescing operator and Core Data.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/episode-6.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Episode 6: Unfulfilled Promises - Code Optional</title>
77
<meta name="description" content="Chris has an announcement, followed by discussion about OS X Yosemite, iOS 8, and why Promises are an insufficient abstraction.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/episode-7.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Episode 7: Our first ever guest, designing remotely - Code Optional</title>
77
<meta name="description" content="We're joined by guest Karsten Rowe to chat about remote work, jumping from graphic to product design, and how one grows and becomes inspired.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

www/feed.xml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<rss version="2.0"
3+
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
4+
xmlns:atom="http://www.w3.org/2005/Atom">
5+
<channel>
6+
<title>Code Optional</title>
7+
<link>https://codeoptional.dzombak.com</link>
8+
<description>Three engineering comrades – Andrew Sardone, Kevin Vitale, and Chris Dzombak – talk about development, design, and shipping apps. There's a heavy slant towards Apple tech, balanced with general inquiries around programming and the intricacies/inanities of software.</description>
9+
<language>en-us</language>
10+
<copyright>Code Optional</copyright>
11+
<atom:link href="https://codeoptional.dzombak.com/feed.xml" rel="self" type="application/rss+xml" />
12+
13+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
14+
<itunes:summary>Three engineering comrades – Andrew Sardone, Kevin Vitale, and Chris Dzombak – talk about development, design, and shipping apps. There's a heavy slant towards Apple tech, balanced with general inquiries around programming and the intricacies/inanities of software.</itunes:summary>
15+
<itunes:owner>
16+
<itunes:name>Chris Dzombak</itunes:name>
17+
<itunes:email>[email protected]</itunes:email>
18+
</itunes:owner>
19+
<itunes:explicit>no</itunes:explicit>
20+
<itunes:category text="Technology" />
21+
<itunes:image href="https://codeoptional.dzombak.com/about.jpeg" />
22+
23+
<item>
24+
<title>7: Our first ever guest, designing remotely</title>
25+
<link>https://codeoptional.dzombak.com/episode-7.html</link>
26+
<description>While Kevin takes the afternoon off for some well-deserved family and petting zoo time, we're joined by our guest Karsten Rowe. Karsten is a UK-based designer, and together with Andrew and Chris he chats about remote work, jumping from graphic to product design, and how one grows and becomes inspired.</description>
27+
<guid isPermaLink="false">codeoptional-007</guid>
28+
<pubDate>Mon, 01 Sep 2014 00:00:00 -0400</pubDate>
29+
<enclosure url="https://dropbox.dzombak.com/cloud/code-optional/codeoptional007.mp3" type="audio/mpeg" length="0" />
30+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
31+
<itunes:summary>While Kevin takes the afternoon off for some well-deserved family and petting zoo time, we're joined by our guest Karsten Rowe. Karsten is a UK-based designer, and together with Andrew and Chris he chats about remote work, jumping from graphic to product design, and how one grows and becomes inspired.</itunes:summary>
32+
<itunes:explicit>no</itunes:explicit>
33+
<itunes:episode>7</itunes:episode>
34+
</item>
35+
36+
<item>
37+
<title>6: Unfulfilled Promises</title>
38+
<link>https://codeoptional.dzombak.com/episode-6.html</link>
39+
<description>Chris has an announcement, followed by a quick discussion about OS X Yosemite and iOS 8. From there, Andrew, Chris, and Kevin go back and forth on Promises and why they're an insufficient abstraction.</description>
40+
<guid isPermaLink="false">codeoptional-006</guid>
41+
<pubDate>Mon, 25 Aug 2014 00:00:00 -0400</pubDate>
42+
<enclosure url="https://dropbox.dzombak.com/cloud/code-optional/codeoptional006.mp3" type="audio/mpeg" length="0" />
43+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
44+
<itunes:summary>Chris has an announcement, followed by a quick discussion about OS X Yosemite and iOS 8. From there, Andrew, Chris, and Kevin go back and forth on Promises and why they're an insufficient abstraction.</itunes:summary>
45+
<itunes:explicit>no</itunes:explicit>
46+
<itunes:episode>6</itunes:episode>
47+
</item>
48+
49+
<item>
50+
<title>4: We did talk about Core Data!</title>
51+
<link>https://codeoptional.dzombak.com/episode-4.html</link>
52+
<description>On this episode, Kevin throws in a big announcement, followed by a group discussion on Swift's nil coalescing operator and the common applications of Core Data.</description>
53+
<guid isPermaLink="false">codeoptional-004</guid>
54+
<pubDate>Mon, 11 Aug 2014 00:00:00 -0400</pubDate>
55+
<enclosure url="https://dropbox.dzombak.com/cloud/code-optional/codeoptional004.mp3" type="audio/mpeg" length="0" />
56+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
57+
<itunes:summary>On this episode, Kevin throws in a big announcement, followed by a group discussion on Swift's nil coalescing operator and the common applications of Core Data.</itunes:summary>
58+
<itunes:explicit>no</itunes:explicit>
59+
<itunes:episode>4</itunes:episode>
60+
</item>
61+
62+
<item>
63+
<title>3: So we didn't talk about Core Data</title>
64+
<link>https://codeoptional.dzombak.com/episode-3.html</link>
65+
<description>Andrew, Kevin, and Chris plan to talk about Core Data. Instead, they discuss navigation patterns for iOS apps.</description>
66+
<guid isPermaLink="false">codeoptional-003</guid>
67+
<pubDate>Mon, 04 Aug 2014 00:00:00 -0400</pubDate>
68+
<enclosure url="https://dropbox.dzombak.com/cloud/code-optional/codeoptional003.mp3" type="audio/mpeg" length="0" />
69+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
70+
<itunes:summary>Andrew, Kevin, and Chris plan to talk about Core Data. Instead, they discuss navigation patterns for iOS apps.</itunes:summary>
71+
<itunes:explicit>no</itunes:explicit>
72+
<itunes:episode>3</itunes:episode>
73+
</item>
74+
75+
<item>
76+
<title>2: Frameworks, you guys don't even know how many sunshine and rainbows</title>
77+
<link>https://codeoptional.dzombak.com/episode-2.html</link>
78+
<description>Andrew, Chris, and Kevin sit down for a chat on "Google becoming Apple" (or so Kevin says), and how dynamic frameworks for third party developers will replace CocoaPods (or so Kevin says).</description>
79+
<guid isPermaLink="false">codeoptional-002</guid>
80+
<pubDate>Mon, 28 Jul 2014 00:00:00 -0400</pubDate>
81+
<enclosure url="https://dropbox.dzombak.com/cloud/code-optional/codeoptional002.mp3" type="audio/mpeg" length="0" />
82+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
83+
<itunes:summary>Andrew, Chris, and Kevin sit down for a chat on "Google becoming Apple" (or so Kevin says), and how dynamic frameworks for third party developers will replace CocoaPods (or so Kevin says).</itunes:summary>
84+
<itunes:explicit>no</itunes:explicit>
85+
<itunes:episode>2</itunes:episode>
86+
</item>
87+
88+
<item>
89+
<title>1: We started this new project in Swift</title>
90+
<link>https://codeoptional.dzombak.com/episode-1.html</link>
91+
<description>Andrew, Chris, and Kevin sit down for their inaugural chat, scratching the surface of Swift.</description>
92+
<guid isPermaLink="false">codeoptional-001</guid>
93+
<pubDate>Mon, 21 Jul 2014 00:00:00 -0400</pubDate>
94+
<enclosure url="https://dropbox.dzombak.com/cloud/code-optional/codeoptional001.mp3" type="audio/mpeg" length="0" />
95+
<itunes:author>Andrew Sardone, Kevin Vitale, Chris Dzombak</itunes:author>
96+
<itunes:summary>Andrew, Chris, and Kevin sit down for their inaugural chat, scratching the surface of Swift.</itunes:summary>
97+
<itunes:explicit>no</itunes:explicit>
98+
<itunes:episode>1</itunes:episode>
99+
</item>
100+
101+
</channel>
102+
</rss>

www/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Code Optional - A podcast about building software</title>
77
<meta name="description" content="Three engineering comrades talk about development, design, and shipping apps. Heavy slant towards Apple tech.">
88
<link rel="stylesheet" href="style.css">
9+
<link rel="alternate" type="application/rss+xml" title="Code Optional Podcast" href="feed.xml">
910
<script defer src="https://ua.cdzombak.net/script.js" data-website-id="b286b138-a0a7-42fd-8676-f77108ed12f9"></script>
1011
</head>
1112
<body>

0 commit comments

Comments
 (0)