head	1.14;
access;
symbols
	HRS_XML_CLEANUP:1.13
	HRS_XML_CLEANUP_PRE:1.13
	EMILYBOYD_REDESIGN:1.10
	PRE_REDESIGN:1.8;
locks; strict;
comment	@# @;


1.14
date	2006.08.21.18.02.48;	author hrs;	state Exp;
branches;
next	1.13;

1.13
date	2006.06.06.11.08.49;	author ale;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.01.14.18.01;	author blackend;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.31.14.24.16;	author ale;	state Exp;
branches;
next	1.10;

1.10
date	2005.10.15.13.09.15;	author ale;	state Exp;
branches;
next	1.9;

1.9
date	2005.10.06.14.27.50;	author ale;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.08.11.53.23;	author ale;	state Exp;
branches;
next	1.7;

1.7
date	2004.07.02.07.35.21;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.03.22.26.58;	author ale;	state Exp;
branches;
next	1.5;

1.5
date	2004.01.14.14.29.03;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2004.01.14.11.11.14;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2003.12.13.10.56.11;	author blackend;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.10.00.14.49;	author simon;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.20.00.10.51;	author trhodes;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Fix news/events/media columns in the Italian top page.

Spotted by:	ale
@
text
@# $FreeBSD: www/it/Makefile,v 1.13 2006/06/06 11:08:49 ale Exp $
.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# These are turned into validated, normalized HTML files.

DOCS=  about.sgml
DOCS+= community.sgml
DOCS+= docs.sgml
DOCS+= mailto.sgml
DOCS+= support.sgml
DOCS+= where.sgml

XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
DEPENDSET.index=transtable mirrors news press events \
		advisories notices

XMLDOCS+=	usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
DEPENDSET.usergroups=transtable usergroups
PARAMS.usergroups=	--param pagename "'FreeBSD User Groups'"

# Subdirectories
# SGML
SUBDIR=  copyright
SUBDIR+= docs
SUBDIR+= platforms
SUBDIR+= ports
SUBDIR+= releases
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= doc
.endif

WEBDIR?=	data/it

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


1.13
log
@Update the Italian Web Site and bring in the new logo.
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.12 2005/11/01 14:18:01 blackend Exp $
d18 8
a38 4
# index.html is special, and generated from index.xsl and news/news.xml
DATA+=		index.html
CLEANFILES+=	index.html

a39 21

index.html: index.xsl ${XML_INCLUDES} \
		${XML_NEWS_INCLUDES_MASTER} \
		${XML_NEWS_NEWS_MASTER} ${XML_NEWS_PRESS_MASTER} \
		${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} \
		${XML_MIRRORS} ${XML_TRANSTABLE} \
		${XML_ADVISORIES} ${XML_NOTICES}
	${XSLTPROC} ${XSLTPROCOPTS} \
		-o $@@ \
		--param advisories.xml "'${XML_ADVISORIES}'" \
		--param curdate.xml "'${XML_EVENTS_CURDATE}'" \
		--param events.xml "'${XML_EVENTS_EVENTS_MASTER}'" \
		--param mirrors.xml "'${XML_MIRRORS}'" \
		--param news.press.xml "'${XML_NEWS_PRESS_MASTER}'" \
		--param news.project.xml "'${XML_NEWS_NEWS_MASTER}'" \
		--param notices.xml "'${XML_NOTICES}'" \
		--param transtable.xml "'${XML_TRANSTABLE}'" \
		${.CURDIR}/index.xsl ${XML_NEWS_NEWS_MASTER}
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif
@


1.12
log
@Unbreak website build.
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.11 2005/10/31 14:24:16 ale Exp $
d23 1
@


1.11
log
@MFen: remove navigation.xml
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.10 2005/10/15 13:09:15 ale Exp $
d41 1
a41 2
		${XML_ADVISORIES} ${XML_NOTICES} \
		${XML_NAVIGATION}
@


1.10
log
@Add many new translated web pages.
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.9 2005/10/06 14:27:50 ale Exp $
a48 1
		--param navigation.xml "'${XML_NAVIGATION}'" \
@


1.9
log
@- MFP4: new layout [1]
- Update translated web pages

Submitted by:	Emily Boyd <emilyboyd@@emilyboyd.com> [1]
Sponsored by:	Google Summer of Code 2005 [1]
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.8 2005/01/08 11:53:23 ale Exp $
d12 1
d15 2
d20 3
a22 1
SUBDIR=  docs
@


1.8
log
@Update Italian Website.

Obtained from:	The FreeBSD Italian Documentation Project CVS
@
text
@d1 1
a1 1
# $FreeBSD$
d11 2
a12 1
DOCS=  docs.sgml
d17 2
a18 1
SUBDIR=  releases
d34 1
d41 2
@


1.7
log
@- Update Italian web site
- Add 4.10R announce
@
text
@d30 2
a31 1
		${XML_NEWS_INCLUDES_MASTER} ${XML_NEWS_NEWS_MASTER} ${XML_NEWS_PRESS_MASTER} \
d37 1
d39 1
a39 2
		--param advisories.xml "'${XML_ADVISORIES}'" \
		--param notices.xml "'${XML_NOTICES}'" \
d42 1
a43 1
		--param navigation.xml "'${XML_NAVIGATION}'" \
@


1.6
log
@Add xml navigation menu.

Approved by:	blackend (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.5 2004/01/14 14:29:03 ale Exp $
d31 3
a33 1
		${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION}
d38 1
@


1.5
log
@Add release information and 5.2R announce.

Approved by:	blackend (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.4 2004/01/14 11:11:14 ale Exp $
d31 1
a31 1
		${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES}
d39 1
@


1.4
log
@- Add localized trademarks.ent
- Sync with recent transtable improving
- Updated translations

Approved by:	blackend (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.3 2003/12/13 10:56:11 blackend Exp $
d16 1
d18 1
a18 1
SUBDIR=  doc
@


1.3
log
@Update Italian web site.

PR:		www/60168
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.2 2003/11/10 00:14:49 simon Exp $
d30 1
a30 1
		${XML_MIRRORS} ${XML_ADVISORIES}
d37 1
@


1.2
log
@Update the Italian www tree.

PR:		www/59097
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d1 1
a1 1
# $FreeBSD: www/it/Makefile,v 1.1 2003/03/20 00:10:51 trhodes Exp $
d11 2
a12 2
DOCS=  docs.sgml 
DOCS+= mailto.sgml 
d26 12
a37 3
index.html: index.xsl includes.xsl ../en/news/includes.xsl ../en/news/news.xml ../en/news/press.xml ../en/security/advisories.xml
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		${.CURDIR}/index.xsl ${.CURDIR}/../en/news/news.xml
a40 2

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


1.1
log
@Add a website for the Italian readers.

Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d1 1
a1 1
# $FreeBSD$
d20 1
a20 1
WEBDIR=		data/it
@

