Create a new events page for 2018 by copying the 2017 events page

and making the necessary changes.
The following events of 2018 are already listed with their dates:
- FOSDEM 2018
- AsiaBSDcon 2018
- BSDCan 2018

Hope to see many of you at these events.
This commit is contained in:
Benedict Reuschling 2017-12-31 18:14:23 +00:00
parent faa19e0304
commit 0103efe144
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51351
2 changed files with 101 additions and 1 deletions

View file

@ -12,7 +12,11 @@
$FreeBSD$
</cvs:keyword>
<xi:include
<xi:include
href="http://www.FreeBSD.org/XML/share/xml/events2018.xml"
xpointer="xpointer(//event)" />
<xi:include
href="http://www.FreeBSD.org/XML/share/xml/events2017.xml"
xpointer="xpointer(//event)" />

96
share/xml/events2018.xml Normal file
View file

@ -0,0 +1,96 @@
<?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="fosdem-2017">
<name>FOSDEM 2018</name>
<url>https://fosdem.org/2018/</url>
<startdate>
<year>2018</year>
<month>02</month>
<day>03</day>
</startdate>
<enddate>
<year>2018</year>
<month>02</month>
<day>04</day>
</enddate>
<location>
<country code="BE">Belgium</country>
<city>Brussels</city>
<site>Free University of Brussels, Solbosch Campus</site>
</location>
<description>FOSDEM is an event centered on free and open-source
software development. As with many other communities, the BSDs
feature an alloted room for giving talks at the event. See
schedule on the FOSDEM website for the talks held in the BSD
Developer room. The FreeBSD Foundation will also be present to
share information about the project.</description>
</event>
<event id="asiabsdcon-2018">
<name>AsiaBSDCon 2018</name>
<url>https://2018.asiabsdcon.org/</url>
<startdate>
<year>2018</year>
<month>03</month>
<day>08</day>
</startdate>
<enddate>
<year>2018</year>
<month>03</month>
<day>11</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-2018">
<name>BSDCan 2018</name>
<url>https://www.bsdcan.org/2018/</url>
<startdate>
<year>2018</year>
<month>06</month>
<day>06</day>
</startdate>
<enddate>
<year>2017</year>
<month>06</month>
<day>09</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>