From 076e392029e33e6ee2e10970116f6bfd2e258d19 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu <lwhsu@FreeBSD.org> Date: Thu, 21 Jan 2021 00:39:59 +0800 Subject: [PATCH] Add freebsd-office-hours-2021-01-27 Reviewed by: debdrup, ygy Approved by: ygy Differential Revision: https://reviews.freebsd.org/D28252 --- en_US.ISO8859-1/htdocs/events/Makefile | 4 +-- share/xml/events.xml | 4 +++ share/xml/events2021.xml | 45 ++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 share/xml/events2021.xml diff --git a/en_US.ISO8859-1/htdocs/events/Makefile b/en_US.ISO8859-1/htdocs/events/Makefile index 10c278a8c2..d18b9c9775 100644 --- a/en_US.ISO8859-1/htdocs/events/Makefile +++ b/en_US.ISO8859-1/htdocs/events/Makefile @@ -11,9 +11,9 @@ SUBDIR= 2002 SUBDIR+= 2003 # The year the top level events.html file starts from: -YEARSTART= 2019 +YEARSTART= 2021 # Years to generate past events pages for and link from top level: -PASTYEARS= 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 +PASTYEARS= 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 DATA= events.css INDEXLINK= events.html diff --git a/share/xml/events.xml b/share/xml/events.xml index 4da038464c..7be4c95edf 100644 --- a/share/xml/events.xml +++ b/share/xml/events.xml @@ -12,6 +12,10 @@ $FreeBSD$ </cvs:keyword> + <xi:include + href="http://www.FreeBSD.org/XML/share/xml/events2021.xml" + xpointer="xpointer(//event)" /> + <xi:include href="http://www.FreeBSD.org/XML/share/xml/events2020.xml" xpointer="xpointer(//event)" /> diff --git a/share/xml/events2021.xml b/share/xml/events2021.xml new file mode 100644 index 0000000000..84f088aa8a --- /dev/null +++ b/share/xml/events2021.xml @@ -0,0 +1,45 @@ +<?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="freebsd-office-hours-2021-01-27"> + <name>FreeBSD Office Hours</name> + <url>https://live.freebsd.org/FreeBSD/officehours/</url> + <startdate> + <year>2021</year> + <month>01</month> + <day>27</day> + </startdate> + <enddate> + <year>2021</year> + <month>01</month> + <day>27</day> + </enddate> + <location> + <site>live.FreeBSD.org</site> + </location> + <description>On January 27th at 21:00 UTC we will hold a + "&os; Office Hours", an interactive online event + where users, contributors, and developers can ask questions or to offer + comments. The topic will be "Bhyve Q&A", hosted by + Peter Grehan. + For more information, please see the + <a href="https://wiki.freebsd.org/OfficeHours">Office Hours</a> + page on the &os; wiki.</description> + </event> + +</events>