First version Spanish handbook.
This commit is contained in:
parent
93c2da13d6
commit
60eaba3829
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7261
2 changed files with 288 additions and 0 deletions
144
es_ES.ISO8859-1/books/handbook/book.sgml
Executable file
144
es_ES.ISO8859-1/books/handbook/book.sgml
Executable file
|
@ -0,0 +1,144 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
||||
%bookinfo;
|
||||
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors SYSTEM "authors.ent"> %authors;
|
||||
<!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
|
||||
<!ENTITY % newsgroups SYSTEM "newsgroups.ent"> %newsgroups;
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
|
||||
<!-- La version release actual de FreeBSD. Este valor es usado para
|
||||
crear algunos links a webs, asi que NO cambiarlo hasta que exista
|
||||
una nueva release -->
|
||||
|
||||
<!-- ***** COSAS POR HACER *****
|
||||
cambiar las descripciones de las listas de distribucion
|
||||
cambiar las descripciones de los grupos de news
|
||||
-->
|
||||
|
||||
<!ENTITY rel.current CDATA "4.0">
|
||||
]>
|
||||
|
||||
<book lang=es>
|
||||
<bookinfo>
|
||||
<title>Manual de FreeBSD</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<surname>Proyecto de Documentacion de FreeBSD</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>doc@FreeBSD.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>Febrero 1999</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
<year>1996</year>
|
||||
<year>1997</year>
|
||||
<year>1998</year>
|
||||
<year>1999</year>
|
||||
<year>2000</year>
|
||||
<holder>The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
<abstract>
|
||||
<para>Bienvenido a FreeBSD!. Este manual cubre la instalación y uso
|
||||
diario de <emphasis>FreeBSD Release &rel.current;</emphasis>. Este
|
||||
manual está en <emphasis>constante evolución</emphasis> y
|
||||
es el resultado del trabajo de muchas personas. Algunas secciones no
|
||||
están completas y otras no están actualizadas. Si
|
||||
estás interesado en colaborar en este proyecto, envía
|
||||
un mail a &a.doc;. La última versión de este documento
|
||||
está siempre disponible en el
|
||||
<ulink URL="http://www.FreeBSD.ORG/">
|
||||
servidor World Wide Web de FreeBSD</ulink>. También está
|
||||
disponible en <ulink url="handbook.latin1"> texto </ulink>,
|
||||
<ulink url="handbook.ps">postscript</ulink> o <ulink
|
||||
url="handbook-html.tar.gz">HTML</ulink> vía HTTP o comprimido
|
||||
con gzip desde el <ulink url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs/">
|
||||
servidor FTP de FreeBSD</ulink> o uno de sus numerosos
|
||||
<link linkend="mirrors-ftp">mirrors</link>.
|
||||
También puedes <ulink URL="http://www.FreeBSD.ORG/search.html">
|
||||
realizar búsquedas en el manual</ulink>.</para>
|
||||
</abstract>
|
||||
</bookinfo>
|
||||
|
||||
<part>
|
||||
<title>Empezamos</title>
|
||||
|
||||
&chap.introduction;
|
||||
&chap.install;
|
||||
&chap.basics;
|
||||
&chap.ports;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Administración del sistema</title>
|
||||
|
||||
&chap.kernelconfig;
|
||||
&chap.security;
|
||||
&chap.printing;
|
||||
&chap.disks;
|
||||
&chap.backups;
|
||||
&chap.quotas;
|
||||
&chap.x11;
|
||||
&chap.hw;
|
||||
&chap.l10n;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Comunicaciones en Red</title>
|
||||
|
||||
&chap.serialcomms;
|
||||
&chap.ppp-and-slip;
|
||||
&chap.advanced-networking;
|
||||
&chap.mail;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Conceptos Avanzados</title>
|
||||
|
||||
&chap.cutting-edge;
|
||||
&chap.contrib;
|
||||
&chap.policies;
|
||||
&chap.kernelopts;
|
||||
&chap.kerneldebug;
|
||||
&chap.linuxemu;
|
||||
&chap.internals;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Apéndices</title>
|
||||
|
||||
&chap.mirrors;
|
||||
&chap.bibliography;
|
||||
&chap.eresources;
|
||||
&chap.staff;
|
||||
&chap.pgpkeys;
|
||||
</part>
|
||||
</book>
|
||||
|
||||
<!--
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
144
es_ES.ISO_8859-1/books/handbook/book.sgml
Executable file
144
es_ES.ISO_8859-1/books/handbook/book.sgml
Executable file
|
@ -0,0 +1,144 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
||||
%bookinfo;
|
||||
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors SYSTEM "authors.ent"> %authors;
|
||||
<!ENTITY % mailing-lists SYSTEM "mailing-lists.ent"> %mailing-lists;
|
||||
<!ENTITY % newsgroups SYSTEM "newsgroups.ent"> %newsgroups;
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
|
||||
<!-- La version release actual de FreeBSD. Este valor es usado para
|
||||
crear algunos links a webs, asi que NO cambiarlo hasta que exista
|
||||
una nueva release -->
|
||||
|
||||
<!-- ***** COSAS POR HACER *****
|
||||
cambiar las descripciones de las listas de distribucion
|
||||
cambiar las descripciones de los grupos de news
|
||||
-->
|
||||
|
||||
<!ENTITY rel.current CDATA "4.0">
|
||||
]>
|
||||
|
||||
<book lang=es>
|
||||
<bookinfo>
|
||||
<title>Manual de FreeBSD</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<surname>Proyecto de Documentacion de FreeBSD</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>doc@FreeBSD.org</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>Febrero 1999</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
<year>1996</year>
|
||||
<year>1997</year>
|
||||
<year>1998</year>
|
||||
<year>1999</year>
|
||||
<year>2000</year>
|
||||
<holder>The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
<abstract>
|
||||
<para>Bienvenido a FreeBSD!. Este manual cubre la instalación y uso
|
||||
diario de <emphasis>FreeBSD Release &rel.current;</emphasis>. Este
|
||||
manual está en <emphasis>constante evolución</emphasis> y
|
||||
es el resultado del trabajo de muchas personas. Algunas secciones no
|
||||
están completas y otras no están actualizadas. Si
|
||||
estás interesado en colaborar en este proyecto, envía
|
||||
un mail a &a.doc;. La última versión de este documento
|
||||
está siempre disponible en el
|
||||
<ulink URL="http://www.FreeBSD.ORG/">
|
||||
servidor World Wide Web de FreeBSD</ulink>. También está
|
||||
disponible en <ulink url="handbook.latin1"> texto </ulink>,
|
||||
<ulink url="handbook.ps">postscript</ulink> o <ulink
|
||||
url="handbook-html.tar.gz">HTML</ulink> vía HTTP o comprimido
|
||||
con gzip desde el <ulink url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs/">
|
||||
servidor FTP de FreeBSD</ulink> o uno de sus numerosos
|
||||
<link linkend="mirrors-ftp">mirrors</link>.
|
||||
También puedes <ulink URL="http://www.FreeBSD.ORG/search.html">
|
||||
realizar búsquedas en el manual</ulink>.</para>
|
||||
</abstract>
|
||||
</bookinfo>
|
||||
|
||||
<part>
|
||||
<title>Empezamos</title>
|
||||
|
||||
&chap.introduction;
|
||||
&chap.install;
|
||||
&chap.basics;
|
||||
&chap.ports;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Administración del sistema</title>
|
||||
|
||||
&chap.kernelconfig;
|
||||
&chap.security;
|
||||
&chap.printing;
|
||||
&chap.disks;
|
||||
&chap.backups;
|
||||
&chap.quotas;
|
||||
&chap.x11;
|
||||
&chap.hw;
|
||||
&chap.l10n;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Comunicaciones en Red</title>
|
||||
|
||||
&chap.serialcomms;
|
||||
&chap.ppp-and-slip;
|
||||
&chap.advanced-networking;
|
||||
&chap.mail;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Conceptos Avanzados</title>
|
||||
|
||||
&chap.cutting-edge;
|
||||
&chap.contrib;
|
||||
&chap.policies;
|
||||
&chap.kernelopts;
|
||||
&chap.kerneldebug;
|
||||
&chap.linuxemu;
|
||||
&chap.internals;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Apéndices</title>
|
||||
|
||||
&chap.mirrors;
|
||||
&chap.bibliography;
|
||||
&chap.eresources;
|
||||
&chap.staff;
|
||||
&chap.pgpkeys;
|
||||
</part>
|
||||
</book>
|
||||
|
||||
<!--
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue