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
718 B
XML
20 lines
718 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-11-15" end="2005-11-17">
|
|
<title>LinuxWorld Conference and Expo 2005, Frankfurt/Main, Germany</title>
|
|
<body>
|
|
<p>
|
|
From 15. to 17. November, FSFE will be at the LinuxWorld Conference
|
|
and Expo 2005. FSFE will be present with a booth. Please take the
|
|
opportunity to get informed about Free Software, the work of the
|
|
FSFE and the Fellowship. There will also be the chance to get
|
|
informed about the OpenPGP smartcard.
|
|
</p>
|
|
</body>
|
|
<page>http://www.linuxworldexpo.de/</page>
|
|
</event>
|
|
</eventset>
|