TA AMD64 verpodcasten, <resource/> müssen am Schluß stehen

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1110 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-03-22 01:09:19 +00:00
parent 2e7bfdd83f
commit 0ec3373cce
2 changed files with 17 additions and 14 deletions

View File

@ -18,25 +18,12 @@
den 32-Bit-Kompatiblitätsmodus, Benchmarks, die Implementierung in Windows
und Mac OS X, usw.
</p>
<p>Videomitschnitt in <link href="http://ftp.c3d2.de/ta/x86-64/ta-amd64-h264.avi">h264, mp3</link>,
<link href="http://ftp.c3d2.de/ta/x86-64/ta-amd64-theora.ogg">Theora</link>
<!-- <link href="http://ftp.c3d2.de/ta/x86-64/ta-amd64-ipod.mp4">Mobile Player</link> -->
</p>
<p><link href="http://ftp.c3d2.de/ta/x86-64/64bitLinux.pdf">Folien</link> (388kB) unter der <link
href="http://creativecommons.org/licenses/by-nc-sa/2.0/de/">CC Namensnennung-Keine kommerzielle
Nutzung-Weitergabe unter gleichen Bedingungen 2.0 Deutschland Lizenz</link>
</p>
<p>
Bitte gebt uns <link
href="https://cccv.pentabarf.org/feedback/c3d2-ta/event/2439.de.html">Feedback</link>!
Danke.
</p>
<!-- I got no clue why the ressource doesn't work here.
<resource title="Flyer"
size="40720"
type="application/pdf"
url="media/ta-amd64/c3d2_ta_amd64.pdf"/>
-->
<addendum>
<dl>
<dt>Titel</dt>
@ -60,4 +47,19 @@
64-Bit-Applikationen.
</p>
</addendum>
<resource title="Flyer"
size="40720"
type="application/pdf"
url="media/ta-amd64/c3d2_ta_amd64.pdf"/>
<resource title="Folien (CC BY-SA)" size="397043"
type="application/pdf"
url="http://ftp.c3d2.de/ta/x86-64/64bitLinux.pdf"/>
<resource title="Videomitschnitt" size="700441000"
type="application/ogg"
url="http://ftp.c3d2.de/ta/x86-64/ta-amd64-theora.ogg">
<alternative size="684769548"
type="video/x-msvideo"
url="http://ftp.c3d2.de/ta/x86-64/ta-amd64-h264.avi"/>
</resource>
</item>

View File

@ -298,6 +298,7 @@
<xsl:when test="$mime = 'video/mp4'">MP4-Video</xsl:when>
<xsl:when test="$mime = 'video/quicktime'">QuickTime-Video</xsl:when>
<xsl:when test="$mime = 'video/x-ms-wmv'">Windows Media-Video</xsl:when>
<xsl:when test="$mime = 'video/x-msvideo'">Video for Windows</xsl:when>
<xsl:otherwise>Datei</xsl:otherwise>
</xsl:choose>
</xsl:template>