head	1.19;
access;
symbols
	HRS_XML_CLEANUP:1.18
	HRS_XML_CLEANUP_PRE:1.17
	EMILYBOYD_REDESIGN:1.17
	PRE_REDESIGN:1.17
	XML_XSL_XP:1.13.0.2
	XML_XSL_XP_BP:1.13;
locks; strict;
comment	@# @;


1.19
date	2011.01.05.16.59.38;	author ryusuke;	state Exp;
branches;
next	1.18;

1.18
date	2006.08.19.21.24.49;	author hrs;	state Exp;
branches;
next	1.17;

1.17
date	2004.01.19.17.19.34;	author hrs;	state Exp;
branches;
next	1.16;

1.16
date	2004.01.10.18.38.00;	author rushani;	state Exp;
branches;
next	1.15;

1.15
date	2003.11.24.18.26.34;	author hrs;	state Exp;
branches;
next	1.14;

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

1.13
date	2000.11.07.11.38.09;	author kuriyama;	state Exp;
branches;
next	1.12;

1.12
date	2000.10.02.09.16.23;	author kuriyama;	state Exp;
branches;
next	1.11;

1.11
date	99.12.23.01.16.13;	author kuriyama;	state Exp;
branches;
next	1.10;

1.10
date	99.11.23.04.56.41;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	99.09.06.07.03.30;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	98.08.12.09.04.07;	author hanai;	state Exp;
branches;
next	1.7;

1.7
date	98.08.11.05.38.33;	author hanai;	state Exp;
branches;
next	1.6;

1.6
date	98.08.09.16.22.19;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	98.07.27.08.39.09;	author hanai;	state Exp;
branches;
next	1.4;

1.4
date	98.07.27.04.47.05;	author hanai;	state Exp;
branches;
next	1.3;

1.3
date	98.07.26.11.29.56;	author hanai;	state Exp;
branches;
next	1.2;

1.2
date	98.07.26.11.16.38;	author hanai;	state Exp;
branches;
next	1.1;

1.1
date	98.07.26.10.51.31;	author hanai;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Merge the following from the English version:

	1.169 -> 1.170	www/ja/index.xsl
	1.11 -> 1.18	www/ja/security/Makefile
	1.4 -> 1.7	www/ja/security/mkindex.xsl
	1.216 -> 1.217	www/ja/security/security.sgml
	1.31 -> 1.32	www/ja/share/sgml/navibar.l10n.ent
@
text
@# $FreeBSD: www/ja/security/Makefile,v 1.18 2006/08/19 21:24:49 hrs Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.18

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

#DATA=	so_public_key.asc
#DOCS=	charter.sgml
DOCS+=	security.sgml
#DOCS+=	advisories.sgml
#DOCS+=  notices.sgml

#advisories.sgml: advisories.html.inc

#notices.sgml: notices.html.inc

INDEXLINK=	security.html

DEPENDSET.DEFAULT=	advisories
DEPENDSET.errata-rss=	notices
DEPENDSET.notices=	notices
XML.DEFAULT=		${XML_ADVISORIES}

XMLDOCS=	advisories:mkindex.xsl::advisories.html.inc
PARAMS.advisories=	--param type "'advisory'"
NO_DATA.advisories=	yes
NO_TIDY.advisories=	yes

XMLDOCS+=	notices:mkindex.xsl::notices.html.inc
PARAMS.notices=		--param advisories.xml "'${XML_NOTICES}'"
PARAMS.notices+=	--param type "'notice'"
NO_DATA.notices=	yes
NO_TIDY.notices=	yes

#XMLDOCS+=	advisories-rdf:security-rdf.xsl::advisories.rdf
#XMLDOCS+=	advisories-rss:security-rss.xsl::rss.xml
#XMLDOCS+=	errata-rss:errata-rss.xsl::errata.xml

### Revision checking
REVCHECK=	YES

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


1.18
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 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.17 2004/01/19 17:19:34 hrs Exp $
d3 1
a3 1
# Original revision: 1.11
d12 2
a13 1
DOCS=  
d15 2
d18 1
a18 1
INDEXLINK= security.html
d20 3
a22 1
security.html: advisories.html.inc
d25 2
d30 1
d34 10
@


1.17
log
@Merge the following from the English version:

	1.9   -> 1.11 	security/Makefile
	1.2   -> 1.4  	security/mkindex.xsl
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.16 2004/01/10 18:38:00 rushani Exp $
d17 9
a29 9

CLEANFILES+= advisories.html.inc

security.html: advisories.html.inc

advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param "advisories.xml" "'${XML_ADVISORIES}'" \
		${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
@


1.16
log
@Merge the following from the English version:

   1.12  -> 1.14    copyright/freebsd-license.sgml
   1.9   -> 1.10    copyright/trademarks.sgml
   1.9   -> 1.10    docproj/Makefile
   1.30  -> 1.38    internal/Makefile
   1.47  -> 1.48    internal/machines.sgml
   1.13  -> 1.14    java/dists/13.sgml
   1.6   -> 1.7     java/dists/14.sgml
   1.18  -> 1.20    java/index.sgml
   1.37  -> 1.38    java/newsflash.sgml
   1.48  -> 1.49    ports/portindex
   1.7   -> 1.14    projects/Makefile
   1.33  -> 1.36    projects/newbies.sgml
   1.153 -> 1.154   projects/projects.sgml
   1.92  -> 1.93    search/search.sgml
   1.68  -> 1.69    search/web.atoz
   1.8   -> 1.9     security/Makefile
   1.148 -> 1.149   security/security.sgml
   1.31  -> 1.35    send-pr.sgml
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.15 2003/11/24 18:26:34 hrs Exp $
d3 1
a3 1
# Original revision: 1.9
d26 1
a26 1
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES}
d28 1
@


1.15
log
@Add refinements on mirrors.xml:

 - add doc.common.mk, which defines variables, targets, and
   dependencies commonly used in www/ and doc/.

 - move www/<lang>/includes.xsl to the language independent
   directory and split into several files.

 - add transtable*.xsl and transtable.xml to support localized
   mirror names.

 - make doc/{en_US.ISO8859-1,ja_JP.eucJP}/books/handbook/ use
   mirrors.xml (mirrors and eresources).

 - make www/{en,ja}/index.xsl use mirrors.xml.

For details, please see doc/share/sgml/README.mirrors for the moment.

Reviewed by:	simon and Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.14 2003/10/11 07:12:37 hrs Exp $
d3 1
a3 1
# Original revision: 1.8
@


1.14
log
@Merge the following from the English version:

	1.7   -> 1.8  	security/Makefile
	(new) -> 1.2  	security/mkindex.xsl
	1.141 -> 1.147	security/security.sgml
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.13 2000/11/07 11:38:09 kuriyama Exp $
d26 1
a26 1
advisories.html.inc: mkindex.xsl ../../en/security/advisories.xml
d28 1
a28 1
		${.CURDIR}/mkindex.xsl ${.CURDIR}/../../en/security/advisories.xml
@


1.13
log
@Switch web.mk to share/mk/web.site.mk in Japanese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.12 2000/10/02 09:16:23 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.7
d21 8
@


1.12
log
@Clean-up around directory traversing and revision checking.

Submitted by:	hrs
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.11 1999/12/23 01:16:13 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.6
d5 5
a9 4
LOCALTOP= ..

.if exists(${LOCALTOP}/Makefile.conf)
.include "${LOCALTOP}/Makefile.conf"
d20 1
a20 1
.include "${LOCALTOP}/web.mk"
@


1.11
log
@Add "Synchronization Status" feature in Japanese web pages.

5. Add statement to include *.revinc for each *.sgml files.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.10 1999/11/23 04:56:41 kuriyama Exp $
d5 4
a8 2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
d17 1
a17 3
REVFILES=	${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP=	../..
DIR_IN_LOCAL=	security
d19 1
a19 1
.include "../../web.mk"
@


1.10
log
@Cleanup unused files.
@
text
@d1 1
a1 1
# $FreeBSD: www/ja/security/Makefile,v 1.9 1999/09/06 07:03:30 peter Exp $
d13 5
@


1.9
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d3 1
a3 1
# Original revision: 1.4
a9 1
DOCS+=	programmers.sgml
a10 1
DOCS+=  secure.sgml
@


1.8
log
@Following changes in the English version are merged.

  alpha/Makefile       1.3  -> 1.4
  commercial/Makefile  1.4  -> 1.5
  copyright/Makefile   1.2  -> 1.3
  docproj/Makefile     1.5  -> 1.6
  gallery/Makefile     1.4  -> 1.5
  internal/Makefile    1.9  -> 1.10
  news/Makefile        1.4  -> 1.5
  ports/Makefile       1.13 -> 1.14
  projects/Makefile    1.4  -> 1.5
  releases/Makefile    1.12 -> 1.13
  search/Makefile      1.3  -> 1.4
  security/Makefile    1.3  -> 1.4

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.7 1998/08/11 05:38:33 hanai Exp $
@


1.7
log
@Following changes in the English version are merged.

  alpha/Makefile       1.2  -> 1.3
  commercial/Makefile  1.3  -> 1.4
  copyright/Makefile   1.1  -> 1.2
  docproj/Makefile     1.4  -> 1.5
  gallery/Makefile     1.3  -> 1.4
  internal/Makefile    1.8  -> 1.9
  news/Makefile        1.3  -> 1.4
  ports/Makefile       1.8  -> 1.13
  projects/Makefile    1.3  -> 1.4
  releases/Makefile    1.11 -> 1.12
  search/Makefile      1.2  -> 1.3
  security/Makefile    1.2  -> 1.3

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1998/08/09 16:22:19 kuriyama Exp $
d3 1
a3 1
# Original revision: 1.3
@


1.6
log
@Changes in the English version are merged:

	Makefile:	1.36 --> 1.42
	applications.sgml:	1.7  --> 1.8
	doc.hdr:	1.6  --> 1.7
	doc.sgml:	1.47 --> 1.50
	includes.sgml:	1.20 --> 1.21
	index.html:	1.48 --> 1.53
	internet.sgml:	1.11 --> 1.12
	publish.sgml:	1.10 --> 1.12
	support.sgml:	1.89 --> 1.92
	where.sgml:	1.25 --> 1.26
	alpha/Makefile:	1.1  --> 1.2
	commercial/commercial.sgml:	1.25 --> 1.26
	commercial/Makefile:		     --> 1.3
	copyright/daemon.sgml:	1.6  --> 1.8
	copyright/license.sgml:	1.2  --> 1.3
	copyright/Makefile:	     --> 1.1
	docproj/Makefile:	1.2  --> 1.4
	docproj/docproj.sgml:	1.11 --> 1.12
	docproj/translations.sgml:	1.3  --> 1.5
	gallery/Makefile:	     --> 1.3
	gallery/gallery.sgml:	1.36 --> 1.39
	internal/Makefile:	     --> 1.7
	internal/about.sgml:	1.14 --> 1.18
	internal/mirror.sgml:	1.5  --> 1.6
	internal/machines.sgml:	1.3  --> 1.5
	internal/resignation.sgml:	1.1  --> 1.2
	news/Makefile:		1.2  --> 1.3
	news/newsflash.sgml:	1.89 --> 1.91
	news/press.sgml:	1.12 --> 1.15
	projects/Makefile:	     --> 1.3
	projects/mozilla.sgml:	1.2  --> 1.4
	projects/newvies.sgml:	1.3  --> 1.5
	release/2.2.6R/announce.sgml:	1.1  --> 1.2
	release/2.2.7R/announce.sgml:	1.3  --> 1.4
	release/index.sgml:	1.21 --> 1.22
	search/Makefile:	1.36 --> 1.2  (???)
	search/index-site.sgml:	1.15 --> 1.16
	search/search.sgml:	1.32 --> 1.33
	search/search-mid.sgml:	1.3  --> 1.4
	search/searchhints.sgml:	1.3  --> 1.4
	search/web.atoz:	1.34 --> 1.38
	security/Makefile:	1.1  --> 1.2

Submitted by:	Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1998/07/27 08:39:09 hanai Exp $
d3 1
a3 1
# Original revision: 1.2
d5 2
a6 2
.if exists(Makefile.conf)
.include "Makefile.conf"
@


1.5
log
@Fix a typo.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1998/07/27 04:47:05 hanai Exp $
d3 1
a3 1
# Original revision: 1.1
d13 2
@


1.4
log
@Fix many problems which causes failure of building Japanese-translated
WWW pages.

Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1998/07/26 11:29:56 hanai Exp $
d14 1
a14 1
.include ".././/web.mk"
@


1.3
log
@New translation.

Submitted by: Nishika <nishika@@cheerful.com>
@
text
@d1 3
a3 1
# $Id: Makefile,v 1.2 1998/07/26 11:16:38 hanai Exp $
d14 1
a14 1
.include "../web.mk"
@


1.2
log
@New translation.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/07/26 10:51:31 hanai Exp $
d10 1
a10 1
#DOCS+=  secure.sgml
@


1.1
log
@New translation.

Submitted by: Nishika <nishika@@cheerful.com>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/06/19 09:46:48 wosch Exp $
d9 1
a9 1
#DOCS+=	security.sgml
@
