- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
35 lines
1 KiB
XML
35 lines
1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "Avis de sécurité de FreeBSD">
|
|
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
|
|
]>
|
|
<!-- $FreeBSD$ -->
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.1
|
|
-->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.support">
|
|
|
|
<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;
|
|
|
|
</body>
|
|
</html>
|