event-landtagskandidatencheck: Link zu mkv-Videomitschnitt auf ftp.c3d2.de

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1613 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2009-09-22 23:17:55 +00:00
parent b4e984f2d2
commit 2b431bf166
3 changed files with 11 additions and 1 deletions

View File

@ -151,6 +151,12 @@ Das Video ist über Torrent downloadbar: <link href="http://thepiratebay.org/tor
</resource>
<resource title="Videomitschnitt" size="1487337604"
type="application/x-bittorrent" url="media/landtagskandidatencheck_2009.mkv.torrent"/>
type="application/x-bittorrent" url="media/landtagskandidatencheck_2009.mkv.torrent">
<alternative
size="1487337604" type="video/x-matroska"
url="http://ftp.c3d2.de/misc_events/2009_landtagskandidatencheck/c3d2_landtagskandidatencheck_2009.mkv"
/>
</resource>
</item>

View File

@ -518,6 +518,9 @@ a[href$=".ogm"].mime:before {
a[href$=".mp4"].mime:before {
content: url(../images/mime/video.png);
}
a[href$=".mkv"].mime:before {
content: url(../images/mime/video.png);
}
a[href$=".tar"].mime:before {
content: url(../images/mime/pkg.png);
}

View File

@ -346,6 +346,7 @@
<xsl:when test="$mime = 'video/x-msvideo'">Video for Windows</xsl:when>
<xsl:when test="$mime = 'video/avi'">Audio Video Interleave</xsl:when>
<xsl:when test="$mime = 'video/ogg'">Ogg Media Video</xsl:when>
<xsl:when test="$mime = 'video/x-matroska'">Matroska Video</xsl:when>
<xsl:when test="$mime = 'application/x-gtar'">Komprimierter Tarball</xsl:when>
<xsl:when test="$mime = 'application/x-tar'">Tarball</xsl:when>
<xsl:when test="$mime = 'application/x-bittorrent'">BitTorrent-Metainformationen</xsl:when>