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
652 B
XML
20 lines
652 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-03-04" end="2005-03-05">
|
|
<title>Linuxforum, Copenhagen, Denmark</title>
|
|
<body>
|
|
<p>
|
|
LinuxForum 2005 will be held in Copenhagen during the
|
|
weekend between the 4th and 5th of March. FSF Europe
|
|
will be represented by Henrik Sandklef, together with
|
|
the Danish organisation IT-Politisk Forening that is
|
|
working for information freedom in Denmark.
|
|
</p>
|
|
</body>
|
|
<page>http://www.linuxforum.org</page>
|
|
</event>
|
|
</eventset>
|