Fix broken links to new handbook.
This commit is contained in:
parent
afe81e974b
commit
f104062c78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4657
16 changed files with 74 additions and 66 deletions
es
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-10 14:24:57 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:23 $">
|
||||
<!ENTITY title "Proyecto FreeBSD/Alpha">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: alpha.sgml,v 1.2 1999-02-10 14:24:57 jesusr Exp $ -->
|
||||
<!-- $Id: alpha.sgml,v 1.3 1999-04-10 20:07:23 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -17,7 +17,8 @@ portar FreeBSD a sistemas Alpha.</p>
|
|||
<UL>
|
||||
<li><a href="http://www.freebsd.org/~jb/alpha.html">Estado
|
||||
del port FreeBSD/Alpha</a>.
|
||||
<li><A href="../../handbook/eresources:mail.html">Listas de distribución FreeBSD/Alpha</a></li>
|
||||
<li><A href="../../handbook/eresources.html#ERESOURCES-MAIL">Listas de
|
||||
distribución FreeBSD/Alpha</a></li>
|
||||
</UL>
|
||||
|
||||
<H3>Otros Links de interés</H3>
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-02-23 15:24:18 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:16 $">
|
||||
<!ENTITY title "Proyecto de auditoría de fuentes de FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: auditors.sgml,v 1.2 1999-02-23 15:24:18 jesusr Exp $ -->
|
||||
<!-- $Id: auditors.sgml,v 1.3 1999-04-10 20:07:16 jesusr Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
||||
<H1>Información general</H1>
|
||||
|
||||
<em>Ultima actualización: $Date: 1999-02-23 15:24:18 $ </em>
|
||||
<em>Ultima actualización: $Date: 1999-04-10 20:07:16 $ </em>
|
||||
|
||||
<H2>Introducción</H2>
|
||||
|
||||
|
@ -62,7 +62,7 @@ responsabilizan de volver a revisar el código una vez más.</p>
|
|||
<p>Para ser auditor, deberís tener privilegios de "commit" en
|
||||
<em>freefall.freebsd.org</em> o un acuerdo con otro auditor/revisor que los
|
||||
tenga. También deberías usar, o tener acceso inmediato a
|
||||
<a href="handbook/current.html">FreeBSD-current</a> ya que todas las revisiones
|
||||
<a href="../handbook/cutting-edge.html#CURRENT">FreeBSD-current</a> ya que todas las revisiones
|
||||
y cambios se realizarás sobre esta rama en primer lugar.
|
||||
|
||||
<p>Qué buscar y que reglas generales a seguir son suficientemente
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-02-10 14:04:01 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:16 $">
|
||||
<!ENTITY title "Sobre la disponibilidad de FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: availability.sgml,v 1.2 1999-02-10 14:04:01 jesusr Exp $ -->
|
||||
<!-- $Id: availability.sgml,v 1.3 1999-04-10 20:07:16 jesusr Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
@ -69,13 +69,13 @@ el Proyecto FreeBSD.</FONT></FONT>
|
|||
<A HREF="mailto:jkh@FreeBSD.ORG">Jordan Hubbard,</A> uno de los fundadores
|
||||
del proyecto a escrito una <A HREF="../handbook/history.html">breve
|
||||
historia</a> del proyecto FreeBSD. Información sobre
|
||||
<A HREF="../handbook/staff:who.html">quién</a> es responsable de cada
|
||||
<A HREF="../handbook/staff-who.html">quién</a> es responsable de cada
|
||||
cosa también está disponible. Si eres curioso, mira algunas
|
||||
<A HREF="http://www.freebsd.org/~jhs/freebsd/people.html">fotos</a> de los
|
||||
componentes del equipo. Una lista más completa de los participantes
|
||||
está disponible en la sección
|
||||
<A HREF="../handbook/contrib.html">Participantes</a> del
|
||||
<A HREF="../handbook/handbook.html">Handbook</a> de FreeBSD. FreeBSD es un
|
||||
<A HREF="../handbook/index.html">Handbook</a> de FreeBSD. FreeBSD es un
|
||||
proyecto abierto que aprecia la ayuda de personas que tengan tiempo o ideas
|
||||
que ofrecer.</p>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-04-10 18:51:29 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:43 $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Proyectos Actuales">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: current.sgml,v 1.5 1999-04-10 18:51:29 jesusr Exp $ -->
|
||||
<!-- $Id: current.sgml,v 1.6 1999-04-10 20:07:43 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-10 14:34:15 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:43 $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Estructura">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: doc-set.sgml,v 1.2 1999-02-10 14:34:15 jesusr Exp $ -->
|
||||
<!-- $Id: doc-set.sgml,v 1.3 1999-04-10 20:07:43 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -32,10 +32,10 @@
|
|||
frecuentemente realizadas en las diferentes listas de
|
||||
distribución y grupos de news de FreeBSD.</p></li>
|
||||
|
||||
<li><p><a href="../../handbook/handbook.html"><b>El Handbook</b></a></p>
|
||||
<li><p><a href="../../handbook/index.html"><b>El Handbook</b></a></p>
|
||||
|
||||
<p>Este es mantenido por el proyecto. Los temas que necesitan una
|
||||
discsión más profunda son tratado en el handbook.</p>.</li>
|
||||
discsión más profunda son tratado en el Handbook.</p>.</li>
|
||||
|
||||
<li><p><a href="../../tutorials/"><b>Los Tutoriales</b></a></p>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-10 14:34:15 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:43 $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Quienes somos?">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: who.sgml,v 1.2 1999-02-10 14:34:15 jesusr Exp $ -->
|
||||
<!-- $Id: who.sgml,v 1.3 1999-04-10 20:07:43 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -17,7 +17,7 @@
|
|||
<p>Algunos de nosotros podemos hacer "commits" directamente en la
|
||||
sección de documentación de FreeBSD. La lista completa
|
||||
de personas con privilegios de "commit" está en <a
|
||||
href="../../handbook/staff:doc.html"> el Handbook</a>.</p>
|
||||
href="../../handbook/staff-doc.html"> el Handbook</a>.</p>
|
||||
|
||||
<p>Otros no tienen privilegios de "committer", pero escriben y <a
|
||||
href="submitting.html"> envían documentación</a>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-03-18 14:16:42 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:16 $">
|
||||
<!ENTITY title "Documentación">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: docs.sgml,v 1.7 1999-03-18 14:16:42 jesusr Exp $ -->
|
||||
<!-- $Id: docs.sgml,v 1.8 1999-04-10 20:07:16 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -50,7 +50,7 @@
|
|||
lista freebsd-announce para recibirla vía e-mail.</p>
|
||||
|
||||
<a name="handbook"></a>
|
||||
<h2><a href="../handbook/handbook.html">Manual de FreeBSD</a></h2>
|
||||
<h2><a href="../handbook/index.html">Manual de FreeBSD</a></h2>
|
||||
|
||||
<p>Esta es una valiosa herramienta en constante desarrollo para usuarios
|
||||
de FreeBSD. Por favor, dirigir comentarios, sugerencias o contribuciones
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY date "$Date: 1999-02-26 15:30:33 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:16 $">
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -218,7 +218,7 @@
|
|||
castellano</a><br>
|
||||
<a href="projects/newbies.html">Para principiantes
|
||||
</a><br>
|
||||
<a href="../handbook/handbook.html">Handbook
|
||||
<a href="../handbook/index.html">Handbook
|
||||
</a><br>
|
||||
<a href="../tutorials/">Tutoriales</a><br>
|
||||
<a href="&base;/FAQ/FAQ.html">FAQ</a><br>
|
||||
|
@ -322,7 +322,7 @@
|
|||
<tr>
|
||||
<td align="left" valign="top"><small><a
|
||||
href="&base;/mailto.html">Contactar con nosotros</a><br>
|
||||
$Date: 1999-02-26 15:30:33 $</small></td>
|
||||
$Date: 1999-04-10 20:07:16 $</small></td>
|
||||
|
||||
<td align="right" valign="top"><small>Copyright © 1995-1998
|
||||
FreeBSD Inc.<br>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-10 14:37:57 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:49 $">
|
||||
<!ENTITY title "Mirrors de las páginas Web de FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mirror.sgml,v 1.2 1999-02-10 14:37:57 jesusr Exp $ -->
|
||||
<!-- $Id: mirror.sgml,v 1.3 1999-04-10 20:07:49 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -15,7 +15,7 @@ páginas web de <tt>www.freebsd.org</tt>.
|
|||
Para hacerlo, necesitas obtener e instalar un programa llamado
|
||||
<em>cvsup</em> en tu servidor web.
|
||||
|
||||
<a href="../../handbook/cvsup.html">CVSup</a> es un software para
|
||||
<a href="../../handbook/synching.html#CVSUP">CVSup</a> es un software para
|
||||
distribución y actualización de colecciones de ficheros a
|
||||
través de una red.
|
||||
|
||||
|
@ -54,8 +54,8 @@ actualizados diariamente a las 4:30am de California.</p>
|
|||
|
||||
<H2>Más información sobre CVSup</H2>
|
||||
|
||||
See the <a href="../../handbook/cvsup.html">Introducción a CVSup</a> en el
|
||||
handbook.
|
||||
See the <a href="../../handbook/synching.html#CVSUP">Introducción a
|
||||
CVSup</a> en el handbook.
|
||||
|
||||
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
|
||||
&footer;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-02-10 14:10:59 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:16 $">
|
||||
<!ENTITY title "Contactando con FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mailto.sgml,v 1.2 1999-02-10 14:10:59 jesusr Exp $ -->
|
||||
<!-- $Id: mailto.sgml,v 1.3 1999-04-10 20:07:16 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -38,7 +38,7 @@
|
|||
The FreeBSD Mall</a><br>
|
||||
|
||||
|
||||
<h2><a href="../handbook/staff:who.html">Quién es responsable de
|
||||
<h2><a href="../handbook/staff-who.html">Quién es responsable de
|
||||
qué</a></h2>
|
||||
<p></p>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-03-18 14:07:44 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:52 $">
|
||||
<!ENTITY title "FreeBSD News flash!">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $Id: newsflash.sgml,v 1.10 1999-03-18 14:07:44 jesusr Exp $ -->
|
||||
<!-- $Id: newsflash.sgml,v 1.11 1999-04-10 20:07:52 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -16,13 +16,14 @@
|
|||
ser complicado. Para ayudarte a mantenerte al día, pásate
|
||||
por aquí periódicamente. También te recomendamos
|
||||
que te subscribas a la lista <a
|
||||
href="../../handbook/eresources:mail.html">freebsd-announce</a>.</p>
|
||||
href="../../handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce</a>
|
||||
.</p>
|
||||
|
||||
<p>La <a href="../news/qnewsletter.html">FreeBSD Real-Quick (TM) Newsletter
|
||||
(RQN)</a> es una pequeña publicación mensual (a veces
|
||||
quincenal) sobre desarrollos recientes en el mundo de FreeBSD.
|
||||
Subscríbete a
|
||||
<a href="../../handbook/eresources:mail.html">freebsd-announce</a>
|
||||
<a href="../../handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce</a>
|
||||
para recibirla vía e-mail.</p>
|
||||
|
||||
<p>Para una detallada descripción de pasado, presente, y futuro de las
|
||||
|
@ -273,7 +274,8 @@ Releases</a></strong>.</p>
|
|||
|
||||
<li><p><b>1-May-98</b>
|
||||
The FreeBSD Project set up
|
||||
<a name="anoncvs" href="../../handbook/anoncvs.html">Anonymous CVS</a>
|
||||
<a name="anoncvs" href="../../handbook/synching.html#ANONCVS">Anonymous
|
||||
CVS</a>
|
||||
for the <a href="http://www.freebsd.org/cgi/cvsweb.cgi">FreeBSD CVS tree</a>.
|
||||
Among other things, it allows users of FreeBSD to perform,
|
||||
with no special privileges, read-only CVS operations
|
||||
|
@ -324,7 +326,8 @@ Releases</a></strong>.</p>
|
|||
<li><p><b>08-Jan-98</b>
|
||||
Improved support for Plug-n-Play cards has now been integrated into
|
||||
both 3.0-current and 2.2-stable branches now. This is available
|
||||
in source form via the <a href="../../handbook/cvsup.html">CVSup</a> utility
|
||||
in source form via the
|
||||
<a href="../../handbook/synching.html#CVSUP">CVSup</a> utility
|
||||
or in binary release snapshots from
|
||||
<a href="ftp://current.freebsd.org/pub/FreeBSD">current.FreeBSD.org</a>
|
||||
</p></li>
|
||||
|
@ -335,7 +338,8 @@ Releases</a></strong>.</p>
|
|||
<ul>
|
||||
<li><p><b>26-Dec-97</b>
|
||||
A convenient front-end tool for installing and configuring the
|
||||
<a href="../../handbook/cvsup.html">CVSup</a> utility is now available.
|
||||
<a href="../../handbook/synching.html#CVSUP">CVSup</a> utility is
|
||||
now available.
|
||||
To use it, simply login or su to root and run:
|
||||
<tt><b>pkg_add</b>
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz</tt>
|
||||
|
@ -344,15 +348,15 @@ Releases</a></strong>.</p>
|
|||
<li><p><b>2-Dec-97</b>
|
||||
The "FOOF" bug has now been fixed in our 3.0-current and 2.2-stable
|
||||
branches and can either be incorporated by using the
|
||||
<a href="../../handbook/cvsup.html">CVSup</a> utility, as described below
|
||||
for the LAND attack fix, or by applying
|
||||
<a href="../../handbook/synching.html#CVSUP">CVSup</a> utility, as
|
||||
described below for the LAND attack fix, or by applying
|
||||
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/f00f.diff.2.2">these patches</a>.</p></li>
|
||||
|
||||
<li><p><b>1-Dec-97</b>
|
||||
The "LAND attack" bug in TCP/IP has now been fixed in all relevant
|
||||
branches and can be incorporated by using the
|
||||
<a href="../../handbook/cvsup.html">CVSup</a> utility to track the
|
||||
latest 2.2 or 3.0 sources.</p></li>
|
||||
<a href="../../handbook/synching.html#CVSUP">CVSup</a> utility
|
||||
to track the latest 2.2 or 3.0 sources.</p></li>
|
||||
|
||||
<li><p><b>1-Dec-97</b>
|
||||
Team FreeBSD is a group of FreeBSD users and supporters contributing
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-03-28 18:53:24 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:52 $">
|
||||
<!ENTITY title "Cambios en el servidor Web de FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $Id: webchanges.sgml,v 1.5 1999-03-28 18:53:24 jesusr Exp $ -->
|
||||
<!-- $Id: webchanges.sgml,v 1.6 1999-04-10 20:07:52 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -105,7 +105,7 @@ Esta página lista los cambios visibles en el servidor Web de FreeBSD.
|
|||
<p></p></li>
|
||||
|
||||
<LI><B>6-Feb-1999</B><BR>
|
||||
<a href="../../handbook/vm.html">/handbook/vm.html</a>
|
||||
<a href="../../handbook/internals-vm.html">/handbook/vm.html</a>
|
||||
Añadida nueva sección al handbook: El sistema VM de FreeBSD
|
||||
<p></p></li>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-10 14:50:48 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:55 $">
|
||||
<!ENTITY title 'FreeBSD Mozilla Group'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mozilla.sgml,v 1.2 1999-02-10 14:50:48 jesusr Exp $ -->
|
||||
<!-- $Id: mozilla.sgml,v 1.3 1999-04-10 20:07:55 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -33,7 +33,7 @@
|
|||
files within it.</dd>
|
||||
-->
|
||||
|
||||
<dt><a href="../../handbook/cvsup.html">CVSup</a></dt>
|
||||
<dt><a href="../../handbook/synching.html#CVSUP">CVSup</a></dt>
|
||||
|
||||
<dd>CVSup provides ongoing syncronization with the central Mozilla
|
||||
repository, either for the CVS bits themselves (for those wishing to
|
||||
|
@ -49,7 +49,7 @@
|
|||
cvs-mozilla
|
||||
</pre></dd>
|
||||
|
||||
<dt><a href="../../handbook/anoncvs.html">anoncvs</a></dt>
|
||||
<dt><a href="../../handbook/synching.html#ANONCVS">anoncvs</a></dt>
|
||||
|
||||
<dd>Anonymous CVS allows anyone to check things out of the FreeBSD
|
||||
Mozilla repository using the standard <tt>cvs(1)</tt> commands.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-10 14:55:59 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:08:00 $">
|
||||
<!ENTITY title "FreeBSD Snapshot Releases">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: snapshots.sgml,v 1.2 1999-02-10 14:55:59 jesusr Exp $ -->
|
||||
<!-- $Id: snapshots.sgml,v 1.3 1999-04-10 20:08:00 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -50,7 +50,8 @@
|
|||
|
||||
<h2>Dónde encontrar los snapshots</h2>
|
||||
|
||||
<p>Snapshots de <a href="../../handbook/current.html">FreeBSD-current</a>
|
||||
<p>Snapshots de
|
||||
<a href="../../handbook/cutting-edge.html#CURRENT">FreeBSD-current</a>
|
||||
están disponibles vía ftp anónimo en
|
||||
<a href="ftp://current.freebsd.org/pub/FreeBSD/">
|
||||
ftp://current.freebsd.org/pub/FreeBSD/</a>.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-16 14:19:33 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:08:03 $">
|
||||
<!ENTITY title "Información de Seguridad en FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: security.sgml,v 1.2 1999-02-16 14:19:33 jesusr Exp $ -->
|
||||
<!-- $Id: security.sgml,v 1.3 1999-04-10 20:08:03 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -90,7 +90,8 @@ a los usuarios se actualicen a una de las releases arriba mencionadas.
|
|||
</P>
|
||||
|
||||
<P>Como todos los esfuerzos de desarrollo, las reparaciones de seguridad
|
||||
se incorporan primero en la rama <A HREF="../../handbook/current.html">FreeBSD-current</A>.
|
||||
se incorporan primero en la rama
|
||||
<A HREF="../../handbook/cutting-edge.html#CURRENT">FreeBSD-current</A>.
|
||||
Después de un par de días de prueba la reparación se
|
||||
incorpora en las ramas FreeBSD-stable soportadas y se emite un advisory. </P>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-04-06 09:40:35 $">
|
||||
<!ENTITY date "$Date: 1999-04-10 20:07:16 $">
|
||||
<!ENTITY title "Soporte">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: support.sgml,v 1.9 1999-04-06 09:40:35 jesusr Exp $ -->
|
||||
<!-- $Id: support.sgml,v 1.10 1999-04-10 20:07:16 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -27,7 +27,7 @@
|
|||
<a name="mailing-list"></a>
|
||||
<h2>Listas de distribución</h2>
|
||||
|
||||
<p><a href="../handbook/eresources:mail.html">Las listas de
|
||||
<p><a href="../handbook/eresources.html#ERESOURCES-MAIL">Las listas de
|
||||
distribución</a> son el canal principal de soporte entre
|
||||
usuarios, con numerosas listas cubriendo diferentes temas. Cuando tengas
|
||||
dudas sobre a qué lista enviar una pregunta, enviala a <a
|
||||
|
@ -62,7 +62,7 @@
|
|||
<h2>Newsgroups</h2>
|
||||
|
||||
<p>Existen diferentes <a
|
||||
href="../handbook/eresources:news.html">newsgroups</a>, además
|
||||
href="../handbook/eresources-news.html">newsgroups</a>, además
|
||||
de otros numerosos grupos con temas de interés para los usuarios
|
||||
de FreeBSD. Para discusiones referentes a FreeBSD, mira en
|
||||
<a href="news:comp.unix.bsd.freebsd.misc">
|
||||
|
@ -167,16 +167,17 @@ http://www.tw.freebsd.org/ Local language
|
|||
alguna de las siguientes opciones:
|
||||
|
||||
<ul>
|
||||
<li><a href="../handbook/cvsup.html">cvsup</a>
|
||||
<li><a href="../handbook/synching.html#CVSUP">cvsup</a>
|
||||
Si estás buscando una utilidad tipo on-demand y de fácil
|
||||
acceso (escrita en Modula-3).</li>
|
||||
|
||||
<li><a name="anoncvs" href="../handbook/anoncvs.html">anoncvs</a>
|
||||
<li><a name="anoncvs" href="../handbook/synching.html#ANONCVS">anoncvs</a>
|
||||
si estás buscando una utilidad para recuperar pequeñas
|
||||
secciones de código, y ya incluida en tu sistema FreeBSD.</li>
|
||||
|
||||
<li><a href="../handbook/ctm.html">CTM</a> básicamente para
|
||||
recoger parches a través de email, y modo de acceso batch.</li>
|
||||
<li><a href="../handbook/synching.html#CTM">CTM</a> básicamente
|
||||
para recoger parches a través de email, y modo de acceso batch.
|
||||
</li>
|
||||
|
||||
<li>El <a href="http://www.freebsd.org/cgi/cvsweb.cgi">interface web</a>
|
||||
para revisar algún fichero o buscar una modificación
|
||||
|
|
Loading…
Reference in a new issue