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.
25 lines
726 B
XML
25 lines
726 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-03-02" end="2005-03-04">
|
|
<title>Free Software Workshop, Damascus, Syria</title>
|
|
<body>
|
|
<p>
|
|
Between the 2nd and 4th of March, Karin Kosina and Jonas Öberg
|
|
will give talks at the Free and Open Source Software Workshop in
|
|
Damascus. Karin will talk about the economic aspects of Free
|
|
Software and Jonas will talk about formal education on Free
|
|
Software on a university level.
|
|
</p>
|
|
</body>
|
|
|
|
<tags>
|
|
<tag key="education"/>
|
|
</tags>
|
|
|
|
<page>http://www.foss2005.org</page>
|
|
</event>
|
|
</eventset>
|