Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 21:52:48 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47761 - head/share/xml
Message-ID:  <201511092152.tA9LqmJR057148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude
Date: Mon Nov  9 21:52:48 2015
New Revision: 47761
URL: https://svnweb.freebsd.org/changeset/doc/47761

Log:
  Add the first event of 2016, Kirk McKusick's Kernel Internals class
  
  Submitted by:	mckusick (original text)

Added:
  head/share/xml/events2016.xml   (contents, props changed)
Modified:
  head/share/xml/events.xml

Modified: head/share/xml/events.xml
==============================================================================
--- head/share/xml/events.xml	Mon Nov  9 14:11:01 2015	(r47760)
+++ head/share/xml/events.xml	Mon Nov  9 21:52:48 2015	(r47761)
@@ -13,6 +13,10 @@
     </cvs:keyword>
 
   <xi:include
+    href="http://www.FreeBSD.org/XML/share/xml/events2016.xml"
+    xpointer="xpointer(//event)" />
+
+  <xi:include
     href="http://www.FreeBSD.org/XML/share/xml/events2015.xml"
     xpointer="xpointer(//event)" />
 

Added: head/share/xml/events2016.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/share/xml/events2016.xml	Mon Nov  9 21:52:48 2015	(r47761)
@@ -0,0 +1,48 @@
+<?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="mckusick-kernel-2016">
+    <name>FreeBSD Kernel Internals: An Intensive Code
+      Walkthrough</name>
+    <url>https://www.mckusick.com/courses/adveveclass.html</url>;
+    <startdate>
+      <year>2016</year>
+      <month>1</month>
+      <day>21</day>
+    </startdate>
+    <enddate>
+      <year>2016</year>
+      <month>5</month>
+      <day>12</day>
+    </enddate>
+    <location>
+      <country code="US">United States</country>
+      <city>Berkeley</city>
+      <site>Hillside Club</site>
+    </location>
+    <description>Marshall Kirk McKusick will be teaching his course
+      &quot;FreeBSD Kernel Internals: An Intensive Code
+      Walkthrough&quot; on Thursday evenings in Berkeley California
+      beginning January 21, 2016.  The class will be held at the
+      historic <a href="http://www.hillsideclub.org/">Hillside
+	Club</a> at 2286 Cedar Street, Berkeley, CA 94709 just three
+      blocks north of the Berkeley campus once per week from 6:30PM
+      to 10:00PM starting Thursday January 21st and finishing on
+      Thursday May 12th.  You can sign up for the class at <a
+	href="https://www.mckusick.com/courses/advclassform.html">https://www.mckusick.com/courses/advclassform.html</a>.
+      Those not living in the Bay Area that would like to take the
+      class remotely can sign up for a subscription to receive the
+      classes week-by-week as they are recorded.</description>
+  </event>
+</events>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511092152.tA9LqmJR057148>