Add needed empty chapter. Hope having translated soon.
This commit is contained in:
parent
4bdb326b93
commit
c1ea8ebf99
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26881
2 changed files with 71 additions and 0 deletions
15
es_ES.ISO8859-1/books/handbook/firewalls/Makefile
Normal file
15
es_ES.ISO8859-1/books/handbook/firewalls/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= firewalls/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
56
es_ES.ISO8859-1/books/handbook/firewalls/chapter.sgml
Normal file
56
es_ES.ISO8859-1/books/handbook/firewalls/chapter.sgml
Normal file
|
@ -0,0 +1,56 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
||||
<chapter id="firewalls">
|
||||
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Joseph J.</firstname>
|
||||
<surname>Barbish</surname>
|
||||
<contrib>Texto de </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Brad</firstname>
|
||||
<surname>Davis</surname>
|
||||
<contrib>Convertido a SGML y actualizado por </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>Cortafuegos</title>
|
||||
|
||||
<indexterm><primary>cortafuegos</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary>seguridad</primary>
|
||||
|
||||
<secondary>cortafuegos</secondary>
|
||||
</indexterm>
|
||||
|
||||
<sect1 id="firewalls-intro">
|
||||
<title>*</title>
|
||||
|
||||
<para>Pendiente de traducción</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