Update 2012 events and update the current year in the Makefile.
Submitted by: bcr Approved by: gjb
This commit is contained in:
parent
526c310266
commit
c0bb50fff6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38855
2 changed files with 79 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue