svn commit: r45913 - head/share/xml
Gavin Atkinson
gavin at FreeBSD.org
Mon Nov 3 07:05:24 UTC 2014
Author: gavin
Date: Mon Nov 3 07:05:23 2014
New Revision: 45913
URL: https://svnweb.freebsd.org/changeset/doc/45913
Log:
Start listing events in 2015. Initially, include BSDCan and AsiaBSDCon,
using the same text as last year for each.
Added:
head/share/xml/events2015.xml (contents, props changed)
Modified:
head/share/xml/events.xml
Modified: head/share/xml/events.xml
==============================================================================
--- head/share/xml/events.xml Sun Nov 2 23:16:20 2014 (r45912)
+++ head/share/xml/events.xml Mon Nov 3 07:05:23 2014 (r45913)
@@ -13,6 +13,10 @@
</cvs:keyword>
<xi:include
+ href="http://www.FreeBSD.org/XML/share/xml/events2015.xml"
+ xpointer="xpointer(//event)" />
+
+ <xi:include
href="http://www.FreeBSD.org/XML/share/xml/events2014.xml"
xpointer="xpointer(//event)" />
Added: head/share/xml/events2015.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/xml/events2015.xml Mon Nov 3 07:05:23 2014 (r45913)
@@ -0,0 +1,72 @@
+<?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.
+
+ Please sort the events by start date, with recent events earlier in the file.
+-->
+
+<events>
+ <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
+ $FreeBSD$
+ </cvs:keyword>
+
+ <event id="asiabsdcon-2015">
+ <name>AsiaBSDCon 2015</name>
+ <url>http://2015.asiabsdcon.org/</url>
+ <startdate>
+ <year>2015</year>
+ <month>3</month>
+ <day>12</day>
+ </startdate>
+ <enddate>
+ <year>2015</year>
+ <month>3</month>
+ <day>15</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-2015">
+ <name>BSDCan 2015</name>
+ <url>http://www.bsdcan.org/</url>
+ <startdate>
+ <year>2015</year>
+ <month>6</month>
+ <day>10</day>
+ </startdate>
+ <enddate>
+ <year>2015</year>
+ <month>6</month>
+ <day>13</day>
+ </enddate>
+ <location>
+ <country code="CA">Canada</country>
+ <city>Ottawa</city>
+ <site>University of Ottawa</site>
+ </location>
+ <description>BSDCan is a technical conference for people working
+ on and with BSD operating systems and related projects. It is
+ a developers conference with a strong focus on emerging
+ technologies, research projects, and works in progress. It
+ also features Userland infrastructure projects and invites
+ contributions from both free software developers and those
+ from commercial vendors. Features tracks on System
+ Administration, Security, Hacking and Embedded. Followed
+ immediately by PGCon at the same location.</description>
+ </event>
+</events>
More information about the svn-doc-all
mailing list