head	1.9;
access;
symbols
	HRS_XML_CLEANUP:1.7
	HRS_XML_CLEANUP_PRE:1.6
	EMILYBOYD_REDESIGN:1.6
	PRE_REDESIGN:1.6
	XML_XSL_XP:1.3.0.2
	XML_XSL_XP_BP:1.3;
locks; strict;
comment	@# @;


1.9
date	2011.01.31.15.03.42;	author pluknet;	state Exp;
branches;
next	1.8;

1.8
date	2009.12.24.06.49.01;	author bland;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.19.21.25.55;	author hrs;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.26.07.24.12;	author andy;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.01.16.22.26;	author den;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.20.11.23.44;	author andy;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.10.17.27.42;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.27.12.14.14;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.28.12.55.48;	author phantom;	state Exp;
branches;
next	;


desc
@@


1.9
log
@MFen Security Information changes:
	1.169 -> 1.170	index.xsl
	1.17 -> 1.18	security/Makefile
	1.4 -> 1.7	security/mkindex.xsl
	    -> 1.1	security/notices.sgml
	1.216 -> 1.220	security/security.sgml
	1.31 -> 1.32	share/sgml/navibar.l10n.ent

Reviewed by:	novel (wording)
Approved by:	kib (mentor)
@
text
@#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD: www/ru/security/Makefile,v 1.8 2009/12/24 06:49:01 bland Exp $
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.7 2004/01/25 15:18:18 andy Exp $
#
# Original revision: 1.18
#
 
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=
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

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


1.8
log
@Add itranslation of Security Advisories bits.
@
text
@d4 1
a4 1
# $FreeBSD: www/ru/security/Makefile,v 1.7 2006/08/19 21:25:55 hrs Exp $
d7 1
a7 1
# Original revision: 1.17
d20 1
d24 2
a27 2
security.html: advisories.html.inc advisories.rdf

d30 1
d34 1
d38 6
@


1.7
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
@d4 1
a4 1
# $FreeBSD: www/ru/security/Makefile,v 1.6 2004/01/26 07:24:12 andy Exp $
d7 1
a7 1
# Original revision: 1.11
d17 1
a17 1
DOCS=  
d19 1
d21 1
a21 1
INDEXLINK= security.html
d23 3
a25 1
security.html: advisories.html.inc
d28 1
d35 4
@


1.6
log
@MFen 1.11

Obtained from: The FreeBSD Russian Documentation Project
@
text
@d4 1
a4 1
# $FreeBSD$
d22 1
a22 1
.include "${WEB_PREFIX}/share/mk/web.site.mk"
d24 2
a25 1
CLEANFILES+= advisories.html.inc
d27 3
a29 1
security.html: advisories.html.inc
d31 1
a31 4
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
		--param "advisories.xml" "'${XML_ADVISORIES}'" \
		${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
@


1.5
log
@make www/ru use mirrors.xml

use www/share/sgml/advisories.xml

Approved by: phantom (mentor)
@
text
@d1 1
d5 3
a7 1
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.6 2003/11/27 14:01:08 den Exp $
a8 1
# Original revision: 1.9
a12 1

d17 5
a21 4
DOCS=   security.sgml
 
INDEXLINK=security.html
 
d28 1
a28 1
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES}
d30 1
@


1.4
log
@Synchronize with English 1.8
@
text
@d4 1
a4 1
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.5 2003/10/20 07:18:47 andy Exp $
d6 1
a6 1
# Original revision: 1.8
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.3
log
@Synchronize with FreeBSD russian Documentation Project Repository.

This commit brings in some synchronizations, Original revisions for
all Makefiles, switch from en/web.mk to share/mk/web.site.mk
@
text
@d1 2
d4 3
a6 3
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.3 2000/11/10 17:04:53 phantom Exp $
# Original revision: 1.7
d21 8
@


1.2
log
@Mega-update of Russian Web pages to current FreeBSD Russian Doc Project's CVS
Repository state.  This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.

Obtained from:	FreeBSD Russian Documentation Project CVS Repository
@
text
@d2 3
a4 1
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.2 2000/10/27 11:26:12 phantom Exp $
d10 4
d18 1
a18 1
.include "../web.mk"
@


1.1
log
@Enable building wwww/ru/security
@
text
@d2 1
@

