Date: Wed, 14 Dec 2016 21:10:37 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49739 - head/share/xml Message-ID: <201612142110.uBELAbR4015537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sevan Date: Wed Dec 14 21:10:37 2016 New Revision: 49739 URL: https://svnweb.freebsd.org/changeset/doc/49739 Log: Create the events page for 2017 & list FOSDEM. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8777 Added: head/share/xml/events2017.xml (contents, props changed) Added: head/share/xml/events2017.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/xml/events2017.xml Wed Dec 14 21:10:37 2016 (r49739) @@ -0,0 +1,43 @@ +<?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 2017</name> + <url>https://fosdem.org/2017/</url> + <startdate> + <year>2017</year> + <month>02</month> + <day>04</day> + </startdate> + <enddate> + <year>2017</year> + <month>02</month> + <day>05</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> +</events>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612142110.uBELAbR4015537>