Skip to content

Instantly share code, notes, and snippets.

@Medeah
Last active October 24, 2016 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Medeah/7a9ab023f93d3ded710429afd86b429c to your computer and use it in GitHub Desktop.
Save Medeah/7a9ab023f93d3ded710429afd86b429c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>The Hitchhiker's Guide to the Galaxy</title>
<description>"The Hitchhiker's Guide to the Galaxy" was originally a 1979 BBC radio series, written by Douglas Adams, which first premiered in the US on PBS in 1980. The subsequent TV show (available on DVD) recreates the insight and beauty of the radio broadcast with visuals that were precognizant and beyond "state of the art." The book of the same name was actually a transcript of the original audio. The book pales by comparison to the original radio episodes because of the genius of the audio effects. (The 2005 movie version was an abomination.)
The original radio version of "The Hitchhiker's Guide to the Galaxy" is likely the most humorous and insightful source of philosophical wisdom created in the last 50 years, and comparable to (but much funnier than) the works of Jules Vern in terms of predictive fiction.</description>
<link>http://www.induceddyslexia.com/hitchhiker.htm</link>
<image>
<url>http://www.induceddyslexia.com/hitchhiker_files/image002.jpg</url>
<title>The Hitchhiker's Guide to the Galaxy</title>
<link>http://www.induceddyslexia.com/hitchhiker.htm</link>
</image>
<!--
for i in $(seq -f "%02g" 12 -1 1)
do
l="$(curl -sI http://www.induceddyslexia.com/documents/HitchHikersGuide-$i.mp3 | grep Content-Length | awk '{print int($2)}')"
n="1978-03-$i 15:21:26"
d="$(date -\-date="$n" -\-rfc-822)"
echo "<item>"
echo " <title>Episode $i</title>"
echo " <enclosure url=\"http://www.induceddyslexia.com/documents/HitchHikersGuide-$i.mp3\" length=\"$l\" type=\"audio/mpeg\"></enclosure>"
echo " <pubDate>$d</pubDate>"
echo "</item>"
done
-->
<item>
<title>Episode 12</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-12.mp3" length="25577474" type="audio/mpeg" />
<pubDate>Sun, 12 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 11</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-11.mp3" length="25549471" type="audio/mpeg" />
<pubDate>Sat, 11 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 10</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-10.mp3" length="25575384" type="audio/mpeg" />
<pubDate>Fri, 10 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 09</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-09.mp3" length="25505167" type="audio/mpeg" />
<pubDate>Thu, 09 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 08</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-08.mp3" length="26059381" type="audio/mpeg" />
<pubDate>Wed, 08 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 07</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-07.mp3" length="25203401" type="audio/mpeg" />
<pubDate>Tue, 07 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 06</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-06.mp3" length="26357804" type="audio/mpeg" />
<pubDate>Mon, 06 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 05</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-05.mp3" length="26349863" type="audio/mpeg" />
<pubDate>Sun, 05 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 04</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-04.mp3" length="25399345" type="audio/mpeg" />
<pubDate>Sat, 04 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 03</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-03.mp3" length="25174065" type="audio/mpeg" />
<pubDate>Fri, 03 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 02</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-02.mp3" length="25327535" type="audio/mpeg" />
<pubDate>Thu, 02 Mar 1978 15:21:26 +0100</pubDate>
</item>
<item>
<title>Episode 01</title>
<enclosure url="http://www.induceddyslexia.com/documents/HitchHikersGuide-01.mp3" length="25993761" type="audio/mpeg" />
<pubDate>Wed, 01 Mar 1978 15:21:26 +0100</pubDate>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment