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.
20 lines
523 B
XML
20 lines
523 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-04-21" end="2005-04-21">
|
|
<title>
|
|
LiMux - Infoveranstaltung, München, Deutschland
|
|
</title>
|
|
<body>
|
|
<p>
|
|
Am Donnerstag, dem 21. April 2005, um ca. 13 Uhr wird Georg Greve auf der
|
|
LiMux Infoveranstaltung der Stadt München einen Vortrag zu Freier
|
|
Software halten. Die Veranstaltung richtet sich an eingeladene
|
|
stadtinterne Personen.
|
|
</p>
|
|
</body>
|
|
</event>
|
|
</eventset>
|