head	1.8;
access;
symbols
	HRS_XML_CLEANUP:1.6
	HRS_XML_CLEANUP_PRE:1.5
	EMILYBOYD_REDESIGN:1.5
	PRE_REDESIGN:1.5;
locks; strict;
comment	@# @;


1.8
date	2008.03.01.17.32.17;	author jkois;	state Exp;
branches;
next	1.7;

1.7
date	2006.10.21.12.37.44;	author jkois;	state Exp;
branches;
next	1.6;

1.6
date	2006.08.19.21.21.56;	author hrs;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.15.14.34.20;	author brueffer;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.17.22.41.56;	author mheinen;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.25.04.00.15;	author brueffer;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.11.00.32.03;	author mheinen;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.10.19.50.45;	author mheinen;	state Exp;
branches;
next	;


desc
@@


1.8
log
@MFde:   Update the German website.

www/de/developers.sgml                  1.186 -> 1.187
www/de/index.xsl                        1.161 -> 1.163
www/de/news/2006/news.xml               1.1   -> 1.2
www/de/security/Makefile                1.14  -> 1.16
www/de/security/charter.sgml            1.5   -> 1.6
www/de/security/mkindex.xsl             remove obsolete file
www/de/security/security.sgml           1.196 -> 1.200
www/de/share/sgml/libcommon.xsl         1.13  -> 1.16
www/de/share/sgml/navibar.l10n.ent      1.15  -> 1.16
www/de/share/sgml/news.xml              1.146 -> 1.149
www/de/share/sgml/press.xml             1.57  -> 1.59

Obtained from:  The FreeBSD German Documentation Project
@
text
@# $FreeBSD$
# $FreeBSDde: de-www/security/Makefile,v 1.7 2008/03/01 17:12:05 jkois Exp $
# basiert auf: 1.16

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

DOCS=	charter.sgml
DOCS+=	security.sgml

INDEXLINK=	security.html

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


1.7
log
@1. MFen - www-mega-patch from hrs@@:

- Merge the changes into the external German repository.
- Fix problems caused by this process.
- Merge the corrected version back.

2. MFbed:  Update the German website.

www/de/about.sgml                       1.5   -> 1.10
www/de/applications.sgml                1.31  -> 1.33
www/de/index.xsl                        1.152 -> 1.156
www/de/internet.sgml                    1.35  -> 1.37
www/de/send-pr.sgml                     1.52  -> 1.54
www/de/where.sgml                       1.84  -> 1.86
www/de/community/mailinglists.sgml      1.9   -> 1.11
www/de/news/Makefile                    1.43  -> 1.46
www/de/news/news.sgml                   1.44  -> 1.46
www/de/platforms/sparc.sgml             1.26  -> 1.28
www/de/platforms/ia64/index.xsl         1.5   -> 1.7
www/de/share/sgml/navibar.l10n.ent      1.1   -> 1.5
www/de/share/sgml/news.xml              1.1   -> 1.16
www/de/share/sgml/press.xml             1.1   -> 1.11

Obtained from:  The FreeBSD German Documentation Project.
@
text
@d2 2
a3 2
# $FreeBSDde: de-www/security/Makefile,v 1.6 2006/10/19 19:26:10 jkois Exp $
# basiert auf: 1.14
a16 9
security.html: advisories.html.inc

DEPENDSET.DEFAULT=	advisories
XML.DEFAULT=		${XML_ADVISORIES}

XMLDOCS=	advisories:mkindex.xsl::advisories.html.inc
NO_DATA.advisories=	yes
NO_TIDY.advisories=	yes

@


1.6
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
@d1 3
a3 3
# $FreeBSD: www/de/security/Makefile,v 1.5 2004/07/15 14:34:20 brueffer Exp $
# $FreeBSDde: de-www/security/Makefile,v 1.5 2004/07/04 13:38:58 brueffer Exp $
# basiert auf: 1.13
@


1.5
log
@MFbed:	Update the German web pages

Makefile			1.111 -> 1.112
index.xsl			1.100 -> 1.105
navigation.xml			1.4   -> 1.6
news/news.xml			1.218 -> 1.222
news/press.xml			1.130 -> 1.143
security/Makefile		1.12  -> 1.13
security/security-rdf.xsl	new translation

Obtained from:	The FreeBSD German Documentation Project
@
text
@d1 1
a1 1
# $FreeBSD$
a15 2
DATA+=		advisories.rdf
CLEANFILES+=	advisories.html.inc advisories.rdf
d17 4
a20 1
.include "${WEB_PREFIX}/share/mk/web.site.mk"
d22 3
a24 1
security.html: advisories.html.inc advisories.rdf
d26 1
a26 8
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param "advisories.xml" "'${XML_ADVISORIES}'" \
		${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
advisories.rdf: security-rdf.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param "advisories.xml" "'${XML_ADVISORIES}'" \
		${.CURDIR}/security-rdf.xsl ${XML_ADVISORIES}
@


1.4
log
@MFbed: Update the German web site.

applications.sgml		fixes only
features.sgml			1.19  -> 1.20
gifs/Makefile			update header
internet.sgml			fixes only
news/news.xml			1.216 -> 1.217
news/press.xsl			update header
platforms/ia64/machines.sgml	fixes only
platforms/mips.sgml		fixes only
platforms/x86-64.sgml		fixes only
releases/4.6.2R/Makefile	1.2   -> 1.4
releases/4.7R/Makefile		1.7   -> 1.10
releases/4.7R/announce.sgml	1.2   -> 1.4
releases/4.8R/Makefile		1.4   -> 1.7
releases/4.9R/Makefile		1.4   -> 1.7
releases/4.9R/announce.sgml	1.2   -> 1.4
releases/5.0R/Makefile		1.6   -> 1.8
releases/5.0R/announce.sgml	1.3   -> 1.5
releases/5.0R/installation.sgml	1.3   -> 1.4
releases/5.1R/Makefile		1.3   -> 1.5
releases/5.1R/announce.sgml	1.1   -> 1.3
releases/5.2R/Makefile		1.4   -> 1.7
releases/Makefile		update header
releases/index.sgml		1.97  -> 1.98
releases/snapshots.sgml		1.16  -> 1.17
security/Makefile		1.11  -> 1.12
security/security.sgml		1.149 -> 1.159

Obtained from:	The FreeBSD German Documentation Project.
@
text
@d2 2
a3 2
# $FreeBSDde: de-www/security/Makefile,v 1.4 2004/05/16 17:44:55 mheinen Exp $
# basiert auf: 1.12
d15 3
a17 1
INDEXLINK= security.html
d21 1
a21 3
CLEANFILES+= advisories.html.inc

security.html: advisories.html.inc
d27 4
@


1.3
log
@MFbed:

security/Makefile	1.9 -> 1.11
security/mkindex.xsl	1.2 -> 1.4

This fixes the german web build.

Obtained from:		The FreeBSD German Documentation Project
@
text
@d1 3
a3 3
# $FreeBSD: www/de/security/Makefile,v 1.2 2004/01/11 00:32:03 mheinen Exp $
# $FreeBSDde: de-www/security/Makefile,v 1.3 2004/01/25 03:50:13 brueffer Exp $
# basiert auf: 1.11
d12 1
a12 1
DOCS=
@


1.2
log
@MFbed: Add the translated security page.
@
text
@d1 3
a3 3
# $FreeBSD$
# $FreeBSDde: de-www/security/Makefile,v 1.2 2004/01/05 11:08:12 mheinen Exp $
# basiert auf: 1.9
d12 2
a13 1
DOCS=	security.sgml
d23 1
a23 1
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES}
d25 1
@


1.1
log
@New translations.
@
text
@d2 2
a3 2
# $FreeBSDde: de-www/security/Makefile,v 1.1 2003/05/11 17:43:18 mheinen Exp $
# basiert auf: 1.7
d12 1
a12 1
#DOCS=	security.sgml
d14 1
a14 1
#INDEXLINK= security.html
d17 8
@

