pages/warez: podcast feed overview

This commit is contained in:
Astro 2012-03-06 20:13:44 +01:00
parent 5557e96a3b
commit 7a8d55813c
2 changed files with 22 additions and 3 deletions

View File

@ -17,4 +17,21 @@
<dt>Per rsync</dt>
<dd><link>rsync://ftp.c3d2.de/</link></dd>
</dl>
<p title="Podcast Feeds">
</p>
<dl>
<dt>Alle News</dt>
<dd>
<link href="news-atom.xml">ATOM</link> (<link href="news-archiv-atom.xml">Archiv-Feed</link>),
<link href="news-rss.xml">RSS</link> (<link href="news-archiv-rss.xml">Archiv-Feed</link>)
</dd>
<dt>MP3-Feeds</dt>
<dd><link href="podcast.xml">Alle Podcasts</link> (<link href="podcast-archiv.xml">Archiv-Feed</link>)</dd>
<dd><link href="pentaradio.xml">Pentaradio</link> (<link href="pentaradio-archiv.xml">Archiv-Feed</link>)</dd>
<dd><link href="pentacast.xml">Pentacast</link> (<link href="pentacast-archiv.xml">Archiv-Feed</link>)</dd>
<dd><link href="pentamusic.xml">Pentamusic</link> (<link href="pentamusic-archiv.xml">Archiv-Feed</link>)</dd>
<dd><link href="pentamedia.xml">Pentaradio+Pentacast+Pentamusic</link> (<link href="pentamedia-archiv.xml">Archiv-Feed</link>)</dd>
</dl>
</page>

View File

@ -580,15 +580,17 @@ a[href$=".7z"].mime:before {
a[href$=".torrent"].mime:before {
content: url(../images/mime/bittorrent.png);
}
a[href$="-rss.xml"]:before {
a[href$="news-rss.xml"]:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}
a[href$="-atom.xml"]:before {
a[href$="news-atom.xml"]:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}
a[href$="podcast.xml"]:before, a[href$="pentaradio.xml"]:before, a[href$="pentacast.xml"]:before, a[href$="pentamusic.xml"]:before {
a[href$="podcast.xml"]:before, a[href$="pentaradio.xml"]:before,
a[href$="pentacast.xml"]:before, a[href$="pentamusic.xml"]:before,
a[href$="pentamedia.xml"]:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}