head	1.5;
access;
symbols
	HRS_XML_CLEANUP:1.4
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.3
	PRE_REDESIGN:1.3;
locks; strict;
comment	@# @;


1.5
date	2006.10.21.12.37.41;	author jkois;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.19.21.21.53;	author hrs;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.19.16.55.28;	author jkois;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.15.12.39.08;	author brueffer;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
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
@# $FreeBSD$
# $FreeBSDde: de-www/news/2002/Makefile,v 1.4 2006/10/19 19:26:02 jkois Exp $
# basiert auf: 1.7

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

XMLDOCS+=	index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
DEPENDSET.index=transtable news

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


1.4
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/news/2002/Makefile,v 1.3 2005/09/19 16:55:28 jkois Exp $
# $FreeBSDde: de-www/news/2002/Makefile,v 1.3 2005/09/18 10:33:54 jkois Exp $
# basiert auf: 1.5
@


1.3
log
@MFbed:  Update the German website.

www/de/Makefile                         1.117 -> 1.124
www/de/docs.sgml                        1.192 -> 1.193
www/de/includes.sgml                    bugfixes only
www/de/news/Makefile                    1.40  -> 1.42
www/de/news/news.xml                    1.331 -> 1.333
www/de/news/2002/Makefile               1.2   -> 1.5
www/de/platforms/ia64/Makefile          1.4   -> 1.6
www/de/projects/newbies.sgml            1.41  -> 1.43

Obtained from:  The FreeBSD German Documentation Project.
@
text
@d1 1
a1 1
# $FreeBSD$
d12 2
a13 11
DATA=		index.html
CLEANFILES+=	index.html

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


1.2
log
@MFbed:

Makefile                        1.105 -> 1.111
applications.sgml               1.24  -> 1.26
includes.sgml                   change entries to 5.2.1-RELEASE
includes.xsl                    point to original release notes
index.xsl                       1.92  -> 1.100
internet.sgml                   1.30  -> 1.33
mailto.sgml                     misc fixes
navigation.xml                  new   -> 1.4
news/2002/Makefile              1.1   -> 1.2
news/2002/news.xml              1.1   -> 1.2
news/Makefile                   1.38  -> 1.39
news/includes.xsl               1.5   -> 1.6
news/news.xml                   1.192 -> 1.216
news/newsflash.xsl              1.9   -> 1.11
news/oldnewsflash.xsl           1.5   -> 1.6
news/press.xml                  1.119 -> 1.129
news/press.xsl                  1.5   -> 1.8
platforms/amd64.sgml            1.5   -> 1.8
platforms/ia64/index.sgml       1.4   -> 1.5
platforms/ia64/machines.sgml    1.1   -> 1.5
platforms/ia64/refs.sgml        1.5   -> 1.6
platforms/ia64/todo.sgml        1.6   -> 1.7
platforms/mips.sgml             1.3   -> 1.4
platforms/pc98.sgml             1.8   -> 1.10
platforms/ppc.sgml              1.8   -> 1.9
platforms/sparc.sgml            1.17  -> 1.18
releases/index.sgml             1.94  -> 1.97
relnotes.sgml                   1.8   -> 1.10

Obtained from:  The FreeBSD German Documentation Project
@
text
@d2 2
a3 2
# $FreeBSDde: de-www/news/2002/Makefile,v 1.2 2004/05/02 00:49:58 brueffer Exp $
# basiert auf: 1.2
d16 1
a16 1
		../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
@


1.1
log
@Add the translated news section.

news/news.xml:
Submitted by:	Josef El-Rayes <j.el-rayes@@daemon.li>
PR:		47792
@
text
@d2 2
a3 2
# $FreeBSDde: de-www/news/2002/Makefile,v 1.1 2003/08/02 18:17:29 mheinen Exp $
# basiert auf: 1.1
d15 2
a16 1
index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl
d18 1
@

