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


1.10
date	2006.08.19.21.23.38;	author hrs;	state Exp;
branches;
next	1.9;

1.9
date	2006.03.13.21.09.20;	author blackend;	state Exp;
branches;
next	1.8;

1.8
date	2004.12.30.17.53.44;	author hrs;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.29.13.20.40;	author stephane;	state Exp;
branches;
next	1.6;

1.6
date	2003.12.15.16.12.32;	author stephane;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.17.17.22.21;	author stephane;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.04.21.04.44;	author stephane;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.16.18.24.05;	author stephane;	state Exp;
branches;
next	1.2;

1.2
date	2002.12.22.22.07.29;	author stephane;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.08.16.45.35;	author stephane;	state Exp;
branches;
next	;


desc
@@


1.10
log
@www cleanup mega commit:

 - Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>/share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
@
text
@# $FreeBSD: www/fr/news/Makefile,v 1.9 2006/03/13 21:09:20 blackend Exp $

# The FreeBSD French Documentation Project
# Original revision: 1.39

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

DOCS+= news.sgml

# press releases
DOCS+= pressreleases.sgml
DOCS+= press-rel-1.sgml
DOCS+= press-rel-2.sgml
DOCS+= press-rel-3.sgml
DOCS+= press-rel-4.sgml
DOCS+= press-rel-5.sgml
DOCS+= press-rel-6.sgml
DOCS+= press-rel-7.sgml
DOCS+= press-rel-8.sgml
DOCS+= press-rel-9.sgml

# The yearly State of the Union address
DOCS+= sou1999.sgml

INDEXLINK= news.html

DEPENDSET.DEFAULT=	transtable news press

XMLDOCS=	newsflash:${XSL_NEWS_NEWSFLASH}:${XML_NEWS_NEWS_MASTER}:
XMLDOCS+=	press:${XSL_NEWS_PRESS}:${XML_NEWS_PRESS_MASTER}:

# SUBDIR       	1993
SUBDIR+= 	1996
SUBDIR+= 	1997
SUBDIR+= 	1998
SUBDIR+= 	1999
SUBDIR+= 	2000
SUBDIR+= 	2001
SUBDIR+= 	2002
SUBDIR+=	status

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


1.9
log
@- MFen: news/pressreleases.sgml 1.8 --> 1.12
- Add new translated files: news/press-rel-8.sgml and
  news/press-rel-9.sgml
- Update Makefile for the new translated files

Submitted by:	Antoine Brodin <antoine.brodin@@laposte.net>
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.8 2004/12/30 17:53:44 hrs Exp $
d32 5
a46 3
DATA=		newsflash.html news.rdf press.html
CLEANFILES+=	newsflash.html news.rdf press.html

a47 28

newsflash.html: newsflash.xsl news.xml\
			includes.xsl ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param "news.project.xml-master" "'${XML_NEWS_NEWS_MASTER}'" \
		--param "news.project.xml" "'${XML_NEWS_NEWS}'" \
		--param "transtable.xml" "'${XML_TRANSTABLE}'" \
		${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif

news.rdf: news-rdf.xsl news.xml\
		includes.xsl ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param transtable.xml "'${XML_TRANSTABLE}'" \
		${.CURDIR}/news-rdf.xsl ${.CURDIR}/news.xml

press.html: press.xsl press.xml\
		includes.xsl ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param "news.press.xml-master" "'${XML_NEWS_PRESS_MASTER}'" \
		--param "news.press.xml" "'${XML_NEWS_PRESS}'" \
		--param "transtable.xml" "'${XML_TRANSTABLE}'" \
		${.CURDIR}/press.xsl ${.CURDIR}/press.xml
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif
@


1.8
log
@Implement templates for selectively picking up the latest
news items and putting them into the localized web pages.
If the translation is available it will be used, otherwise
the original (English) version of the news item will be used.
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.7 2004/02/29 13:20:40 stephane Exp $
d24 2
@


1.7
log
@Merge from the English version:

  1.105 -> 1.107 fr/Makefile
  1.90  -> 1.95  fr/index.xsl
  1.38  -> 1.39  fr/news/Makefile
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.6 2003/12/15 16:12:32 stephane Exp $
d43 2
d46 1
a46 1
		includes.xsl ../includes.xsl ${XML_TRANSTABLE}
d48 3
a50 1
		--param transtable.xml "'${XML_TRANSTABLE}'" \
d57 1
a57 1
		includes.xsl ../includes.xsl ${XML_TRANSTABLE}
d63 1
a63 1
		includes.xsl ../includes.xsl ${XML_TRANSTABLE}
d65 3
a67 1
		--param transtable.xml "'${XML_TRANSTABLE}'" \
a71 2

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


1.6
log
@Delete obsolete commented files.
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.5 2003/11/17 17:22:21 stephane Exp $
d4 1
a4 1
# Original revision: 1.38
d43 2
a44 1
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
d46 1
d52 2
a53 1
news.rdf: news-rdf.xsl news.xml includes.xsl ../includes.xsl
d55 1
d58 2
a59 1
press.html: press.xsl press.xml includes.xsl ../includes.xsl
d61 1
@


1.5
log
@Merge from the English version:

  1.155 -> 1.179 fr/news/news.xml

Move 2002 news to the right sub-directory:

  news/2002/Makefile: MFen 1.1
  news/2002/news.xml: MFen 1.1
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.4 2003/11/04 21:04:44 stephane Exp $
a12 1
#DOCS+= press.sgml
a13 1
#DOCS+= webchanges.sgml
@


1.4
log
@New translation.

  fr/news/press-rel-7.sgml: MFen 1.3
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.3 2003/08/16 18:24:05 stephane Exp $
d39 1
a39 1
# SUBDIR+= 	2002
@


1.3
log
@New translation.

  fr/news/press-rel-6.sgml: MFen 1.1
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.2 2002/12/22 22:07:29 stephane Exp $
d4 1
a4 1
# Original revision: 1.33
d25 1
d32 2
a33 1
SUBDIR= 	1996
d39 1
@


1.2
log
@Connect the sub-directories.

Approved by:   gioria (mentor)
@
text
@d1 1
a1 1
# $FreeBSD: www/fr/news/Makefile,v 1.1 2002/12/08 16:45:35 stephane Exp $
d24 1
@


1.1
log
@New set of translations.

fr/news/Makefile.inc: MFen 1.2
fr/news/Makefile: MFen 1.33
fr/news/press.xsl: MFen 1.3
fr/news/newsflash.xsl: MFen 1.7
fr/news/news-rdf.xsl: MFen 1.4
fr/news/includes.xsl: MFen 1.4
fr/news/press.xml: MFen 1.62 (incomplete translation)
fr/news/news.xml: MFen 1.127

none of the original qnewsletter* files have a revision number.

Approved by:   gioria (mentor)
@
text
@d1 1
a1 1
# $FreeBSD$
d30 7
a36 7
## SUBDIR= 	1996
## SUBDIR+= 	1997
## SUBDIR+= 	1998
# SUBDIR+= 	1999
## SUBDIR+= 	2000
## SUBDIR+= 	2001
## SUBDIR+=	status
@

