Add missing advisories.sgml file.
Found by: Patrick Lamaiziere <patfbsd@davenulle.org>
This commit is contained in:
parent
32c1d15e31
commit
1f178a0dab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34696
2 changed files with 37 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD: www/fr/security/Makefile,v 1.2 2006/04/03 19:58:44 blackend Exp $
|
# $FreeBSD: www/fr/security/Makefile,v 1.3 2006/08/19 21:23:44 hrs Exp $
|
||||||
|
|
||||||
# The FreeBSD French Documentation Project
|
# The FreeBSD French Documentation Project
|
||||||
# Original revision: 1.14
|
# Original revision: 1.16
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -12,6 +12,9 @@
|
||||||
|
|
||||||
DOCS=
|
DOCS=
|
||||||
DOCS+= security.sgml
|
DOCS+= security.sgml
|
||||||
|
DOCS+= advisories.sgml
|
||||||
|
|
||||||
|
advisories.sgml: advisories.html.inc
|
||||||
|
|
||||||
INDEXLINK= security.html
|
INDEXLINK= security.html
|
||||||
|
|
||||||
|
|
32
fr/security/advisories.sgml
Normal file
32
fr/security/advisories.sgml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||||
|
<!ENTITY base CDATA "..">
|
||||||
|
<!ENTITY date "$FreeBSD: www/en/security/advisories.sgml,v 1.1 2008/03/01 01:55:27 simon Exp $">
|
||||||
|
<!ENTITY title "Avis de sécurité de FreeBSD">
|
||||||
|
<!ENTITY % navinclude.support "INCLUDE">
|
||||||
|
<!ENTITY % developers SYSTEM "../../en/developers.sgml"> %developers;
|
||||||
|
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
|
||||||
|
]>
|
||||||
|
<!-- $FreeBSD$ -->
|
||||||
|
<!--
|
||||||
|
The FreeBSD French Documentation Project
|
||||||
|
Original revision: 1.1
|
||||||
|
-->
|
||||||
|
|
||||||
|
<html>
|
||||||
|
&header;
|
||||||
|
|
||||||
|
<p>Cette page contient la liste des avis de sécurité
|
||||||
|
de &os; publiés à ce jour. Consulter la page d'<a
|
||||||
|
href="security.html">Informations sur la sécurité
|
||||||
|
sous &os;</a> pour des informations sur la sécurité
|
||||||
|
sous &os;.</p>
|
||||||
|
|
||||||
|
<p>Les problèmes affectant le catalogue des logiciels
|
||||||
|
portés de &os; sont abordés dans le <a
|
||||||
|
href="http://vuxml.FreeBSD.org/">document VuXML &os;</a>.</p>
|
||||||
|
|
||||||
|
&advisories.html.inc;
|
||||||
|
|
||||||
|
&footer;
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue