Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Jun 6, 2017
0 parents commit 8e43a8f
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 0 deletions.
17 changes: 17 additions & 0 deletions directory/examples.opml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<opml version="2.0">
<head>
<title>gPodder Getting Started Podcasts</title>
<dateCreated>Thu, 23 Oct 2014 10:09:11 +0200</dateCreated>
</head>
<body>
<outline text="Live Laugh Drink Beer is primarily a Craft Beer podcast will make your soul smile." title="Live Laugh Drink Beer" type="rss" xmlUrl="https://livelaughdrinkbeer.com/feed/podcast/"/>
<outline text="True stories, told live and without notes, to standing-room-only crowds worldwide." title="The Moth Podcast" type="rss" xmlUrl="http://feeds.themoth.org/themothpodcast"/>
<outline text="Science meets culture and information sounds like music." title="Radiolab from WNYC" type="rss" xmlUrl="http://feeds.wnyc.org/radiolab"/>
<outline text="Independent music from Austria." title="FM4 Soundpark" type="rss" xmlUrl="http://static.orf.at/fm4/podcast/soundpark.xml"/>
<outline text="Videos to inspire, intrigue and stir the imagination from some of the world's leading thinkers and doers." title="TEDTalks (video)" type="rss" xmlUrl="http://feeds.feedburner.com/tedtalks_video"/>
<outline text="The Verge covers the intersection of technology, science, art, and culture." title="The Verge on YouTube" type="rss" xmlUrl="http://www.youtube.com/rss/user/theverge/videos.rss"/>
<outline text="Hand picked by the real humans who work at Vimeo" title="Vimeo Staff Picks" type="rss" xmlUrl="http://vimeo.com/channels/staffpicks"/>
<outline text="Content posted by gu-mix on Soundcloud" title="gu-mix on Soundcloud" type="rss" xmlUrl="http://soundcloud.com/gu-mix"/>
</body>
</opml>
Binary file added gpodder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html>
<head>
<title>gPodder: Media aggregator and podcast client</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0"/>
<link rel="shortcut icon" href="gpodder.png">
<link href='https://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
<style type="text/css">
body { font-family: 'Roboto', sans-serif; background-color: #a8a; color: #666; }
h2, h3 { color: #333; font-weight: inherit; }
h3 { margin-top: 30px; }
a:link, a:visited, a:active { color: #339; }
a:hover { color: #66a; }
ul { padding-left: 10px; }
ul li { padding: 8px; list-style: none; }
address { padding-top: 25px; font-style: normal; text-align: right; color: #aaa; font-size: small; }
#root { margin-left: auto; margin-right: auto; max-width: 600px; padding: 30px; background-color: white; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
</style>
</head>
<body>

<a href="https://github.com/gpodder"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>

<div id="root">

<img alt="" src="gpodder.png" style="height: 80px; float: right;">
<h2 style="padding-top: 0px; margin-top: 0px;">gPodder
<span style="font-size: 10pt; color: #aaa;">
// Media aggregator and
<a style="color: #88a;" href="https://en.wikipedia.org/wiki/Podcast">podcast</a> client
</span></h2>

<p>
gPodder is a simple, open source podcast client written in
Python using GTK+. In development since 2005 with a proven,
mature codebase.
</p>

<p>
The latest version is <span id="latest-version">3.9.1</span>,
released <span id="release-date">2016-08-31</span>.
Read the <a href="http://blog.gpodder.org/">release notes</a>.
</p>

<h3>Get it</h3>
<ul>
<li>
<span style="color: #333;">
Windows:
<a href="http://sourceforge.net/projects/gpodder/files/windows/gpodder-3.9.1-setup.exe/download">gPodder <span id="version-windows">3.9.1</span></a>
(also as <a href="http://sourceforge.net/projects/gpodder/files/windows/gpodder-3.9.1-win32.zip/download">ZIP</a>)
</span>
<br><small>You also need to install
<a href="https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi">32-bit Python 2.7</a>
and
<a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi">PyGTK 2.24</a>
</small>
</li>
<li><span style="color: #333;">
macOS:
<a href="https://sourceforge.net/projects/gpodder/files/macosx/gPodder-3.9.1_0.zip/download">gPodder <span id="version-osx">3.9.1</span></a>
</span>
<br><small>Already includes Python and PyGTK</small>
</li>
<li><span style="color: #333;">
Linux/BSD:
Install via the package manager
</span>
<br><small>Available in most distributions (Debian, Ubuntu, Fedora, ...)</small>
</li>
<li><span style="color: #333;">Source code:
<a href="https://github.com/gpodder/gpodder">github.com/gpodder/gpodder</a></li>
</span>
</ul>

<h3>Get help</h3>
<p>
Ask on the
<a href="http://www.freelists.org/list/gpodder">mailing list</a>, report problems at the
<a href="https://github.com/gpodder/gpodder/issues">issue tracker</a> or read the
<a href="https://github.com/gpodder/gpodder/wiki">wiki</a>.
</p>

<address>
©&nbsp;2005-2017
<a class="noextlink" href="http://thp.io/">Thomas&nbsp;Perl</a>
and the&nbsp;gPodder&nbsp;Team
</address>

</div>
</body>
</html>
13 changes: 13 additions & 0 deletions mygpoclient/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>The gpodder.net Client Library</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="3; url=https://github.com/gpodder/mygpoclient">
</head>
<body>
<p>
<a href="https://github.com/gpodder/mygpoclient">https://github.com/gpodder/mygpoclient</a>
</p>
</body>
</html>
14 changes: 14 additions & 0 deletions podcastparser/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>The podcastparser library</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="3; url=https://github.com/gpodder/podcastparser">
</head>
<body>
<p>
<a href="https://github.com/gpodder/podcastparser">https://github.com/gpodder/podcastparser</a>
</p>
</body>
</html>

0 comments on commit 8e43a8f

Please sign in to comment.