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.
17 lines
519 B
XML
17 lines
519 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-07-28" end="2005-07-31">
|
|
<title>What the Hack!, Liempde, Netherlands</title>
|
|
<body>
|
|
<p>
|
|
At the What the Hack! outdoor conference, Georg Greve will give a talk on FSFE's work and the Fellowship project.
|
|
Karsten Gerloff will hold a lecture on WIPO and the Development Agenda.
|
|
</p>
|
|
</body>
|
|
<page>http://www.whatthehack.org/</page>
|
|
</event>
|
|
</eventset>
|