head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.01.20.14.19.58;	author pgj;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.06.17.56.08;	author pgj;	state Exp;
branches;
next	;


desc
@@


1.2
log
@MFen:
	1.17       -> 1.18       hu/events/Makefile

Obtained from:	The FreeBSD Hungarian Documentation Project
@
text
@# $FreeBSD: www/hu/events/Makefile,v 1.1 2009/04/06 17:56:08 pgj Exp $

###################################################
# The FreeBSD Hungarian Documentation Project     #
###################################################
# %SOURCE%    en/events/Makefile
# %SRCID%     1.18

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

# The year the top level events.html file starts from:
YEARSTART= 2010
# Years to generate past events pages for and link from top level:
PASTYEARS= 2009 2008 2007 2006 2005 2004 2003

DATA=	events.css
INDEXLINK=	events.html

XMLDOCS+=		events:../share/sgml/templates.events.xsl:${XML_EVENTS_EVENTS}:
PARAMS.events=		--param startyear ${YEARSTART}
PARAMS.events+=		--stringparam pastyears '${PASTYEARS}'
DEPENDSET.events=	events

.for year in ${PASTYEARS}
XMLDOCS+=		events${year}:${XSL_EVENTS_PAST}:${XML_EVENTS_EVENTS}:
PARAMS.events${year}=	--param year ${year}
PARAMS.events${year}+=	--stringparam pastyears '${PASTYEARS}'
DEPENDSET.events${year}= events
.endfor

XMLDOCS+=		events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
DEPENDSET.events_ics=	events

XMLDOCS+=		events_rss:rss.xsl:${XML_EVENTS_EVENTS}:rss.xml

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


1.1
log
@Extend Hungarian main web page translation by the following items:
- Project news entries, from 2009 (HTML, RSS, RDF)
- Press releases, from 2008 (HTML, RSS)
- Events, from 2009 (HTML, RSS)
- Security advisories (HTML, RSS)
- Standardize translation of "More" on the front page
- Fix a link for the errata RSS Feed image

Obtained from:	The FreeBSD Hungarian Documentation Project
@
text
@d1 1
a1 1
# $FreeBSD$
d7 1
a7 1
# %SRCID%     1.17
d17 1
a17 1
YEARSTART= 2009
d19 1
a19 1
PASTYEARS= 2008 2007 2006 2005 2004 2003
d33 1
a33 1
DEPENDSET.events${year}= events${year}
@

