Create events page for 2020 and add dates known so far.

This commit is contained in:
Benedict Reuschling 2019-05-27 18:34:53 +00:00
parent 55828e5f54
commit a4520efa59
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53070

69
share/xml/events2020.xml Normal file
View file

@ -0,0 +1,69 @@
<?xml version="1.0"?>
<!DOCTYPE events PUBLIC
"-//FreeBSD//DTD FreeBSD XML Database for Events//EN"
"http://www.FreeBSD.org/XML/share/xml/events.dtd">
<!--
Events which might be interesting for FreeBSD users.
Sort events by start date, with more recent events earlier
in the file.
-->
<events>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
$FreeBSD$
</cvs:keyword>
<event id="asiabsdcon-2020">
<name>AsiaBSDCon 2020</name>
<url>https://2020.asiabsdcon.org/</url>
<startdate>
<year>2020</year>
<month>03</month>
<day>19</day>
</startdate>
<enddate>
<year>2020</year>
<month>03</month>
<day>22</day>
</enddate>
<location>
<country code="JP">Japan</country>
<city>Tokyo</city>
<site>Tokyo University of Science</site>
</location>
<description>AsiaBSDCon is a conference for users and developers
on BSD based systems. The conference is for anyone developing,
deploying and using systems based on &os;, NetBSD, OpenBSD,
DragonFlyBSD, Darwin and MacOS X. AsiaBSDCon is a technical
conference and aims to collect the best technical papers and
presentations available to ensure that the latest developments
in our open source community are shared with the widest possible
audience.</description>
</event>
<event id="bsdcan-2020">
<name>BSDCan 2020</name>
<url>https://www.bsdcan.org</url>
<startdate>
<year>2020</year>
<month>06</month>
<day>02</day>
</startdate>
<enddate>
<year>2020</year>
<month>06</month>
<day>06</day>
</enddate>
<location>
<country code="CA">Canada</country>
<city>Ottawa</city>
<site>University of Ottawa</site>
</location>
<description>A four day BSD conference held in Ottawa, Canada.
BSDCan hosts talks and tutorials on a range of topics based
around the BSD family of operating systems.</description>
</event>
</events>