head	1.2;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.03.10.03.52.09;	author murray;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.06.15.09.29;	author joel;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Move ideas list to an XML format so that we can have just one data
source and extract and display the projects listed here in multiple
ways.  For example, those projects that are suitable for summer of
code can be designated with an attribute and then extracted to
automatically be displayed on the summer of code pages, so that we
only have to maintain one list instead of two.

Correct a typo in one of the idea descriptions while here.

Suggested by: rwatson
Discussed with: joel
@
text
@# FreeBSD list of projects and ideas for volunteers
#
# $FreeBSD: www/en/projects/ideas/Makefile,v 1.1 2005/12/06 15:09:29 joel Exp $

MAINTAINER=	joel

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

DATA=	style.css

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

XMLDOCS=	ideas:${XSL_IDEAS}:${XML_IDEAS}:

INDEXLINK=	ideas.html

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


1.1
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
@d3 1
a3 1
# $FreeBSD$
a13 1
DOCS=	index.sgml
d16 7
@

