Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2012 19:56:00 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r38855 - in head: en_US.ISO8859-1/htdocs/events share/sgml
Message-ID:  <201205201956.q4KJu0pZ012777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Sun May 20 19:56:00 2012
New Revision: 38855
URL: http://svn.freebsd.org/changeset/doc/38855

Log:
  Update 2012 events and update the current year in the Makefile.
  
  Submitted by:	bcr
  Approved by:	gjb

Modified:
  head/en_US.ISO8859-1/htdocs/events/Makefile
  head/share/sgml/events2012.xml

Modified: head/en_US.ISO8859-1/htdocs/events/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/events/Makefile	Sun May 20 18:13:18 2012	(r38854)
+++ head/en_US.ISO8859-1/htdocs/events/Makefile	Sun May 20 19:56:00 2012	(r38855)
@@ -11,9 +11,9 @@ SUBDIR=  2002
 SUBDIR+= 2003
 
 # The year the top level events.html file starts from:
-YEARSTART= 2011
+YEARSTART= 2012
 # Years to generate past events pages for and link from top level:
-PASTYEARS= 2010 2009 2008 2007 2006 2005 2004 2003
+PASTYEARS= 2011 2010 2009 2008 2007 2006 2005 2004 2003
 
 DATA=	events.css
 INDEXLINK=	events.html

Modified: head/share/sgml/events2012.xml
==============================================================================
--- head/share/sgml/events2012.xml	Sun May 20 18:13:18 2012	(r38854)
+++ head/share/sgml/events2012.xml	Sun May 20 19:56:00 2012	(r38855)
@@ -41,6 +41,34 @@
     </description>
   </event>
 
+  <event id="asiabsdcon-2012">
+    <name>AsiaBSDCon 2012</name>
+    <url>http://2012.asiabsdcon.org/</url>;
+    <startdate>
+      <year>2012</year>
+      <month>3</month>
+      <day>22</day>
+    </startdate>
+    <enddate>
+      <year>2012</year>
+      <month>3</month>
+      <day>25</day>
+    </enddate>
+    <location>
+      <country code="JP">Japan</country>
+      <city>Tokyo</city>
+      <site>Morito Memorial Hall, 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 FreeBSD, 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="bsdday-eu-2012">
     <name>BSDDay.eu/2012</name>
     <url>http://bsdday.eu/2012</url>;
@@ -97,31 +125,62 @@
       from commercial vendors.</description>
   </event>
 
-  <event id="asiabsdcon-2012">
-    <name>AsiaBSDCon 2012</name>
-    <url>http://2012.asiabsdcon.org/</url>;
+  <event id="eurobsdcon-2012">
+    <name>EuroBSDCon 2012</name>
+    <url>http://2012.eurobsdcon.org/</url>;
     <startdate>
       <year>2012</year>
-      <month>3</month>
-      <day>22</day>
+      <month>10</month>
+      <day>18</day>
     </startdate>
     <enddate>
       <year>2012</year>
-      <month>3</month>
-      <day>25</day>
+      <month>10</month>
+      <day>21</day>
     </enddate>
     <location>
-      <country code="JP">Japan</country>
-      <city>Tokyo</city>
-      <site>Morito Memorial Hall, Tokyo University of Science</site>
+      <country code="PL">Poland</country>
+      <city>Warsaw</city>
+      <site></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 FreeBSD, 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>
+
+    <description>EuroBSDcon is the European technical conference for
+      people working on and with BSD based operating systems and
+      related projects. EuroBSDcon 2012 is the 11th EuroBSDcon and
+      will take place in Poland, 20-21 October 2012 (tutorials 18-19
+      October) in Warsaw. EuroBSDcon is a great and unique time to
+      learn more about the powerful BSD systems we use everyday and to
+      connect with other developers around the world.
+    </description>
   </event>
+
+  <event id="meetbsd-2012">
+    <name>meetBSD California 2012</name>
+    <url>http://www.meetbsd.com/</url>;
+    <startdate>
+      <year>2012</year>
+      <month>11</month>
+      <day>3</day>
+    </startdate>
+    <enddate>
+      <year>2012</year>
+      <month>11</month>
+      <day>4</day>
+    </enddate>
+    <location>
+      <country code="US">United States</country>
+      <city>Sunnyvale, California</city>
+      <site>Yahoo! Inc.</site>
+    </location>
+
+    <description>MeetBSD California 2012 promises to be an experience
+      unlike any other. MeetBSD California is no normal conference -
+      it's a meeting of the minds from all over the BSD community.
+      MeetBSD California 2012 will feature community-scheduled
+      break-out sessions, discussions groups, and 5-10 minute
+      "lightning talks," as well as longer talks from seasoned BSD
+      experts.
+    </description>
+  </event>
+
 </events>



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