All checks were successful
continuous-integration/drone/push Build is passing
* All <body> elements in news and event xml files now consist of <p> elements. * XSL templates to display news and event feeds are further consolidated. * All verbose news and event listings now display a learn-more link.
22 lines
608 B
XML
22 lines
608 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-05-20" end="2005-05-20">
|
|
<title>Radio-Interview mit Karin Kosina</title>
|
|
<body>
|
|
<p>
|
|
am Freitag, dem 20.5.2005 um 21:00 Uhr wird Karin Kosina im Wiener
|
|
Lokalsender "Radio Orange" die FSFE und das Fellowship vorstellen.
|
|
|
|
Radio Orange kann in Wien auf UKW 94.0 MHz empfangen werden. Für den
|
|
Rest der Welt ist unter
|
|
<a href="http://www.orange.or.at/live/">http://www.orange.or.at/live/</a>
|
|
ein Stream verfügbar.
|
|
</p>
|
|
</body>
|
|
</event>
|
|
</eventset>
|
|
|