event-landtagskandidatencheck: .torrent und Textverkürzung auf Newsübersicht

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1570 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2009-08-25 16:19:04 +00:00
parent fe84efa3d3
commit c144ec21c0
5 changed files with 16 additions and 6 deletions

View File

@ -22,6 +22,7 @@
entwickeln, fördern und reglementieren wollen und was Euch sonst noch so
interessiert.
</p>
<addendum>
<p>Die anwesenden Kandidaten werden jeder erst mal ca. 10 Minuten
referieren. Danach moderieren wir eine hoffentlich lebhafte und konstruktive
Runde zwischen Euch und Euren Kandidaten.
@ -63,6 +64,14 @@ Die Audioaufnahmen wurden von <link href="http://www.coloradio.org/">coloRadio /
<p>
Das Video ist über Torrent downloadbar: <link href="http://thepiratebay.org/torrent/5068649/c3d2_landtagskandidatencheck_2009.mkv">c3d2 Landtagskandidatencheck Video</link>
</p>
</addendum>
<resource title="Flyer A5" hide="yes"
url="media/landtagskandidatencheck_flyer_a5.pdf"
type="application/pdf" size="247288"/>
<resource title="Flyer 4× A6" hide="yes"
url="media/landtagskandidatencheck_flyer_a4.pdf"
type="application/pdf" size="256415"/>
<resource title="Einführung" size="9026284"
type="application/ogg"
@ -141,10 +150,7 @@ Das Video ist über Torrent downloadbar: <link href="http://thepiratebay.org/tor
url="http://ftp.c3d2.de/misc_events/2009_landtagskandidatencheck/11_c3d2_wahl09_scheune_fragerunde_5.mp3"/>
</resource>
<resource title="Flyer A5"
url="media/landtagskandidatencheck_flyer_a5.pdf"
type="application/pdf" size="247288"/>
<resource title="Flyer 4× A6"
url="media/landtagskandidatencheck_flyer_a4.pdf"
type="application/pdf" size="256415"/>
<resource title="Videomitschnitt" size="1487337604"
type="application/x-bittorrent" url="media/landtagskandidatencheck_2009.mkv.torrent"/>
</item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

View File

@ -533,6 +533,9 @@ a[href$=".tar.bz2"].mime:before {
a[href$=".tbz"].mime:before {
content: url(../images/mime/pkg.png);
}
a[href$=".torrent"].mime:before {
content: url(../images/mime/bittorrent.png);
}
a[href$="-rss.xml"]:before {
content: url(../images/mime/feed.png);
}

View File

@ -348,6 +348,7 @@
<xsl:when test="$mime = 'video/ogg'">Ogg Media 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>
<xsl:otherwise>Datei</xsl:otherwise>
</xsl:choose>
</xsl:template>