Add notes from the BSDCon 2002 FreeBSD Developer Summit.

This is deliberately not connected to the build, as Robert still may
have some updates to add before we make this public.

Notes prepared by:	gnn and rwatson
This commit is contained in:
Murray Stokely 2002-03-16 08:47:55 +00:00
parent 2fa27232b2
commit 7f4c52153d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12494
4 changed files with 1952 additions and 0 deletions

12
en/events/2002/Makefile Normal file
View file

@ -0,0 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= bsdcon-devsummit.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

File diff suppressed because it is too large Load diff

3
en/events/Makefile.inc Normal file
View file

@ -0,0 +1,3 @@
# $FreeBSD$
WEB_PREFIX?= ${.CURDIR}/../../..

18
en/events/events.css Normal file
View file

@ -0,0 +1,18 @@
<!-- $FreeBSD$ -->
div.topic {
margin-top: 1em;
margin-bottom: 1em;
}
div.discussion {
margin-left: 1cm;
}
strong.speaker {
color: #660000;
}
strong.action {
color: red;
}