datenspuren 2013 stream page, news/ds13-streams

This commit is contained in:
Astro 2013-09-07 12:41:13 +02:00
parent 6828484a31
commit 650d69450a
5 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE page SYSTEM "http://www.c3d2.de/dtd/c3d2web.dtd">
<page title="Videostream">
<video xmlns="http://www.w3.org/1999/xhtml"
src="http://stream.datenspuren.de:8000/Datenspuren_grSaal.ogg"
controls="controls" autoplay="autoplay">
</video>
<p>
Eine Übersicht zu den Streams gibt es auf der
<link href="http://stream.datenspuren.de:8000/">Statusseite des Streaming-Servers</link>.
</p>
</page>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE item SYSTEM "http://www.c3d2.de/dtd/c3d2web.dtd">
<?xml-stylesheet type="text/xsl" href="../../xsl/html.xsl" ?>
<item title="Videostreaming der Datenspuren 2013"
date="2013-09-07T12:30:00"
author="Astro">
<image title="Datenspuren 2013">../cfp-flyer-ds13_logo.png</image>
<p>
Während wir eine tolle Zeit vor Ort bei den Datenspuren in der
Scheune haben, können auch ferngebliebene die Inhalte konsumieren.
</p>
<p>
Siehe:
<link href="http://datenspuren.de/2013/stream.html">Datenspuren 2013 Stream</link>
</p>
</item>

View File

@ -91,6 +91,7 @@
<xs:element ref="news-list"/>
<xs:element ref="form" xmlns="http://www.w3.org/1999/xhtml"/>
<xs:element ref="iframe" xmlns="http://www.w3.org/1999/xhtml"/>
<xs:element ref="video" xmlns="http://www.w3.org/1999/xhtml"/>
<xs:element ref="include-frab-schedule"/>
<xs:element ref="resource"/>
</xs:choice>

View File

@ -2220,4 +2220,16 @@
</xs:complexType>
</xs:element>
<!-- HACK :-) -->
<xs:element name="video">
<xs:complexType mixed="true">
<xs:attributeGroup ref="attrs"/>
<xs:attribute name="src" type="URI"/>
<xs:attribute name="height" type="Length"/>
<xs:attribute name="width" type="Length"/>
<xs:attribute name="controls" type="Text"/>
<xs:attribute name="autoplay" type="Text"/>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -82,7 +82,7 @@
</a>
</div>
<div>
<a href="http://stream.datenspuren.de:8000/">
<a href="stream.html">
<img src="./images/stream.svg" width="64" height="64"/>
<span>Stream</span>
</a>