-
Notifications
You must be signed in to change notification settings - Fork 50
Draft: Adds RSS feed for podcast episodes. #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
773bcea
Adding RSS to podcast episodes.
elland 999fc27
Updating template for podcast rss.
elland 6cb9ffa
Added podcast xml. Missing some fields.
elland 3ffa74b
Updated rss templates.
elland 38929e3
Cleaned up some of the HTML generated.
elland b1ee3df
Fixed file link to relative path.
elland f30775a
Correct podcast email.
elland 31a32da
Fixed name and added a proper description.
elland 521533d
Regenerated podcast.xml.
elland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> | ||
<channel> | ||
<title>Haskell Interlude</title> | ||
<description>The Haskell Foundation Podcast</description> | ||
<itunes:author>The Haskell Foundation</itunes:author> | ||
<itunes:subtitle>The Haskell Foundation Podcast</itunes:subtitle> | ||
<link>https://haskell.foundation/podcast</link> | ||
<language>en-us</language> | ||
<lastBuildDate>Fri, 16 Jul 2021 00:00:00 UT</lastBuildDate> | ||
<itunes:category text="Technology"/> | ||
<itunes:image href="https://haskell.foundation/static/images/logos/hf-logo-600px-alpha.png"/> | ||
<itunes:explicit>no</itunes:explicit> | ||
<itunes:owner> | ||
<itunes:name>Haskell Foundation</itunes:name> | ||
<itunes:email>[email protected]</itunes:email> | ||
</itunes:owner> | ||
<copyright>2021 © Haskell Foundation</copyright> | ||
<itunes:copyright>2021 © Haskell Foundation</itunes:copyright> | ||
|
||
<item> | ||
<guid isPermaLink="false">Episode 0: Teaser+0 | ||
</guid> | ||
<pubDate>July 16, 2021 | ||
</pubDate> | ||
<title>Episode 0: Teaser | ||
</title> | ||
<itunes:title>Episode 0: Teaser | ||
</itunes:title> | ||
<itunes:episode>0 | ||
</itunes:episode> | ||
<itunes:author>The Haskell Foundation | ||
</itunes:author> | ||
<itunes:subtitle>Sub title | ||
</itunes:subtitle> | ||
<itunes:duration>00:05:55 | ||
</itunes:duration> | ||
<enclosure url="https://www.buzzsprout.com/1817535/8849953-00-teaser.mp3" length="355" type="audio/mpeg" /> | ||
<link>https://haskell.foundation/podcast/episodes/2021-07-16-episode-0-teaser.html | ||
</link> | ||
<description> | ||
<![CDATA[ | ||
<div class="max-w-screen-xl mx-auto"> | ||
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-12 lg:py-24"> | ||
<h2 class="text-center text-2xl-4xl font-normal">Episode 0: Teaser</h2> | ||
<div class="mt-8 space-y-8 max-w-2xl mx-auto"> | ||
<p> | ||
We are starting a new Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Niki Vazou, Joachim Breitner, Andres Löh, Alejandro Serrano and Wouter Swierstra. In this teaser episode, we introduce ourselves. The first regular episode will appear very soon. | ||
</p> | ||
<div id='buzzsprout-small-player-1817535'></div><script type='text/javascript' charset='utf-8' src='https://www.buzzsprout.com/1817535.js?container_id=buzzsprout-small-player-1817535&player=small'></script> | ||
<p> | ||
The music used is "Blue Lambda" by <a href="https://www.donyaquick.com/">Donya Quick</a>. | ||
Many thanks to Donya for giving us permission to use this track for our podcast. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
]]> | ||
</description> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.