Add the first event of 2016, Kirk McKusick's Kernel Internals class
Submitted by: mckusick (original text)
This commit is contained in:
parent
8a85c1df54
commit
0f7688ecc4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47761
2 changed files with 52 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
$FreeBSD$
|
||||
</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)" />
|
||||
|
|
|
|||
48
share/xml/events2016.xml
Normal file
48
share/xml/events2016.xml
Normal file
|
|
@ -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
|
||||
"FreeBSD Kernel Internals: An Intensive Code
|
||||
Walkthrough" 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue