news/ds12-piratencast

This commit is contained in:
Astro 2012-10-14 20:22:17 +02:00
parent a275b55273
commit c86de6384c
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?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="Dresdner Piratencast: Datenspuren 2012"
date="2012-10-14T19:59:00"
author="Astro">
<p>
Während die Mitschnitte der <link href="http://datenspuren.de/2012/">Datenspuren 2012</link> in die Postprocessing-Phase übergehen, möchten wir auf folgende nette Reportage des Dresdner Piratencasts hinweisen:
</p>
<iframe xmlns="http://www.w3.org/1999/xhtml"
src="https://www.youtube-nocookie.com/embed/HTBhXqNR6LY"
width="640" height="360"
frameborder="0" allowfullscreen="allowfullscreen">
</iframe>
</item>

View File

@ -90,6 +90,7 @@
<xs:element ref="ol"/>
<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="include-pentabarf-schedule"/>
<xs:element ref="resource"/>
</xs:choice>

View File

@ -2208,4 +2208,16 @@
</xs:complexType>
</xs:element>
<!-- HACK to embed YouTube -->
<xs:element name="iframe">
<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="frameborder" type="Length"/>
<xs:attribute name="allowfullscreen" type="Text"/>
</xs:complexType>
</xs:element>
</xs:schema>