Add placeholders for a non-translated chapter.
This commit is contained in:
parent
c12d417482
commit
9812455cfe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31431
2 changed files with 124 additions and 0 deletions
16
fr_FR.ISO8859-1/books/handbook/firewalls/Makefile
Normal file
16
fr_FR.ISO8859-1/books/handbook/firewalls/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= firewalls/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
108
fr_FR.ISO8859-1/books/handbook/firewalls/chapter.sgml
Normal file
108
fr_FR.ISO8859-1/books/handbook/firewalls/chapter.sgml
Normal file
|
@ -0,0 +1,108 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
Original revision: 1.80
|
||||
-->
|
||||
|
||||
<chapter id="firewalls">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Joseph J.</firstname>
|
||||
<surname>Barbish</surname>
|
||||
<contrib>Contribution de </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Brad</firstname>
|
||||
<surname>Davis</surname>
|
||||
<contrib>Converti en SGML et mis à jour par </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>Firewalls ** Traduction en Cours **</title>
|
||||
|
||||
<indexterm><primary>firewall</primary></indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>security</primary>
|
||||
|
||||
<secondary>firewalls</secondary>
|
||||
</indexterm>
|
||||
|
||||
<sect1 id="firewalls-intro">
|
||||
<title>Introduction</title>
|
||||
|
||||
<para></para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="firewalls-concepts">
|
||||
<title>Firewall Concepts</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>firewall</primary>
|
||||
|
||||
<secondary>rulesets</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para></para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="firewalls-apps">
|
||||
<title>Firewall Packages</title>
|
||||
|
||||
<para></para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="firewalls-pf">
|
||||
<title>The OpenBSD Packet Filter (PF) and
|
||||
<acronym>ALTQ</acronym></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>firewall</primary>
|
||||
|
||||
<secondary>PF</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para></para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="firewalls-ipf">
|
||||
<title>The IPFILTER (IPF) Firewall</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>firewall</primary>
|
||||
|
||||
<secondary>IPFILTER</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para></para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="firewalls-ipfw">
|
||||
<title>IPFW</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>firewall</primary>
|
||||
|
||||
<secondary>IPFW</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para></para>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue