head	1.36;
access;
symbols
	HRS_XML_CLEANUP:1.27
	HRS_XML_CLEANUP_PRE:1.27
	EMILYBOYD_REDESIGN:1.23
	PRE_REDESIGN:1.23
	XML_XSL_XP:1.9.0.2
	XML_XSL_XP_BP:1.9;
locks; strict;
comment	@# @;


1.36
date	2011.03.29.18.19.32;	author bcr;	state Exp;
branches;
next	1.35;

1.35
date	2011.03.29.16.33.49;	author rwatson;	state Exp;
branches;
next	1.34;

1.34
date	2010.03.22.16.23.13;	author rwatson;	state Exp;
branches;
next	1.33;

1.33
date	2009.03.16.13.43.53;	author rwatson;	state Exp;
branches;
next	1.32;

1.32
date	2008.04.22.08.59.24;	author murray;	state Exp;
branches;
next	1.31;

1.31
date	2007.04.13.02.02.54;	author murray;	state Exp;
branches;
next	1.30;

1.30
date	2007.03.10.04.46.52;	author murray;	state Exp;
branches;
next	1.29;

1.29
date	2007.02.12.20.43.06;	author joel;	state Exp;
branches;
next	1.28;

1.28
date	2006.10.04.22.01.50;	author murray;	state Exp;
branches;
next	1.27;

1.27
date	2006.07.12.15.27.53;	author ceri;	state Exp;
branches;
next	1.26;

1.26
date	2006.07.12.13.35.00;	author simon;	state Exp;
branches;
next	1.25;

1.25
date	2006.04.11.06.03.14;	author murray;	state Exp;
branches;
next	1.24;

1.24
date	2005.12.06.15.09.29;	author joel;	state Exp;
branches;
next	1.23;

1.23
date	2005.06.01.20.59.16;	author murray;	state Exp;
branches;
next	1.22;

1.22
date	2005.04.18.11.47.07;	author phk;	state Exp;
branches;
next	1.21;

1.21
date	2005.04.13.11.13.27;	author brueffer;	state Exp;
branches;
next	1.20;

1.20
date	2004.12.15.14.43.28;	author trhodes;	state Exp;
branches;
next	1.19;

1.19
date	2004.11.29.04.54.31;	author gnn;	state Exp;
branches;
next	1.18;

1.18
date	2004.11.12.00.20.46;	author rwatson;	state Exp;
branches;
next	1.17;

1.17
date	2004.09.12.18.38.24;	author scottl;	state Exp;
branches;
next	1.16;

1.16
date	2004.05.12.12.10.44;	author murray;	state Exp;
branches;
next	1.15;

1.15
date	2004.01.14.20.13.20;	author ceri;	state Exp;
branches;
next	1.14;

1.14
date	2002.12.09.17.31.28;	author rwatson;	state Exp;
branches;
next	1.13;

1.13
date	2002.11.08.14.56.50;	author jmallett;	state Exp;
branches;
next	1.12;

1.12
date	2002.07.03.20.29.39;	author scop;	state Exp;
branches;
next	1.11;

1.11
date	2002.04.12.05.55.20;	author murray;	state Exp;
branches;
next	1.10;

1.10
date	2001.11.13.09.40.02;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2001.09.18.18.28.07;	author alex;	state Exp;
branches;
next	1.8;

1.8
date	2001.09.17.05.32.49;	author murray;	state Exp;
branches;
next	1.7;

1.7
date	2000.11.07.04.05.21;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	99.09.06.07.02.48;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	98.08.11.11.43.52;	author wosch;	state Exp;
branches;
next	1.4;

1.4
date	98.08.11.01.18.39;	author wosch;	state Exp;
branches;
next	1.3;

1.3
date	98.08.07.16.57.08;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	98.08.03.10.11.48;	author wosch;	state Exp;
branches;
next	1.1;

1.1
date	98.07.15.14.56.59;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.36
log
@Attempt to fix the web build for the time being.
@
text
@# $FreeBSD: www/en/projects/Makefile,v 1.35 2011/03/29 16:33:49 rwatson Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	projects.sgml
DOCS+=	newbies.sgml
DOCS+=	cvsweb.sgml
DOCS+=	summerofcode-2005.sgml
DOCS+=	summerofcode-2006.sgml
DOCS+=	summerofcode-2007.sgml
DOCS+=	summerofcode-2008.sgml

DATA=	2009-freebsd-gsoc-thumbnail.jpg
DATA+=	2009-freebsd-gsoc.pdf
DATA+=	2010-freebsd-gsoc-thumbnail.jpg
DATA+=	2010-freebsd-gsoc.pdf
#DATA+=	2011-freebsd-gsoc-thumbnail.jpg
DATA+=	2011-freebsd-gsoc.pdf

XML_IDEAS=		${WEB_PREFIX}/en/projects/ideas/ideas.xml
XSL_SOC=		${WEB_PREFIX}/en/projects/summerofcode.xsl

XMLDOCS=	summerofcode:${XSL_SOC}:${XML_IDEAS}:

INDEXLINK= projects.html

SUBDIR=	 acpi busdma c99 ideas mips bigdisk netperf

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.35
log
@Install new poster image and poster itself as part of the web build;
previously omitted.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.34 2010/03/22 16:23:13 rwatson Exp $
d22 1
a22 1
DATA+=	2011-freebsd-gsoc-thumbnail.jpg
@


1.34
log
@Update Makefile to install new GSoC 2010 poster and thumbnail.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.33 2009/03/16 13:43:53 rwatson Exp $
d22 2
@


1.33
log
@Install thumbnail and pdf of GSoC 2009 poster.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.32 2008/04/22 08:59:24 murray Exp $
d20 2
@


1.32
log
@Add basic page listing the 21 students, projects, and primary mentors
working on FreeBSD Projects for Google Summer of Code 2008.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.31 2007/04/13 02:02:54 murray Exp $
d18 3
@


1.31
log
@Add a Summer of Code 2007 page with our 25 successful student projects
listed.

Also, remove the now out of date information about potential mentors,
project ideas, and FAQ about the program.  The main summerofcode page
now just links to the 2007 page or the previous 2005 and 2006 pages.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.30 2007/03/10 04:46:52 murray Exp $
d16 1
@


1.30
log
@Move the Summer of Code page to an XSLT file.  Use an XPATH query to
extract ideas from the ideas list which include the class='soc'
attribute.  Display the title of those projects which are deemed
suitable for summer of code projects and then link to the ideas page
for the full description, technical contacts, requirements, etc.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.29 2007/02/12 20:43:06 joel Exp $
d15 1
@


1.29
log
@Nuke the dingo project.  Most items have been moved to the Wiki.

Ok'ed by:	gnn
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.28 2006/10/04 22:01:50 murray Exp $
a12 1
DOCS+=	summerofcode.sgml
d16 5
@


1.28
log
@Add initial Summer of Code 2006 project page with a list of the successful
students & mentors, and links to the summer of code wiki and perforce depot.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.27 2006/07/12 15:27:53 ceri Exp $
d19 1
a19 1
SUBDIR=	 acpi busdma c99 dingo ideas mips bigdisk netperf
@


1.27
log
@This project is no longer being worked on.  To the attic for
safekeeping.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.26 2006/07/12 13:35:00 simon Exp $
d15 1
@


1.26
log
@Don't build the nanobsd subdir anymore, it has been removed.

This should fix the web site build.

Owner of nice new pointy hat:	keramida
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.25 2006/04/11 06:03:14 murray Exp $
d18 1
a18 1
SUBDIR=	 acpi busdma c99 dingo gnats4 ideas mips bigdisk netperf
@


1.25
log
@Immortalize the students, projects, and mentors that encompassed our
project participation in the 2005 Summer of Code. (i.e., get this
stuff out of the main summerofcode.sgml so we can prepare for 2006
content).
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.24 2005/12/06 15:09:29 joel Exp $
d18 1
a18 1
SUBDIR=	 acpi busdma c99 dingo gnats4 ideas mips bigdisk netperf nanobsd
@


1.24
log
@Add an initial page for the much rumored projects and ideas list for volunteers
and developers that are looking for interesting projects to evaluate and work
on.

Original idea and work by:	netchild
Reviewed by:			brueffer, simon,
				Niclas Zeising lothrandilATn00bDOTapagnuDOTse
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.23 2005/06/01 20:59:16 murray Exp $
d14 1
@


1.23
log
@Add list of specific project ideas for the Google Summer of Code endeavor.

Also list mentors willing to supervise other projects in broad
areas.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.22 2005/04/18 11:47:07 phk Exp $
d17 1
a17 1
SUBDIR=	 acpi busdma c99 dingo gnats4 mips bigdisk netperf nanobsd
@


1.22
log
@Add the begining of a NanoBSD page.

I will add it to the projects page when I know that it made it through
the web-page generation.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.21 2005/04/13 11:13:27 brueffer Exp $
d13 1
@


1.21
log
@Remove libh.sgml.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.20 2004/12/15 14:43:28 trhodes Exp $
d16 1
a16 1
SUBDIR=	 acpi busdma c99 dingo gnats4 mips bigdisk netperf
@


1.20
log
@Hook the ACPI project page up to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.19 2004/11/29 04:54:31 gnn Exp $
a11 1
DOCS+=	libh.sgml
@


1.19
log
@Add a new project (Dingo) to the list of projects that are being
worked on.  Dingo aims to clean up the networking code and to
add several features, all of which are listed in the pages
that are being checked in.

Reviewed by:	 Scott Long <scottl@@freebsd.org>
Approved by:	 Scott Long <scottl@@freebsd.org>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.17 2004/09/12 18:38:24 scottl Exp $
d17 1
a17 1
SUBDIR=	 busdma c99 dingo gnats4 mips bigdisk netperf
@


1.18
log
@Hook netperf directory up to the build.

Pointed out by:	simon
@
text
@d17 1
a17 1
SUBDIR=	 busdma c99 gnats4 mips bigdisk netperf
@


1.17
log
@Hook up the bigdisk directory.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.16 2004/05/12 12:10:44 murray Exp $
d17 1
a17 1
SUBDIR=	 busdma c99 gnats4 mips bigdisk
@


1.16
log
@Remove old binary updater project webpages.  Superseded by Colin's work.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.15 2004/01/14 20:13:20 ceri Exp $
d17 1
a17 1
SUBDIR=	 busdma c99 gnats4 mips
@


1.15
log
@Add a page detailing the progress and tasks involved with the GNATS4
upgrade.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.14 2002/12/09 17:31:28 rwatson Exp $
a10 1
DOCS+=	updater.sgml
@


1.14
log
@Hook up the build of the busdma project page.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.13 2002/11/08 14:56:50 jmallett Exp $
d18 1
a18 1
SUBDIR=	 busdma c99 mips
@


1.13
log
@Add a project status page ala C99 and similar for FreeBSD/MIPS, to make it
easier for people to track the status.

Add a developers.sgml entry for Justin Wojdacki for use in the status page.

Reviewed by:	ceri

Add an entry for MIPS on the platforms page, and a small page there with
a few tiny bits of information, mostly mailing list info and a link to
the afforementioned status page.

Requested by:	ceri
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.12 2002/07/03 20:29:39 scop Exp $
d18 1
a18 1
SUBDIR=	 c99 mips
@


1.12
log
@Add the cvsweb page to the projects listing and build, fix a typo.

Approved by:   knu (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.11 2002/04/12 05:55:20 murray Exp $
d18 1
a18 1
SUBDIR=	 c99
@


1.11
log
@Connect the c99 directory to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.10 2001/11/13 09:40:02 kuriyama Exp $
d14 1
@


1.10
log
@Complete mozilla.sgml deletion.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.9 2001/09/18 18:28:07 alex Exp $
d16 2
@


1.9
log
@Connect the libh project page.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.8 2001/09/17 05:32:49 murray Exp $
a10 1
DOCS+=	mozilla.sgml
@


1.8
log
@Import the binary updates project ("binup") web site into the web tree
so that others can update it.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.7 2000/11/07 04:05:21 kuriyama Exp $
d14 1
@


1.7
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/projects/Makefile,v 1.6 1999/09/06 07:02:48 peter Exp $
d12 1
@


1.6
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d6 3
d16 1
a16 1
.include "../web.mk"
@


1.5
log
@Remove the quotes from exists("filename"). Make(1) considered the
quotes as part of the filename.

Submitted by: volf@@oasis.IAEhv.nl
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1998/08/11 01:18:39 wosch Exp $
@


1.4
log
@Include ../Makefile.conf if exists
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1998/08/07 16:57:08 wosch Exp $
d3 1
a3 1
.if exists("../Makefile.conf")
@


1.3
log
@Define default index page.
@
text
@d1 5
a5 1
# $Id: Makefile,v 1.2 1998/08/03 10:11:48 wosch Exp $
@


1.2
log
@Various changes after repository copy.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/07/15 14:56:59 wosch Exp $
d6 2
@


1.1
log
@New location for FreeBSD Development Projects.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/07/15 12:59:42 wosch Exp $
d4 2
@
