Merge new redesign to Spanish translation.
Submitted by: Emily Boyd <emilyboyd@emilyboyd.com> Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
01b3e4af6c
commit
2539e24832
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25822
154 changed files with 3136 additions and 2780 deletions
es
Makefile
alpha
applications.sgmlauditors.sgmlavailability.sgmlcopyright
docproj
docs.sgmlfeatures.sgmlgnome
contact.sgml
includes.navabout.sgmlincludes.navcommunity.sgmlincludes.navdevelopers.sgmlincludes.navdocs.sgmlincludes.navdownload.sgmlincludes.navsupport.sgmlincludes.sgmlincludes.xslindex.sgmlindex.xsldocs
bugging.sgmldevelfaq.sgmlfaq.sgmlfaq2.sgmlgnome2_porting.sgmlgnome_porting.sgmlknownissues.sgmlporting.sgmlvolunteer.sgml
newsflash.xslscreenshots.sgmlinternal
internet.sgmlmailto.sgmlnews
news.sgmlnewsflash.sgmlpress-rel-1.sgmlpress-rel-2.sgmlpress-rel-3.sgmlpress.sgmlpressreleases.sgmlqnewsletter-1-1.sgmlqnewsletter-1-2.sgmlqnewsletter-1-3.sgmlqnewsletter-1-4.sgmlqnewsletter-1-5.sgmlqnewsletter-1-6.sgmlqnewsletter-1-7.sgmlqnewsletter-2-1.sgmlqnewsletter-2-2.sgmlqnewsletter.sgmlwebchanges.sgml
platforms
ports
projects
publish.sgmlreleases
2.0.5R
2.0
2.1.5R
2.1.6R
2.1.7R
2.1R
2.2.1R
2.2.2R
2.2.5R
2.2.6R
14
es/Makefile
14
es/Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/es/Makefile,v 1.17 2004/09/20 18:10:24 jesusr Exp $
|
||||
# $FreeBSD: www/es/Makefile,v 1.18 2005/03/03 23:51:36 jcamou Exp $
|
||||
# $FreeBSDes: www/es/Makefile,v 1.3 2004/09/07 21:43:32 jcamou Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
|
@ -10,7 +10,8 @@
|
|||
|
||||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= applications.sgml
|
||||
DOCS= about.sgml
|
||||
DOCS+= applications.sgml
|
||||
DOCS+= auditors.sgml
|
||||
DOCS+= availability.sgml
|
||||
DOCS+= docs.sgml
|
||||
|
@ -57,17 +58,20 @@ CLEANFILES+= index.html
|
|||
|
||||
index.html: index.xsl ${XML_INCLUDES} \
|
||||
${XML_NEWS_INCLUDES_MASTER} ${XML_NEWS_NEWS_MASTER} ${XML_NEWS_PRESS_MASTER} \
|
||||
${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} \
|
||||
${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION} ${XML_NOTICES}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} \
|
||||
-o $@ \
|
||||
--param mirrors.xml "'${XML_MIRRORS}'" \
|
||||
--param advisories.xml "'${XML_ADVISORIES}'" \
|
||||
--param notices.xml "'${XML_NOTICES}'" \
|
||||
--param news.press.xml "'${XML_NEWS_PRESS_MASTER}'" \
|
||||
--param news.project.xml "'${XML_NEWS_NEWS_MASTER}'" \
|
||||
--param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \
|
||||
--param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \
|
||||
--param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
|
||||
--param curdate.xml "'${XML_EVENTS_CURDATE}'" \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
--param navigation.xml "'${XML_NAVIGATION}'" \
|
||||
${.CURDIR}/index.xsl ${XML_NEWS_NEWS_MASTER}
|
||||
${.CURDIR}/index.xsl ${XML_NEWS_NEWS_MASTER} ${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/alpha/alpha.sgml,v 1.4 1999/09/06 07:03:01 peter Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD/Alpha">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/alpha/alpha.sgml,v 1.4 1999/09/06 07:03:01 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,23 +1,21 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/applications.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/applications.sgml,v 1.3 1999/09/28 16:38:39 jmas Exp $">
|
||||
<!ENTITY title "Sobre las Aplicaciones para FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/applications.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/applications.sgml,v 1.3 1999/09/28 16:38:39 jmas Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
||||
<H1>Experimenta las posibilidades con FreeBSD</H1>
|
||||
<h2>Experimenta las posibilidades con FreeBSD</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>FreeBSD puede manejar cualquier tarea que puedas esperar de una estación de trabajo UNIX, incluyendo algunas de las que no esperarías:</p>
|
||||
</blockquote>
|
||||
|
||||
<HR ALIGN=LEFT NOSHADE WIDTH="100%"><FONT COLOR="#FF0000"><FONT SIZE="+1">FreeBSD
|
||||
es un verdadero sistema abierto con todo el código fuente.</FONT></FONT>
|
||||
<h2>FreeBSD
|
||||
es un verdadero sistema abierto con todo el código fuente.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>No hay duda que los llamados sistemas abiertos son <i>el</i> requerimiento
|
||||
para las aplicaciones informáticas de hoy en día. Pero
|
||||
ningún solución comercial es más abierta que una que
|
||||
|
@ -28,12 +26,10 @@ personales, de organización o corporativas.</p>
|
|||
|
||||
<p>Con su generosa <A HREF="&base/copyright/license.html"> política de
|
||||
licencias</a>, puedes usar FreeBSD como base para culquier tipo de <i>aplicación</i> tanto comercial como libre.</p>
|
||||
</blockquote>
|
||||
|
||||
<HR ALIGN=LEFT NOSHADE WIDTH="100%"><FONT COLOR="#FF0000"><FONT SIZE="+1">FreeBSD ejecuta
|
||||
miles de aplicaciones.</FONT></FONT>
|
||||
<h2>FreeBSD ejecuta
|
||||
miles de aplicaciones.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Por que FreeBSD está basado en 4.4BSD, una versión estándar
|
||||
de UNIX en la industria, es fácil compilar y ejecutar programas.
|
||||
FreeBSD también incluye una extensa <A HREF="&base/where.html">
|
||||
|
@ -70,26 +66,21 @@ completo. Estudiantes e investigadores de sistemas operativos pueden beneficiars
|
|||
|
||||
<li><b>Y mucho más.</b> Accounting, juegos de acción, bases de datos, visualización científica, vídeo conferencia, Internet Relay Chat (IRC), automatización del hogar, bbs's, escaneo de imágenes y más son todos usos reales de FreeBSD hoy. Si tienes alguna aplicación innovadora para FreeBSD, <A HREF="http://www.freebsd.org/cgi/gallery.cgi"> haznoslo saber</a> para que podamos añdirla a nuestra <A HREF="&base/../gallery/gallery.html">galería</a>.</li>
|
||||
</UL>
|
||||
</blockquote>
|
||||
|
||||
<HR ALIGN=LEFT NOSHADE WIDTH="100%"><FONT COLOR="#FF0000"><FONT SIZE="+1">Un
|
||||
sistema operativo que colmará todas tus necesidades.</FONT></FONT>
|
||||
<h2>Un
|
||||
sistema operativo que colmará todas tus necesidades.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Aunque FreeBSD es un software libre, es un software <i>soportado por usuarios</i>. Cualquier pregunta que tengas puede ser enviada a cientos de desarrolladores de FreeBSD y usuarios a la lista de distribución <A HREF="mailto:freebsd-questions@FreeBSD.ORG">freebsd-questions@FreeBSD.ORG</A>.</p>
|
||||
|
||||
<p>FreeBSD tiene un completo grupo a nivel mundial de programadores y desarrolladores que se encargan de fijar los posibles bugs, añadir nuevas características y documentar el sistema. Soporte de nuevos dispositivos y opciones especiales se incluyen en el proceso de desarrollo constante, manteniendo una atención especial a los problemas que afectan a la estabilidad del sistema.</p>
|
||||
</blockquote>
|
||||
|
||||
<H2>Lo que dicen los expertos. . .</H2>
|
||||
<h2>Lo que dicen los expertos. . .</h2>
|
||||
|
||||
<blockquote>
|
||||
<P><I>``FreeBSD handles [our] heavy load quite well and it is nothing short
|
||||
of amazing. Salutations to the FreeBSD team.''</I></P>
|
||||
|
||||
<DIV ALIGN=right><P>---Mark Hittinger, administrator of WinNet Communications,
|
||||
Inc.</P></DIV>
|
||||
</blockquote>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/auditors.sgml,v 1.4 1999/09/06 07:02:59 peter Exp $">
|
||||
<!ENTITY title "Proyecto de auditoría de fuentes de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/auditors.sgml,v 1.4 1999/09/06 07:02:59 peter Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
||||
<H1>Información general</H1>
|
||||
|
||||
<em>Ultima actualización: $FreeBSD$ </em>
|
||||
<em>Ultima actualización: $FreeBSD: www/es/auditors.sgml,v 1.4 1999/09/06 07:02:59 peter Exp $ </em>
|
||||
|
||||
<H2>Introducción</H2>
|
||||
|
||||
|
@ -92,7 +93,7 @@ resto de auditores que las 10 restantes están siendo trabajadas!.</p>
|
|||
Para escoger algo, por favor, un mai a <a
|
||||
href="mailto:jmb@FreeBSD.org"> jmb@FreeBSD.org</a>.
|
||||
|
||||
<P></P><TABLE BORDER="2" CELLPADDING="3">
|
||||
<P></P><table class="tblbasic">
|
||||
<TR><TH>Módulo</TH><TH>Auditor(s)</TH><TH>Revisor(s)</TH>
|
||||
<TH>Status</TH></TR>
|
||||
<TR><TD><A HREF="mailto:audit-bin@FreeBSD.ORG">bin</A></TD>
|
||||
|
@ -226,7 +227,7 @@ por ejemplo, envía un mail a
|
|||
<a href="mailto:audit-usr.sbin@FreeBSD.org">
|
||||
audit-<strong>usr.sbin</strong>@FreeBSD.org</a>.</P>
|
||||
|
||||
<TABLE CELLPADDING="2"><TR><TH>Key</TH>
|
||||
<table class="tblbasic"><TR><TH>Key</TH>
|
||||
<TH>Auditor/Revisor Nombre y Email</TH></TR>
|
||||
<TR><td>ab</TD>
|
||||
<TD>Aaron Bornstein <A HREF="mailto:aaronb@j51.com">
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/availability.sgml,v 1.6 1999/09/28 16:38:40 jmas Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/availability.sgml,v 1.7 2001/06/30 20:27:53 jesusr Exp $">
|
||||
<!ENTITY title "Sobre la disponibilidad de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/availability.sgml,v 1.6 1999/09/28 16:38:40 jmas Exp $ -->
|
||||
<!-- $FreeBSD: www/es/availability.sgml,v 1.7 2001/06/30 20:27:53 jesusr Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/copyright.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/copyright.sgml,v 1.3 2001/07/26 06:27:31 asmodai Exp $">
|
||||
<!ENTITY title "Información del Copyright de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/copyright/copyright.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/copyright/copyright.sgml,v 1.3 2001/07/26 06:27:31 asmodai Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/daemon.sgml,v 1.6 2001/07/26 06:25:27 asmodai Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/daemon.sgml,v 1.7 2003/03/10 20:19:13 jesusr Exp $">
|
||||
<!ENTITY title "El demonio BSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/copyright/daemon.sgml,v 1.6 2001/07/26 06:25:27 asmodai Exp $ -->
|
||||
<!-- $FreeBSD: www/es/copyright/daemon.sgml,v 1.7 2003/03/10 20:19:13 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -48,7 +49,7 @@
|
|||
<p>Están disponibles demonios de peluche de diferentes
|
||||
tamaños en
|
||||
<a href="http://www.freebsdmall.com">FreeBSD Mall</a>
|
||||
<img src="../../gifs/plueschtier-tiny.jpg">. En Europa, se pueden
|
||||
<img src="../../gifs/plueschtier-tiny.jpg" alt="beanie daemon">. En Europa, se pueden
|
||||
obtener demonios en
|
||||
<a href="http://www.freibergnet.de">Liebscher & Partner</a>.
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/freebsd-license.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $">
|
||||
<!ENTITY title "El Copyright FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/copyright/freebsd-license.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/copyright/license.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $">
|
||||
<!ENTITY title "El Copyright 4.4BSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/copyright/license.sgml,v 1.2 1999/09/06 07:03:01 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/current.sgml,v 1.11 1999/09/06 07:03:01 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/current.sgml,v 1.12 2001/07/26 06:32:59 asmodai Exp $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Proyectos Actuales">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/docproj/current.sgml,v 1.11 1999/09/06 07:03:01 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/docproj/current.sgml,v 1.12 2001/07/26 06:32:59 asmodai Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/doc-set.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Estructura">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/docproj/doc-set.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/docproj.sgml,v 1.2 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Proyecto de documentación de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/docproj/docproj.sgml,v 1.2 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -36,7 +37,7 @@
|
|||
de Documentación de FreeBSD</em>.</p></li>
|
||||
</ol>
|
||||
|
||||
<table bgcolor="#ffffcc" border="1" cellpadding="4" width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><h2 align="center"><a href="current.html">Proyectos
|
||||
actuales</a></h2>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/sgml.sgml,v 1.10 2004/09/20 18:10:24 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: SGML">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/docproj/sgml.sgml,v 1.10 2004/09/20 18:10:24 jesusr Exp $ -->
|
||||
<!-- $FreeBSDes$ -->
|
||||
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/submitting.sgml,v 1.2 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Enviando Documentación">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/docproj/submitting.sgml,v 1.2 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/translations.sgml,v 1.9 1999/09/23 12:43:50 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/translations.sgml,v 1.10 2003/05/18 18:55:30 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Traducciones">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/docproj/translations.sgml,v 1.9 1999/09/23 12:43:50 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/docproj/translations.sgml,v 1.10 2003/05/18 18:55:30 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/docproj/who.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: Quienes somos?">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/docproj/who.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/docs.sgml,v 1.11 1999/09/13 13:24:23 jesusr Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/docs.sgml,v 1.12 2001/01/14 16:02:34 dannyboy Exp $">
|
||||
<!ENTITY title "Documentación">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/docs.sgml,v 1.11 1999/09/13 13:24:23 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/docs.sgml,v 1.12 2001/01/14 16:02:34 dannyboy Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<img src="../gifs/doc.jpg" align="right" border="0">
|
||||
<img src="../gifs/doc.jpg" alt="BSD Daemon reading documentation" align="right" border="0" width="274" height="163">
|
||||
|
||||
<ul>
|
||||
<li><a href="#press">FreeBSD en la Prensa</a></li>
|
||||
|
|
|
@ -1,25 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/features.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $">
|
||||
<!ENTITY title "Avances Tecnológicos de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/features.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $ -->
|
||||
|
||||
<HTML>
|
||||
&header;
|
||||
|
||||
<H1>FreeBSD ofrece diferentes características avanzadas.</H1>
|
||||
<h2>FreeBSD ofrece diferentes características avanzadas.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>No importa que aplicación quieras que use los recursos del sistema
|
||||
aprovechándolos al máximo. Las avanzadas características
|
||||
de FreeBSD se encargarán de ello.</p>
|
||||
</blockquote>
|
||||
|
||||
<HR ALIGN=LEFT NOSHADE WIDTH="100%"><FONT COLOR="#FF0000"><FONT SIZE="+1">Un
|
||||
sistema operativo completo basado en 4.4BSD.</FONT></FONT>
|
||||
<h2>Un
|
||||
sistema operativo completo basado en 4.4BSD.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Las raices de FreeBSD derivan de la última release de software del
|
||||
Computer Systems Research Group de la Universidad de California, Berkeley. El
|
||||
libro <I>The Design and Implementation of 4.4BSD Operating System</I>,
|
||||
|
@ -32,14 +30,12 @@ características y posibilidades del sistema operativo 4.4BSD,
|
|||
consiguiendo en cada nueva release un sistema operativo más estable,
|
||||
rápido y conteniendo nuevas funcionalidades creadas a demanda de los
|
||||
usuarios.</p>
|
||||
</blockquote>
|
||||
|
||||
<HR ALIGN=LEFT NOSHADE WIDTH="100%"><FONT COLOR="#FF0000"><FONT SIZE="+1">
|
||||
<h2>
|
||||
FreeBSD ofrece el más alto rendimiento, gran compatibilidad con otros
|
||||
sistemas operativos y una menor administración del sistema.
|
||||
</FONT></FONT>
|
||||
</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Los desarrolladores de FreeBSD se han enfrentado a algunos de los problemas
|
||||
más difíciles en el diseño de sistemas operativos para
|
||||
poder ofrecerte estas avanzadas características:</p>
|
||||
|
@ -86,18 +82,15 @@ programas de Linux y nativos de FreeBSD.</li>
|
|||
<p>Naturalmente, cómo FreeBSD es un esfuerzo en constante
|
||||
evolución, puedes esperar nuevas características y niveles
|
||||
más altos de estabilidad con cada release.</p>
|
||||
</blockquote>
|
||||
|
||||
<H2>Lo que dicen los expertos . . .</H2>
|
||||
<h2>Lo que dicen los expertos . . .</h2>
|
||||
|
||||
<blockquote>
|
||||
<P><I>``FreeBSD has an outline-structured visual configuration editor ...
|
||||
you can enter the configuration of every device the OS supports and can
|
||||
therefore get a successful installation on the first try almost every time.
|
||||
IBM, Microsoft, and others would do well to emulate FreeBSD's approach.''</I></P>
|
||||
|
||||
<DIV ALIGN=right><P>---Brett Glass, <I>Infoworld</I>, April 8 1996.</P></DIV>
|
||||
</blockquote>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/contact.sgml,v 1.2 2004/03/04 16:36:12 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/contact.sgml,v 1.3 2004/03/05 19:31:58 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Contáctenos">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/bugging.sgml,v 1.4 2004/04/04 19:51:28 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/bugging.sgml,v 1.5 2004/04/04 20:00:26 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Reportando un Error">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/develfaq.sgml,v 1.1 2004/03/05 19:58:08 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/develfaq.sgml,v 1.2 2004/04/04 19:51:28 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: FAQ de Desarrollo GNOME">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/faq.sgml,v 1.3 2004/04/04 19:51:28 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/faq.sgml,v 1.4 2004/04/04 20:00:27 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: FAQ GNOME 1.4">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/faq2.sgml,v 1.4 2004/04/04 19:51:28 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/faq2.sgml,v 1.5 2004/04/04 20:00:27 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: FAQ GNOME &gnomever;">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/gnome2_porting.sgml,v 1.1 2004/03/05 19:58:08 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Componentes GNOME 2">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -9,7 +10,7 @@
|
|||
&header;
|
||||
|
||||
<!-- Begin USE_GNOME components list -->
|
||||
<table border="1" summary="GNOME 2 components">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th>COMPONENTE</th>
|
||||
<th>PROGRAMA ASOCIADO</th>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/gnome_porting.sgml,v 1.1 2004/03/05 19:58:08 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Componentes GNOME 1">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -9,7 +10,7 @@
|
|||
&header;
|
||||
|
||||
<!-- Begin USE_GNOME components list -->
|
||||
<table border="1" summary="GNOME 1 components">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th>COMPONENTE</th>
|
||||
<th>PROGRAMA ASOCIADO</th>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/knownissues.sgml,v 1.1 2004/03/05 19:58:08 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Problemas Conocidos de GNOME &gnomever; en FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/porting.sgml,v 1.2 2004/03/04 16:36:13 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/porting.sgml,v 1.3 2004/03/05 19:31:58 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Como Crear Un Port">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/volunteer.sgml,v 1.2 2004/03/04 16:36:14 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/docs/volunteer.sgml,v 1.3 2004/03/05 19:31:58 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Como Ayudar">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/es/gnome/newsflash.xsl,v 1.3 2003/08/26 07:44:05 marcus Exp $ -->
|
||||
<!-- $FreeBSD: www/es/gnome/newsflash.xsl,v 1.2 2004/03/04 16:36:12 jesusr Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
<xsl:variable name="section" select="'developers'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="title" select="'Flash de Noticias FreeBSD GNOME'"/>
|
||||
|
@ -22,10 +22,20 @@
|
|||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<!-- Notice how entity references in SGML become variable references
|
||||
in the stylesheet, and that the syntax for referring to variables
|
||||
|
@ -38,13 +48,23 @@
|
|||
<!-- Also notice that because this is now XML and not SGML, empty
|
||||
elements, like IMG, must have a trailing "/" just inside the
|
||||
closing angle bracket, like this " ... />" -->
|
||||
<img src="{$base}/gifs/news.jpg" align="right" border="0" width="193"
|
||||
<img src="{$enbase}/gifs/news.jpg" align="right" border="0" width="193"
|
||||
height="144" alt="Noticias FreeBSD GNOME"/>
|
||||
|
||||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/screenshots.sgml,v 1.2 2004/03/04 16:36:12 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/gnome/screenshots.sgml,v 1.3 2004/03/05 19:31:58 jesusr Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD GNOME: Tomas de Pantalla">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
19
es/includes.navabout.sgml
Normal file
19
es/includes.navabout.sgml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navabout.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/about.html">About</a></li>
|
||||
<li><a href="&base;/features.html">Features</a></li>
|
||||
<li><a href="&base;/applications.html">Applications</a></li>
|
||||
<li><a href="&base;/internet.html">Internetworking</a></li>
|
||||
<li><a href="&enbase;/advocacy/">Advocacy</a></li>
|
||||
<li><a href="&enbase;/marketing/">Marketing</a></li>
|
||||
<li><a href="&base;/news/newsflash.html">News</a></li>
|
||||
<li><a href="&enbase;/events/events.html">Eventos</a></li>
|
||||
<li><a href="&base;/news/press.html">Press</a></li>
|
||||
<li><a href="&enbase;/art.html">Artwork</a></li>
|
||||
<li><a href="&enbase;/donations/">Donaciones</a></li>
|
||||
<li><a href="&base;/copyright/">Legal Notices</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
13
es/includes.navcommunity.sgml
Normal file
13
es/includes.navcommunity.sgml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navcommunity.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&enbase;/community.html">Community</a></li>
|
||||
<!--li><a href="&base;/community/mailinglists.html">Listas de distribución</a></li>
|
||||
<li><a href="&base;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&base;/community/newsgroups.html">Listas de news</a></li>
|
||||
<li><a href="&base;/usergroups.html">Grupos de usuarios</a></li>
|
||||
<li><a href="&base;/community/webresources.html">Recursos Web</a></li-->
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
23
es/includes.navdevelopers.sgml
Normal file
23
es/includes.navdevelopers.sgml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/projects/index.html">Desarrollo</a></li>
|
||||
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">Manual del desarrollador</a></li>
|
||||
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/porters-handbook">Manual del Porter</a></li>
|
||||
<li><a href="&base;/support.html#cvs">Repositorio CVS</a></li>
|
||||
<li><a href="&enbase;/releng/index.html">Release Engineering</a></li>
|
||||
<li><a href="&enbase;/platforms/">Arquitecturas</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="&enbase;/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="&enbase;/platforms/i386.html">i386</a></li>
|
||||
<li><a href="&enbase;/platforms/ia64.html">ia64</a></li>
|
||||
<li><a href="&enbase;/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="&enbase;/platforms/sparc.html">sparc64</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contribuir a FreeBSD</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
20
es/includes.navdocs.sgml
Normal file
20
es/includes.navdocs.sgml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/docs.html">Documentación</a></li>
|
||||
<li><a href="&enbase;/doc/es_ES.ISO8859-1/books/faq/">FAQ</a></li>
|
||||
<li><a href="&enbase;/doc/es_ES.ISO8859-1/books/handbook/">Handbook</a></li>
|
||||
<li><a href="&base;/docs.html#man">Manuales</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/docs.html#books">Books and Articles Online</a></li>
|
||||
<li><a href="&base;/publish.html">Publicaciones</a></li>
|
||||
<li><a href="&base;/docs.html#links">Recursos Web</a></li>
|
||||
<li><a href="&base;/projects/newbies.html">Para principiantes</a></li>
|
||||
<li><a href="&base;/docproj/">Documentation Project</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
16
es/includes.navdownload.sgml
Normal file
16
es/includes.navdownload.sgml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdownload.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/where.html">Obtener FreeBSD</a></li>
|
||||
<li><a href="&base;/releases/">Información de Releases</a>
|
||||
<ul>
|
||||
<li><a href="&u.rel.announce;">Nueva Tecnología: &rel.current;</a></li>
|
||||
<li><a href="&u.rel2.announce;">Release en Producción: &rel2.current;</a></li>
|
||||
<li><a href="&enbase;/snapshots/">Snapshot Releases</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/ports/">Aplicaciones portadas</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
24
es/includes.navsupport.sgml
Normal file
24
es/includes.navsupport.sgml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navsupport.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/support.html">Soporte</a></li>
|
||||
<li><a href="&enbase;/commercial/">Vendors</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/commercial/software_bycat.html">Software</a></li>
|
||||
<li><a href="&enbase;/commercial/hardware.html">Hardware</a></li>
|
||||
<li><a href="&enbase;/commercial/consult_bycat.html">Consultoría</a></li>
|
||||
<li><a href="&enbase;/commercial/isp.html">Internet Service Providers</a></li>
|
||||
<li><a href="&enbase;/commercial/misc.html">Varios</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/security/">Seguridad</a></li>
|
||||
<li><a href="&base;/support.html#gnats">Informe de Bugs</a>
|
||||
<ul>
|
||||
<li><a href="&base;/send-pr.html">Enviar un reporte</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/support.html#general">Recursos Web</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
117
es/includes.sgml
117
es/includes.sgml
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/es/includes.sgml,v 1.18 2003/04/13 17:47:53 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/includes.sgml,v 1.19 2003/12/09 13:15:36 jesusr Exp $ -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -13,6 +13,7 @@
|
|||
-->
|
||||
|
||||
<!ENTITY base CDATA ".">
|
||||
<!ENTITY enbase CDATA "..">
|
||||
|
||||
<!-- Images -->
|
||||
<!ENTITY i.daemon '<img src="/gifs/daemon.gif" alt="" align=left width="80" height="76">'>
|
||||
|
@ -29,31 +30,108 @@
|
|||
<!ENTITY date ''>
|
||||
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
|
||||
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
|
||||
<!ENTITY stylesheet '&enbase;/&base;/layout/css/fixed.css'>
|
||||
<!ENTITY stylesheetlarge '&enbase;/&base;/layout/css/fixed_large.css'>
|
||||
<!ENTITY nav ''>
|
||||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE"></head><body
|
||||
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
|
||||
src="/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
<link rel="shortcut icon" href="&enbase;/&base;/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="&enbase;/&base;/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
|
||||
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
|
||||
<script type="text/javascript" src="&enbase;/&base;/layout/js/styleswitcher.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||
<div id="headercontainer">
|
||||
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="&base;" title="FreeBSD"><img src="&enbase;/&base;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
|
||||
</div> <!-- headerlogoleft -->
|
||||
<div id="headerlogoright">
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>
|
||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/donations/" title="Donaciones">Donaciones</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="&base;/mailto.html" title="Contactar">Contactar</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="&enbase;/cgi/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Buscar</label></h2>
|
||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Buscar"> <input id="submit" name="submit" type="submit" value="Buscar">
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- search -->
|
||||
</div> <!-- headerlogoright -->
|
||||
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="1,1,111,31" href="&base;/index.html" ALT="Top">
|
||||
<area shape="rect" coords="112,11,196,31" href="&base;/ports/index.html" ALT="Aplicaciones">
|
||||
<area shape="rect" coords="196,12,257,33" href="&base;/support.html" ALT="Soporte">
|
||||
<area shape="rect" coords="256,12,365,33" href="&base;/docs.html" ALT="Documentacion">
|
||||
<area shape="rect" coords="366,13,424,32" href="&base;/../commercial/commercial.html" ALT="Comercial">
|
||||
<area shape="rect" coords="425,16,475,32" href="&base;/search/search.html" ALT="Buscar">
|
||||
<area shape="rect" coords="477,16,516,33" href="&base;/search/index-site.html" ALT="Indice">
|
||||
<area shape="rect" coords="516,15,562,33" href="&base;/index.html" ALT="Top">
|
||||
<area shape="rect" href="&base/index.html" coords="0,0,564,32" ALT="Top">
|
||||
</map>'>
|
||||
</div> <!-- header -->
|
||||
|
||||
<!ENTITY footer '<HR NOSHADE>
|
||||
<address>&author;<br>&date;</address>'>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="topnav">
|
||||
<ul id="topnavlist">
|
||||
<li>
|
||||
<a href="&base;/" title="Home">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/about.html" title="About">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/where.html" title="Obtener FreeBSD">Obtener FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/docs.html" title="Documentación">Documentación</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/community.html" title="Community">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/projects/index.html" title="Desarrollo">Desarrollo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/support.html" title="Soporte">Soporte</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- topnav -->
|
||||
</div> <!-- headercontainer -->
|
||||
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
&nav;
|
||||
</div> <!-- sidewrap -->
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<h1>&title;</h1>'>
|
||||
|
||||
<!ENTITY footer '</div> <!-- contentwrap -->
|
||||
<br class="clearboth">
|
||||
|
||||
</div> <!-- content -->
|
||||
<div id="footer">
|
||||
©right;<br>
|
||||
&date;
|
||||
</div> <!-- footer -->
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->'>
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released version of FreeBSD. This value is used to
|
||||
|
@ -94,6 +172,9 @@ the FreeBSD Web pages from the CVS repository by hand.</p>'>
|
|||
<!ENTITY raquo SDATA "[raquo ]">
|
||||
<!ENTITY laquo SDATA "[laquo ]">
|
||||
|
||||
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
|
||||
%includes.global;
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
|
|
275
es/includes.xsl
275
es/includes.xsl
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/es/includes.xsl,v 1.6 2005/06/29 20:40:28 jcamou Exp $ -->
|
||||
<!-- $FreeBSD: www/es/includes.xsl,v 1.7 2005/09/30 17:07:09 jesusr Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -33,117 +33,210 @@
|
|||
<a href="{$base}/index.html"><img src="{$enbase}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="header1">
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
<xsl:variable name="section" select="''"/>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE"/>
|
||||
<xsl:variable name="header1">
|
||||
<head><title><xsl:value-of select="$title"/></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="{$enbase}/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen" href="{$enbase}/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="{$enbase}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="{$enbase}/layout/js/styleswitcher.js"></script>
|
||||
</head>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="header2">
|
||||
<img src="{$enbase}/gifs/bar.gif" alt="Navigation Bar" width="565"
|
||||
height="33" border="0" usemap="#bar"/>
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||
<div id="headercontainer">
|
||||
|
||||
<h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="{$base}" title="FreeBSD"><img src="{$enbase}/layout/images/logo.png" width="360" height="40" alt="FreeBSD" /></a>
|
||||
</div> <!-- headerlogoleft -->
|
||||
<div id="headerlogoright">
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>
|
||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/donations/" title="Donaciones">Donaciones</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$base}/mailto.html" title="Contactar">Contactar</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="{$enbase}/cgi/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Buscar</label></h2>
|
||||
<input type="hidden" name="max" value="25" /> <input type="hidden" name="source" value="www" /><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Buscar" /> <input id="submit" name="submit" type="submit" value="Buscar" />
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- search -->
|
||||
</div> <!-- headerlogoright -->
|
||||
|
||||
<br clear="all"/>
|
||||
</div> <!-- header -->
|
||||
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="1,1,111,31"
|
||||
href="{$base}/index.html" alt="Home"/>
|
||||
<area shape="rect" coords="112,11,196,31"
|
||||
href="{$base}/ports/index.html" alt="Aplicaciones"/>
|
||||
<area shape="rect" coords="196,12,257,33"
|
||||
href="{$base}/support.html" alt="Soporte"/>
|
||||
<area shape="rect" coords="256,12,365,33"
|
||||
href="{$base}/docs.html" alt="Documentació"/>
|
||||
<area shape="rect" coords="366,13,424,32"
|
||||
href="{$base}/commercial/commercial.html" alt="Vendors"/>
|
||||
<area shape="rect" coords="425,16,475,32"
|
||||
href="{$base}/search/search.html" alt="Buscar"/>
|
||||
<area shape="rect" coords="477,16,516,33"
|
||||
href="{$base}/search/index-site.html" alt="Index"/>
|
||||
<area shape="rect" coords="516,15,562,33"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
<area shape="rect" coords="0,0,564,32"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
</map>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="topnav">
|
||||
<ul id="topnavlist">
|
||||
<li>
|
||||
<a href="{$base}/" title="Home">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/about.html" title="About">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/where.html" title="Obtener FreeBSD">Obtener FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/docs.html" title="Documentación">Documentación</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/community.html" title="Community">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/projects/index.html" title="Desarrollo">Desarrollo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/support.html" title="Soporte">Soporte</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- topnav -->
|
||||
</div> <!-- headercontainer -->
|
||||
</xsl:variable>
|
||||
|
||||
<!-- template: "html-index-advisories-items-lastmodified" -->
|
||||
<xsl:variable name="header3">
|
||||
<h1><xsl:value-of select="$title"/></h1>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:param name="advisories.xml" select="''" />
|
||||
<xsl:variable name="sidenav">
|
||||
<div id="sidewrap">
|
||||
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
|
||||
<!-- template: "html-index-news-project-items"
|
||||
pulls in the 10 most recent project items -->
|
||||
<xsl:if test="$section = 'about'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/about.html">About</a></li>
|
||||
<li><a href="{$base}/features.html">Features</a></li>
|
||||
<li><a href="{$base}/applications.html">Applications</a></li>
|
||||
<li><a href="{$base}/internet.html">Internetworking</a></li>
|
||||
<li><a href="{$enbase}/advocacy/">Advocacy</a></li>
|
||||
<li><a href="{$enbase}/marketing/">Marketing</a></li>
|
||||
<li><a href="{$base}/news/newsflash.html">News</a></li>
|
||||
<li><a href="{$enbase}/events/events.html">Eventos</a></li>
|
||||
<li><a href="{$base}/news/press.html">Press</a></li>
|
||||
<li><a href="{$enbase}/art.html">Artwork</a></li>
|
||||
<li><a href="{$enbase}/donations/">Donaciones</a></li>
|
||||
<li><a href="{$base}/copyright/">Legal Notices</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:template name="html-index-news-project-items">
|
||||
<xsl:param name="news.project.xml" select="''" />
|
||||
<xsl:if test="$section = 'community'" >
|
||||
<ul>
|
||||
<li><a href="{$enbase}/community.html">Community</a></li>
|
||||
<!--li><a href="{$base}/community/mailinglists.html">Listas de distribución</a></li>
|
||||
<li><a href="{$base}/community/irc.html">IRC</a></li>
|
||||
<li><a href="{$base}/community/newsgroups.html">Listas de news</a></li>
|
||||
<li><a href="{$base}/usergroups.html">Grupos de usuarios</a></li>
|
||||
<li><a href="{$base}/community/webresources.html">Recursos Web</a></li-->
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:for-each select="document($news.project.xml)/descendant::event[position() <= 10]">
|
||||
<xsl:value-of select="$leadingmark" /><a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$enbase"/>/news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(child::title)">
|
||||
<xsl:value-of select="title"/><br/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="p"/><br/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</a>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
<xsl:if test="$section = 'developers'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/projects/index.html">Desarrollo</a></li>
|
||||
<li><a href="{$enbase}/doc/en_US.ISO8859-1/books/developers-handbook">Manual del desarrollador</a></li>
|
||||
<li><a href="{$enbase}/doc/en_US.ISO8859-1/books/porters-handbook">Manual del Porter</a></li>
|
||||
<li><a href="{$base}/support.html#cvs">Repositorio CVS</a></li>
|
||||
<li><a href="{$enbase}/releng/index.html">Release Engineering</a></li>
|
||||
<li><a href="{$enbase}/platforms/">Arquitecturas</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="{$enbase}/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="{$enbase}/platforms/i386.html">i386</a></li>
|
||||
<li><a href="{$enbase}/platforms/ia64.html">ia64</a></li>
|
||||
<li><a href="{$enbase}/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="{$enbase}/platforms/sparc.html">sparc64</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$enbase}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contribuir a FreeBSD</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<!-- template: "html-index-news-press-items"
|
||||
pulls in the 10 most recent press items -->
|
||||
<xsl:if test="$section = 'docs'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/docs.html">Documentación</a></li>
|
||||
<li><a href="{$enbase}/doc/es_ES.ISO8859-1/books/faq/">FAQ</a></li>
|
||||
<li><a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/">Handbook</a></li>
|
||||
<li><a href="{$base}/docs.html#man">Manuales</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/docs.html#books">Books and Articles Online</a></li>
|
||||
<li><a href="{$base}/publish.html">Publicaciones</a></li>
|
||||
<li><a href="{$base}/docs.html#links">Recursos Web</a></li>
|
||||
<li><a href="{$base}/projects/newbies.html">Para principiantes</a></li>
|
||||
<li><a href="{$base}/docproj/">Documentation Project</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:template name="html-index-news-press-items">
|
||||
<xsl:param name="news.press.xml" select="''" />
|
||||
<xsl:if test="$section = 'download'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/where.html">Obtener FreeBSD</a></li>
|
||||
<li><a href="{$base}/releases/">Información de Releases</a>
|
||||
<ul>
|
||||
<li><a href="{$u.rel.announce}">Nueva Tecnología: {$rel.current}</a></li>
|
||||
<li><a href="{$u.rel2.announce}">Release en Producción: {$rel2.current}</a></li>
|
||||
<li><a href="{$enbase}/snapshots/">Snapshot Releases</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/ports/">Aplicaciones portadas</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:for-each select="document($news.press.xml)/descendant::story[position() < 10]">
|
||||
<xsl:value-of select="$leadingmark" /><a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$enbase"/>/news/press.html#<xsl:call-template name="generate-story-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a><br/>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
<xsl:if test="$section = 'support'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/support.html">Soporte</a></li>
|
||||
<li><a href="{$enbase}/commercial/">Vendors</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/commercial/software_bycat.html">Software</a></li>
|
||||
<li><a href="{$enbase}/commercial/hardware.html">Hardware</a></li>
|
||||
<li><a href="{$enbase}/commercial/consult_bycat.html">Consultoría</a></li>
|
||||
<li><a href="{$enbase}/commercial/isp.html">Internet Service Providers</a></li>
|
||||
<li><a href="{$enbase}/commercial/misc.html">Varios</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/security/">Seguridad</a></li>
|
||||
<li><a href="{$base}/support.html#gnats">Informe de Bugs</a>
|
||||
<ul>
|
||||
<li><a href="{$base}/send-pr.html">Enviar un reporte</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/support.html#general">Recursos Web</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<!-- template: "html-index-news-project-items-lastmodified" -->
|
||||
</div> <!-- sidenav -->
|
||||
|
||||
<xsl:template name="html-index-news-project-items-lastmodified">
|
||||
<xsl:param name="news.project.xml" select="''" />
|
||||
</div> <!-- sidewrap -->
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
<xsl:variable name="footer">
|
||||
<div id="footer">
|
||||
<xsl:copy-of select="$copyright"/><br />
|
||||
<xsl:copy-of select="$date"/>
|
||||
</div> <!-- footer -->
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/es/index.sgml,v 1.28 2003/05/11 20:05:38 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/index.sgml,v 1.29 2004/01/19 11:36:37 jesusr Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -297,7 +297,7 @@
|
|||
|
||||
<br>
|
||||
|
||||
<table border="3" cellspacing="0" cellpadding="5">
|
||||
<table class="tblbasic">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>¡Para aprender más sobre FreeBSD,
|
||||
|
|
586
es/index.xsl
586
es/index.xsl
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/es/index.xsl,v 1.7 2005/05/10 12:24:21 jcamou Exp $ -->
|
||||
<!-- $FreeBSD: www/es/index.xsl,v 1.8 2005/09/06 08:19:39 jcamou Exp $ -->
|
||||
<!-- $FreeBSDes: www/es/index.xsl,v 1.4 2004/09/07 21:46:11 jcamou Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="enbase" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.7 2005/05/10 12:24:21 jcamou Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.8 2005/09/06 08:19:39 jcamou Exp $'"/>
|
||||
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -18,375 +18,305 @@
|
|||
<xsl:param name="advisories.xml" select="'none'"/>
|
||||
<xsl:param name="notices.xml" select="'none'"/>
|
||||
<xsl:param name="mirrors.xml" select="'none'"/>
|
||||
<xsl:param name="news.press.xml-master" select="'none'"/>
|
||||
<xsl:param name="news.press.xml" select="'none'"/>
|
||||
<xsl:param name="news.project.xml-master" select="'none'"/>
|
||||
<xsl:param name="news.project.xml" select="'none'"/>
|
||||
<xsl:param name="events.xml-master" select="'none'"/>
|
||||
<xsl:param name="events.xml" select="'none'"/>
|
||||
<xsl:param name="curdate.xml" select="'none'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
|
||||
<meta name="description" content="El Proyecto FreeBSD"/>
|
||||
|
||||
<meta name="description" content="The FreeBSD Project"/>
|
||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
||||
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" media="screen" href="{$enbase}/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="{$enbase}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="{$enbase}/layout/js/styleswitcher.js"></script>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Project News" href="{$enbase}/news/news.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Security Advisories" href="{$enbase}/security/advisories.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD GNOME Project News" href="{$enbase}/gnome/news.rdf" />
|
||||
|
||||
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
|
||||
<xsl:comment>
|
||||
Spamtrap, do not email:
|
||||
<a href="mailto:bruscar@freebsd.org">bruscar@freebsd.org</a>
|
||||
</xsl:comment>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td><a href="http://www.FreeBSD.org/es/index.html">
|
||||
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
||||
alt="FreeBSD: The Power to Serve" border="0"/></a></td>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
<div id="content">
|
||||
|
||||
<td align="right" valign="bottom">
|
||||
<form action="http://www.FreeBSD.org/cgi/mirror.cgi"
|
||||
method="get">
|
||||
<div id="frontcontainer">
|
||||
<div id="frontmain">
|
||||
<div id="frontfeaturecontainer">
|
||||
|
||||
<br/>
|
||||
<div id="frontfeatureleft">
|
||||
<div id="frontfeaturecontent">
|
||||
<h1>
|
||||
Based on BSD UNIX®
|
||||
</h1>
|
||||
<p>FreeBSD es un avanzado sistema operativo para arquitecturas
|
||||
x86 compatibles (incluyendo Pentium® y Athlon™),
|
||||
amd64 compatibles (incluyendo Opteron™, Athlon 64 y EM64T),
|
||||
Alpha/AXP, IA-64, PC-98 y UltraSPARC®.
|
||||
FreeBSD es un derivado de BSD, la versión de
|
||||
<xsl:value-of select="$unix"/> desarrollada en la Universidad
|
||||
de California, Berkeley. FreeBSD es desarrollado y mantenido
|
||||
por un
|
||||
<a href="{$enbase}/doc/en_US.ISO8859-1/articles/contributors/index.html">
|
||||
numeroso equipo de personas</a>. El soporte para otras
|
||||
<a href="{$enbase}/platforms/index.html">arquitecturas</a>
|
||||
está en diferentes fases de desarrollo.</p>
|
||||
<div id="txtfrontfeaturelink">
|
||||
»<a href="{$base}/about.html" title="Learn More">Learn More</a>
|
||||
</div> <!-- txtfrontfeaturelink -->
|
||||
</div> <!-- frontfeaturecontent -->
|
||||
</div> <!-- frontfeatureleft -->
|
||||
|
||||
<font color="#990000"><b>Selecciona el servidor más
|
||||
cercano:</b></font>
|
||||
<div id="frontfeaturemiddle">
|
||||
<div class="frontgetroundbox">
|
||||
<div class="frontgettop"><div> </div> </div>
|
||||
<div class="frontgetcontent">
|
||||
<a href="{$base}/where.html">Get FreeBSD Now</a>
|
||||
</div> <!-- frontgetcontent -->
|
||||
<div class="frontgetbot"><div> </div> </div>
|
||||
</div> <!-- frontgetroundbox -->
|
||||
|
||||
<br/>
|
||||
<div id="frontreleases">
|
||||
<div id="frontreleasescontent" class="txtshortcuts">
|
||||
<h2>LATEST RELEASES</h2>
|
||||
<ul id="frontreleaseslist">
|
||||
<li>
|
||||
<a href="{$u.rel.announce}">Nueva Tecnología: <xsl:value-of select="$rel.current"/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$u.rel2.announce}">Release en Producción: <xsl:value-of select="$rel2.current"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- frontreleasescontent -->
|
||||
</div> <!-- frontreleases -->
|
||||
</div> <!-- frontfeaturemiddle -->
|
||||
|
||||
<select name="goto">
|
||||
<xsl:call-template name="html-index-mirrors-options-list">
|
||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||
</xsl:call-template>
|
||||
</select>
|
||||
<div id="frontfeatureright">
|
||||
<h2 class="blockhide">Language Links</h2>
|
||||
<div id="languagenav">
|
||||
<ul id="languagenavlist">
|
||||
<li>
|
||||
<a href="{$enbase}/de/" title="Tedesco">de</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/" title="Inglés">en</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/es/" title="Español">es</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/fr/" title="Francés">fr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/it/" title="Italiano">it</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/ja/" title="Japonés">ja</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/ru/" title="Ruso">ru</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- languagenav -->
|
||||
|
||||
<input type="submit" value=" Ir "/>
|
||||
<div id="mirror">
|
||||
<form action="{$enbase}/cgi/mirror.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="mirrorsel">Mirror</label></h2>
|
||||
<select id="mirrorsel" name="goto">
|
||||
<xsl:call-template name="html-index-mirrors-options-list">
|
||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||
</xsl:call-template>
|
||||
</select>
|
||||
</div> <!-- unnamed -->
|
||||
</form>
|
||||
</div> <!-- mirror -->
|
||||
|
||||
<br/>
|
||||
<div id="frontshortcuts">
|
||||
<div id="frontshortcutscontent" class="txtshortcuts">
|
||||
<h2>SHORTCUTS</h2>
|
||||
<ul id="frontshortcutslist">
|
||||
<li>
|
||||
<a href="{$base}/support.html#mailing-list" title="Listas de distribución">Listas de distribución</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/platforms/" title="Arquitecturas">Arquitecturas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/send-pr.html" title="Report a Bug">Report a Bug</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- frontshortcutscontent -->
|
||||
</div> <!-- frontshortcuts -->
|
||||
|
||||
<font color="#990000"><b>Idioma: </b></font>
|
||||
<a href="{$enbase}/de/index.html" title="Tedesco">[de]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/index.html" title="Inglés">[en]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<span title="Español">[es]</span>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/fr/index.html" title="Francés">[fr]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/index.html" title="Italiano">[it]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ja/index.html" title="Japonés">[ja]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ru/index.html" title="Ruso">[ru]</a>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div> </div> </div>
|
||||
<div class="frontnewcontent">
|
||||
<a href="{$base}/projects/newbies.html">New to FreeBSD?</a>
|
||||
</div> <!-- frontnewcontent -->
|
||||
<div class="frontnewbot"><div> </div> </div>
|
||||
</div> <!-- frontnewroundbox -->
|
||||
</div> <!-- featureright -->
|
||||
|
||||
<br/>
|
||||
</div> <!-- frontfeaturecontainer -->
|
||||
|
||||
<hr size="1" noshade="noshade"/>
|
||||
<br class="clearboth" />
|
||||
<div id="frontnemscontainer">
|
||||
<div id="frontnews">
|
||||
<div id="frontnewscontent" class="txtnewsevent">
|
||||
<h2>LATEST NEWS</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<!-- Main layout table -->
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:call-template name="html-index-navigation-link-list">
|
||||
<xsl:with-param name="navigation.xml" select="$navigation.xml"/>
|
||||
</xsl:call-template>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
<small>Buscar:<br/>
|
||||
<input type="text" name="words" size="10"/>
|
||||
<input type="hidden" name="max" value="25"/>
|
||||
<input type="hidden" name="source" value="www"/>
|
||||
<input type="submit" value="Buscar"/></small>
|
||||
</form></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
|
||||
<!-- Main body column -->
|
||||
<td align="left" valign="top" rowspan="2">
|
||||
<h2><font color="#990000">¿Qué es FreeBSD?</font></h2>
|
||||
|
||||
<p>FreeBSD es un avanzado sistema operativo para arquitecturas
|
||||
x86 compatibles (incluyendo Pentium® y Athlon™),
|
||||
amd64 compatibles (incluyendo Opteron™, Athlon 64 y EM64T),
|
||||
Alpha/AXP, IA-64, PC-98 y UltraSPARC®.
|
||||
FreeBSD es un derivado de BSD, la versión de
|
||||
<xsl:value-of select="$unix"/> desarrollada en la Universidad
|
||||
de California, Berkeley. FreeBSD es desarrollado y mantenido
|
||||
por un
|
||||
<a href="{$enbase}/doc/en_US.ISO8859-1/articles/contributors/index.html">
|
||||
numeroso equipo de personas</a>. El soporte para otras
|
||||
<a href="{$enbase}/platforms/index.html">arquitecturas</a>
|
||||
está en diferentes fases de desarrollo.</p>
|
||||
|
||||
<h2><font color="#990000">Características principales
|
||||
</font></h2>
|
||||
|
||||
<p>FreeBSD ofrece altas
|
||||
<a href="{$base}/features.html">prestaciones</a>
|
||||
en comunicaciones de red, rendimiento, seguridad y
|
||||
compatibilidad, todavía inexistentes en otros sistemas
|
||||
operativos, incluyendo los comerciales de mayor renombre.</p>
|
||||
|
||||
<h2><font color="#990000">Potentes Soluciones Internet</font>
|
||||
</h2>
|
||||
|
||||
<p>FreeBSD es el servidor ideal para servicios de
|
||||
<a href="{$base}/internet.html">Internet o Intranet</a>.
|
||||
Proporciona unos servicios de red robustos, incluso en
|
||||
situaciones de alta carga, haciendo un uso eficaz de la
|
||||
memoria para mantener buenos tiempos de repuesta con cientos
|
||||
o miles de procesos simultáneos de usuarios.</p>
|
||||
|
||||
<h2><font color="#990000">Ejecuta una gran variedad de
|
||||
aplicaciones</font></h2>
|
||||
|
||||
<p>La calidad de FreeBSD conbinada con el hoy en día bajo
|
||||
coste del hardware de alta velocidad para PC's hace de este
|
||||
sistema una alternativa muy económica sobre las
|
||||
estaciones de trabajo <xsl:value-of select="$unix"/>
|
||||
comerciales. Existe gran cantidad de
|
||||
<a href="{$base}/applications.html">aplicaciones</a>
|
||||
tanto a nivel servidor como usuario.</p>
|
||||
|
||||
<h2><font color="#990000">Fácil de instalar</font></h2>
|
||||
|
||||
<p>Se puede instalar FreeBSD desde una gran variedad de
|
||||
soportes, incluyendo CD-ROM, DVD-ROM, disquetes, cintas
|
||||
magnéticas, una partición MS-DOS®, o si se
|
||||
dispone de conexión de red, se puede instalar
|
||||
<i>directamente</i> mediante FTP anónimo o NFS. Todo lo
|
||||
necesario son dos discos de 1.44MB de arranque y
|
||||
<a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">estas instrucciones</a>.</p>
|
||||
|
||||
<h2><font color="#990000">FreeBSD es <i>libre y gratuito</i>
|
||||
</font></h2>
|
||||
|
||||
<a href="copyright/daemon.html"><img src="{$enbase}/gifs/dae_up3.gif"
|
||||
alt=""
|
||||
height="81" width="72"
|
||||
align="right"
|
||||
border="0"/></a>
|
||||
|
||||
<p>Si esperabas que un sistema operativo con estas
|
||||
características tuviese un alto coste, FreeBSD
|
||||
está disponible
|
||||
<a href="{$base}/copyright/index.html">completamente gratis</a>
|
||||
incluyendo el código fuente. Si quieres probarlo,
|
||||
<a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/mirrors.html">
|
||||
aquí tienes más información</a>.</p>
|
||||
|
||||
<h2><font color="#990000">Contribuyendo a FreeBSD</font></h2>
|
||||
|
||||
<p>Es muy fácil contribuir a FreeBSD. Todo lo que tienes
|
||||
que hacer es encontrar una parte de FreeBSD que creas puede
|
||||
mejorarse y hacer los cambios (cuidadosa y limpiamente) y
|
||||
enviarlas al proyecto mediante un "send-pr" o un committer, si
|
||||
conoces a alguno. Más información en la
|
||||
<a href="{$enbase}/doc/en_US.ISO8859-1/articles/contributing/index.html">
|
||||
sección de contribuciones del manual</a>.</p>
|
||||
|
||||
|
||||
<p>Aún no siendo programador, existen otros métodos
|
||||
de colaborar y contribuir a FreeBSD. La Fundación
|
||||
FreeBSD es una organización no lucrativa para la que
|
||||
todas las contribuciones directas son deducibles de
|
||||
impuestos en su totalidad. Por favor, contactar con
|
||||
<a href="mailto:bod@FreeBSDFoundation.org">
|
||||
bod@FreeBSDFoundation.org</a> para obtener más
|
||||
información o escribir a The FreeBSD Foundation, 7321
|
||||
Brockway Dr. Boulder, CO 80303. USA.</p>
|
||||
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
|
||||
<!-- Right-most column -->
|
||||
<td valign="top">
|
||||
<!-- News / release info table -->
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td valign="top"><p>
|
||||
<a href="{$u.rel.announce}">
|
||||
<font size="+1" color="#990000"><b>Nueva
|
||||
Tecnología:
|
||||
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
||||
<small>· <a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">Guía de Instalación</a><br/>
|
||||
· <a href="{$u.rel.notes}">Notas de Release</a><br/>
|
||||
· <a href="{$u.rel.hardware}">Notas de Hardware</a><br/>
|
||||
· <a href="{$u.rel.installation}">Notas de Instalación</a><br/>
|
||||
· <a href="{$u.rel.errata}">Errata</a><br/>
|
||||
· <a href="{$u.rel.migration}">Guía de Migración</a></small></p>
|
||||
|
||||
<p>
|
||||
<a href="{$u.rel2.announce}">
|
||||
<font size="+1" color="#990000"><b>Release en
|
||||
Producción:
|
||||
<xsl:value-of select="$rel2.current"/></b></font></a><br/>
|
||||
<small>· <a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">Guía de Instalación</a><br/>
|
||||
· <a href="{$u.rel2.notes}">Notas de Release</a><br/>
|
||||
· <a href="{$u.rel2.hardware}">Notas de Hardware</a><br/>
|
||||
· <a href="{$u.rel2.installation}">Notas de Instalación</a><br/>
|
||||
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Noticias del
|
||||
Proyecto</b></font><font color="990000">(<a href="{$enbase}/news/news.rdf">RSS</a>)</font><br/>
|
||||
<font size="-1">
|
||||
Ultima actualización:
|
||||
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
||||
<xsl:call-template name="html-index-news-project-items">
|
||||
<xsl:with-param name="news.project.xml-master" select="$news.project.xml-master" />
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-news-project-items">
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="{$enbase}/news/newsflash.html">Más...</a>
|
||||
</font></p>
|
||||
</xsl:call-template>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>FreeBSD en la
|
||||
Prensa</b></font><br/>
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/news/newsflash.html" title="More News">More News</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/news/news.rdf" title="News RSS Feed"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="News RSS Feed" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<font size="-1">
|
||||
Ultima actualización:
|
||||
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
||||
</div> <!-- frontnewscontent -->
|
||||
</div> <!-- frontnews -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="frontevents">
|
||||
<div id="fronteventscontent" class="txtnewsevent">
|
||||
|
||||
<h2>UPCOMING EVENTS</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<xsl:call-template name="html-index-events-items">
|
||||
<xsl:with-param name="events.xml-master" select="$events.xml-master" />
|
||||
<xsl:with-param name="events.xml" select="$events.xml" />
|
||||
<xsl:with-param name="curdate.xml" select="$curdate.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$enbase}/events/" title="More Events">More Events</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
</div> <!-- frontnewsevents -->
|
||||
</div> <!-- frontevents -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="frontmedia">
|
||||
<div id="frontmediacontent" class="txtnewsevent">
|
||||
|
||||
<h2>IN THE MEDIA</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<xsl:call-template name="html-index-news-press-items">
|
||||
<xsl:with-param name="news.press.xml-master" select="$news.press.xml-master" />
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-news-press-items">
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="{$enbase}/news/press.html">Más...</a>
|
||||
</font>
|
||||
</p>
|
||||
</xsl:call-template>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Avisos de
|
||||
Seguridad</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<font color="#990000">(<a href="{$enbase}/security/advisories.rdf">RSS</a>)</font><br/>
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$base}/news/press.html" title="More Media">More Media</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<font size="-1">
|
||||
Ultima actualización:
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
</div> <!-- frontmediacontent -->
|
||||
</div> <!-- frontmedia -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="frontsecurity">
|
||||
<div id="frontsecuritycontent" class="txtnewsevent">
|
||||
|
||||
<h2>AVISOS DE SEGURIDAD</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="{$base}/security/index.html">Más...</a>
|
||||
</font>
|
||||
</p>
|
||||
<xsl:with-param name="type" select="'advisory'" />
|
||||
</xsl:call-template>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Noticias Errata</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<br/>
|
||||
<font size="-1">
|
||||
Ultima actualización:
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
</font>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/security/" title="More Security Advisories">More</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/send-pr.html" title="Submit a Problem Report">Submit Bug</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/security/advisories.rdf" title="Security Advisories RSS Feed"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="News RSS Feed" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<p> </p>
|
||||
<br />
|
||||
<h2>NOTICIAS ERRATA</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#FFFFFF" width="100%"><tr>
|
||||
<td>Para aprender más sobre FreeBSD, visita
|
||||
nuestra galería de
|
||||
<a href="{$base}/publish.html">publicaciones</a>
|
||||
relacionadas con FreeBSD o
|
||||
<a href="{$base}/news/press.html">FreeBSD en la prensa</a>,
|
||||
y navega a través de este web!</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
|
||||
<hr noshade="noshade" size="1" />
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td><a href="http://www.freebsdmall.com/"><img src="{$enbase}/gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
||||
height="65" width="165" border="0"/></a></td>
|
||||
</div> <!-- frontsecuritycontent -->
|
||||
</div> <!-- frontsecurity -->
|
||||
|
||||
<td><a href="http://www.ugu.com/"><img src="{$enbase}/gifs/ugu_icon.gif"
|
||||
alt="[Sponsor del Unix Guru Universe]"
|
||||
height="64" width="76"
|
||||
border="0"/></a></td>
|
||||
<br class="clearboth" />
|
||||
|
||||
<td><a href="http://www.daemonnews.org/"><img src="{$enbase}/gifs/darbylogo.gif"
|
||||
alt="[Daemon News]" height="45" width="130"
|
||||
border="0"/></a></td>
|
||||
</div> <!-- frontnemscontainer -->
|
||||
</div> <!-- frontmain -->
|
||||
</div> <!-- frontcontainer -->
|
||||
|
||||
<td><a href="{$base}/copyright/daemon.html"><img
|
||||
src="{$enbase}/gifs/powerlogo.gif"
|
||||
alt="[Powered by FreeBSD]"
|
||||
height="64"
|
||||
width="160"
|
||||
border="0"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div> <!-- content -->
|
||||
<div id="footer">
|
||||
<xsl:copy-of select="$copyright"/><br />
|
||||
<xsl:copy-of select="$date"/>
|
||||
</div> <!-- footer -->
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left"
|
||||
valign="top"><small><a href="{$base}/mailto.html">Contactar con nosotros</a><br/>
|
||||
<xsl:value-of select="$date"/></small></td>
|
||||
|
||||
<td align="right"
|
||||
valign="top"><small><a href="{$base}/copyright/index.html">Copyright</a> © 1995-2005
|
||||
The FreeBSD Project.<br/>
|
||||
All rights reserved.</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/about.sgml,v 1.5 1999/10/20 10:49:57 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/about.sgml,v 1.6 1999/12/30 14:20:21 jesusr Exp $">
|
||||
<!ENTITY title "Sobre el servidor WWW de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/internal/about.sgml,v 1.5 1999/10/20 10:49:57 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/internal/about.sgml,v 1.6 1999/12/30 14:20:21 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/developer.sgml,v 1.4 1999/09/27 20:55:15 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/developer.sgml,v 1.5 2000/07/05 09:38:30 wosch Exp $">
|
||||
<!ENTITY title "Recursos para los FreeBSD Committers">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/internal/developer.sgml,v 1.4 1999/09/27 20:55:15 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/internal/developer.sgml,v 1.5 2000/07/05 09:38:30 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/homepage.sgml,v 1.2 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Páginas Personales en FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY homepage SYSTEM "homepage.inc">
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/internal/homepage.sgml,v 1.2 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/internal.sgml,v 1.5 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "FreeBSD por dentro">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/internal/internal.sgml,v 1.5 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/machines.sgml,v 1.6 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "La red FreeBSD.org">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/internal/machines.sgml,v 1.6 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/mirror.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Mirrors de las páginas Web de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/internal/mirror.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/photos.sgml,v 1.3 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY title "Galería de fotos">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/internal/photos.sgml,v 1.3 1999/09/06 07:03:02 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/statistic.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/internal/statistic.sgml,v 1.5 1999/09/13 13:27:58 jesusr Exp $">
|
||||
<!ENTITY title "Estadísticas de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/internal/statistic.sgml,v 1.4 1999/09/06 07:03:02 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/internal/statistic.sgml,v 1.5 1999/09/13 13:27:58 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,27 +1,24 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/internet.sgml,v 1.4 2005/07/21 07:37:13 jcamou Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/internet.sgml,v 1.5 2005/07/21 19:30:16 jcamou Exp $">
|
||||
<!ENTITY title "Gestión de red de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/internet.sgml,v 1.4 2005/07/21 07:37:13 jcamou Exp $ -->
|
||||
<!-- $FreeBSD: www/es/internet.sgml,v 1.5 2005/07/21 19:30:16 jcamou Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>FreeBSD fue diseñado para Internet</h1>
|
||||
<h2>FreeBSD fue diseñado para Internet</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>FreeBSD incluye lo que muchos consideran la
|
||||
<i>implementacón de referencia</i> de TCP/IP,
|
||||
el stack 4.4BSD del protocolo TCP/IP, haciendolo ideal para
|
||||
aplicaciones de red e Internet.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade width="100%">
|
||||
<font color="#FF0000" size="+1">FreeBSD soporta los protocolos
|
||||
estándar TCP/IP.</font>
|
||||
<h2>FreeBSD soporta los protocolos
|
||||
estándar TCP/IP.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Como muchos sistemas UNIX, el sistema operativo FreeBSD
|
||||
permite</p>
|
||||
|
||||
|
@ -62,13 +59,10 @@
|
|||
para transacciones, además de SLIP y PPP bajo demanda.
|
||||
Es un sistema que responde a las expectativas tanto del usuario
|
||||
doméstico como del administrador de sistemas corporativo.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade width="100%">
|
||||
<font color="#FF0000" size="+1">El sistema de red de FreeBSD es
|
||||
rápido y estable.</font>
|
||||
<h2>El sistema de red de FreeBSD es
|
||||
rápido y estable.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Si necesitas una plataforma para servicios de Internet que ofrezca el
|
||||
mejor rendimiento bajo fuertes cargas de trabajo, considera FreeBSD.
|
||||
Aquí están solo algunas de las compañías
|
||||
|
@ -110,12 +104,9 @@
|
|||
<p>La <a href="&base;/ports/index.html">Colección de Ports</a>
|
||||
contiene software listo para funcionar que hace más fácil la
|
||||
puesta en marcha de los servidores de Internet.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade width="100%">
|
||||
<font color="#FF0000" size="+1">Alto rendimiento <em>y</em> seguridad.</font>
|
||||
<h2>Alto rendimiento <em>y</em> seguridad.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>El equipo de desarrollo de FreeBSD está tan comprometido con la
|
||||
seguridad como con el rendimiento. FreeBSD incluye en su kernel el soporte de
|
||||
firewall IP, además de otros servicios como gateways e IP proxy.
|
||||
|
@ -132,17 +123,14 @@
|
|||
<a href="mailto:security-officer@FreeBSD.org">responsable de seguridad</a>
|
||||
y el Computer Emergency Response Team
|
||||
(<a href="http://www.cert.org/">CERT</a>).</p>
|
||||
</blockquote>
|
||||
|
||||
<h2>Qué dicen los expertos . . .</h2>
|
||||
|
||||
<blockquote>
|
||||
<p><i>``FreeBSD ... provides what is probably the most robust and
|
||||
capable TCP/IP stack in existence ...''</i></p>
|
||||
|
||||
<div align="right"><p>---Michael O'Brien, <i>SunExpert </i> August 1996
|
||||
volume 7 number 8.</p></div>
|
||||
</blockquote>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/mailto.sgml,v 1.5 1999/09/06 07:02:59 peter Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/mailto.sgml,v 1.6 2003/04/16 09:04:29 jesusr Exp $">
|
||||
<!ENTITY title "Contactando con FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/mailto.sgml,v 1.5 1999/09/06 07:02:59 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/mailto.sgml,v 1.6 2003/04/16 09:04:29 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/news.sgml,v 1.6 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/news.sgml,v 1.7 1999/09/13 13:23:40 jesusr Exp $">
|
||||
<!ENTITY title "Noticias FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/news/news.sgml,v 1.6 1999/09/06 07:03:03 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/news/news.sgml,v 1.7 1999/09/13 13:23:40 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<img src="../../gifs/news.jpg" align="right" border="0">
|
||||
<img src="../gifs/news.jpg" alt="FreeBSD News" align="right" border="0">
|
||||
<p></p>
|
||||
|
||||
<h2><a href="newsflash.html">FreeBSD Newsflash</a></h2>
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/newsflash.sgml,v 1.23 2001/11/12 14:37:55 sobomax Exp $">
|
||||
<!ENTITY title "FreeBSD News flash!">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/news/newsflash.sgml,v 1.23 2001/11/12 14:37:55 sobomax Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<img src="../../gifs/news.jpg" align="right" border="0">
|
||||
<img src="../gifs/news.jpg" alt="FreeBSD News" align="right" border="0">
|
||||
|
||||
<p>FreeBSD es un sistema operativo de rápido desarrollo.
|
||||
Mantenerse al día en los últimos desarrollos puede
|
||||
ser complicado. Para ayudarte a mantenerte al día, pásate
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/press-rel-1.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/press-rel-1.sgml,v 1.3 1999/09/28 16:38:43 jmas Exp $">
|
||||
<!ENTITY title "FreeBSD Nota de Prensa: Abril 22, 1999">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/news/press-rel-1.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/news/press-rel-1.sgml,v 1.3 1999/09/28 16:38:43 jmas Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/press-rel-2.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY title "Nota de Prensa de FreeBSD: April 29, 1999">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/news/press-rel-2.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/press-rel-3.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY title "Nota de Prensa de FreeBSD: Junio 7, 1999">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/news/press-rel-3.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/press.sgml,v 1.21 1999/12/14 15:06:46 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/press.sgml,v 1.22 1999/12/14 15:08:11 jesusr Exp $">
|
||||
<!ENTITY title "FreeBSD en la Prensa">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/news/press.sgml,v 1.21 1999/12/14 15:06:46 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/news/press.sgml,v 1.22 1999/12/14 15:08:11 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/pressreleases.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY title "Notas de Pensa de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/news/pressreleases.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-1.sgml,v 1.3 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "1">
|
||||
<!ENTITY month "Jun">
|
||||
<!ENTITY year "1998">
|
||||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlnext "qnewsletter-1-2.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-2.sgml,v 1.3 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "2">
|
||||
<!ENTITY month "Jul">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlnext "qnewsletter-1-3.html">
|
||||
<!ENTITY qnlprev "qnewsletter-1-1.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-3.sgml,v 1.4 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "3">
|
||||
<!ENTITY month "Jul">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlnext "qnewsletter-1-4.html">
|
||||
<!ENTITY qnlprev "qnewsletter-1-2.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-4.sgml,v 1.2 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-4.sgml,v 1.3 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "4">
|
||||
<!ENTITY month "Aug">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlprev "qnewsletter-1-3.html">
|
||||
<!ENTITY qnlnext "qnewsletter-1-5.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-5.sgml,v 1.3 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "5">
|
||||
<!ENTITY month "Sep">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlprev "qnewsletter-1-4.html">
|
||||
<!ENTITY qnlnext "qnewsletter-1-6.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-6.sgml,v 1.3 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "6">
|
||||
<!ENTITY month "Oct">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlprev "qnewsletter-1-5.html">
|
||||
<!ENTITY qnlnext "qnewsletter-1-7.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-7.sgml,v 1.4 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "1">
|
||||
<!ENTITY issue "7">
|
||||
<!ENTITY month "Nov">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlprev "qnewsletter-1-6.html">
|
||||
<!ENTITY qnlnext "qnewsletter-2-1.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-2-1.sgml,v 1.4 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "2">
|
||||
<!ENTITY issue "1">
|
||||
<!ENTITY month "Jan">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlprev "qnewsletter-1-7.html">
|
||||
<!ENTITY qnlnext "qnewsletter-2-2.html">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-2-2.sgml,v 1.3 2001/08/31 18:15:31 dd Exp $">
|
||||
<!ENTITY volume "2">
|
||||
<!ENTITY issue "2">
|
||||
<!ENTITY month "Feb">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
||||
<!ENTITY qnlprev "qnewsletter-2-1.html">
|
||||
<!-- <!ENTITY qnlnext "qnewsletter-2-3.html"> -->
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter.sgml,v 1.3 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter.sgml,v 1.4 1999/09/27 22:11:08 jesusr Exp $">
|
||||
<!ENTITY title "FreeBSD Really-Quick(TM) NewsLetter">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/news/qnewsletter.sgml,v 1.3 1999/09/06 07:03:03 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/news/qnewsletter.sgml,v 1.4 1999/09/27 22:11:08 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/webchanges.sgml,v 1.10 1999/09/06 07:03:03 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/news/webchanges.sgml,v 1.11 1999/09/28 16:38:43 jmas Exp $">
|
||||
<!ENTITY title "Cambios en el servidor Web de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/news/webchanges.sgml,v 1.10 1999/09/06 07:03:03 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/news/webchanges.sgml,v 1.11 1999/09/28 16:38:43 jmas Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/platforms/alpha.sgml,v 1.1 2005/08/11 08:40:22 jcamou Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD/alpha">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/platforms/i386.sgml,v 1.1 2005/08/11 08:40:22 jcamou Exp $">
|
||||
<!ENTITY title "Proyecto FreeBSD/i386">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/platforms/pc98.sgml,v 1.1 2005/08/11 08:40:22 jcamou Exp $">
|
||||
<!ENTITY title "FreeBSD/pc98 Project">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
]>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/platforms/x86-64.sgml,v 1.1 2005/08/11 08:40:22 jcamou Exp $">
|
||||
<!ENTITY title "FreeBSD/x86-64 Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -53,11 +53,12 @@ sub getdate {
|
|||
|
||||
sub header {
|
||||
local ($fh, $htext) = @_;
|
||||
print $fh "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 3.2//EN\" [\n";
|
||||
print $fh "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" [\n";
|
||||
print $fh "<!ENTITY base CDATA '..'>";
|
||||
print $fh "<!ENTITY date \"<em>$today</em>\">\n";
|
||||
print $fh "<!ENTITY title '$htext'>";
|
||||
print $fh "<!ENTITY blurb SYSTEM \"ports.inc\">\n";
|
||||
print $fh "<!ENTITY % navincludes SYSTEM \"../includes.navdownload.sgml\"> %navincludes;\n";
|
||||
print $fh "<!ENTITY % includes SYSTEM \"../includes.sgml\">\n";
|
||||
print $fh "<!ENTITY email 'ports'>";
|
||||
print $fh "%includes;\n";
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/projects/newbies.sgml,v 1.10 2001/06/30 20:27:59 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/projects/newbies.sgml,v 1.11 2003/05/18 18:58:00 jesusr Exp $">
|
||||
<!ENTITY title 'Recursos para Principiantes'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/projects/newbies.sgml,v 1.10 2001/06/30 20:27:59 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/projects/newbies.sgml,v 1.11 2003/05/18 18:58:00 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/es/projects/projects.sgml,v 1.17 1999/10/20 10:15:22 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/projects/projects.sgml,v 1.18 2001/07/30 22:19:08 greid Exp $">
|
||||
<!ENTITY title "Proyectos de desarrollo de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/projects/projects.sgml,v 1.17 1999/10/20 10:15:22 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/projects/projects.sgml,v 1.18 2001/07/30 22:19:08 greid Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/publish.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/es/publish.sgml,v 1.3 1999/09/13 13:37:47 jesusr Exp $">
|
||||
<!ENTITY title "Publicaciones Relacionadas con FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/es/publish.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/es/publish.sgml,v 1.3 1999/09/13 13:37:47 jesusr Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -30,46 +31,46 @@ href="&base;/handbook/bibliography.html">bibliografía</a>.</p>
|
|||
Pulsa en cualquiera de los gráficos para ver una la imagen mayor.
|
||||
<A NAME="books"></A>
|
||||
<H2>Libros</H2>
|
||||
<TABLE BORDER="5" CELLPADDING="15">
|
||||
<table class="tblbasic">
|
||||
|
||||
<TR><TD><A HREF="../gifs/jpb.jpg"><IMG SRC="../gifs/jp.jpg" WIDTH="150" HEIGHT="190">
|
||||
<TR><TD><A HREF="../gifs/jpb.jpg"><IMG SRC="../gifs/jp.jpg" WIDTH="150" HEIGHT="190" alt="book cover">
|
||||
</A></TD><TD>Esta es una reciente publicación (Mayo 1997) de Tatsumi
|
||||
Hosokawa y otros. En el mundo de los libros de informática es un
|
||||
top-seller en Japón, superando las ventas del libro
|
||||
"The Road Ahead" de Bill Gates.</td></tr>
|
||||
|
||||
<TR><TD><A HREF="../gifs/205-jpb.jpg"><IMG SRC="../gifs/205-jp.jpg" WIDTH="150" HEIGHT="208"></A></TD><TD>(Libro de FreeBSD en japonés que incluye la
|
||||
<TR><TD><A HREF="../gifs/205-jpb.jpg"><IMG SRC="../gifs/205-jp.jpg" WIDTH="150" HEIGHT="208" alt="book cover"></A></TD><TD>(Libro de FreeBSD en japonés que incluye la
|
||||
versión 2.0.5, titulado "FreeBSD: Fun and easy Installation")</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/pc98-jpb.jpg"><IMG SRC="../gifs/pc98-jp.jpg" WIDTH="150" HEIGHT="194"></A></TD><TD>(Libro de FreeBSD en japonés que incluye la
|
||||
<TR><TD><A HREF="../gifs/pc98-jpb.jpg"><IMG SRC="../gifs/pc98-jp.jpg" WIDTH="150" HEIGHT="194" alt="book cover"></A></TD><TD>(Libro de FreeBSD en japonés que incluye la
|
||||
versión 2.0.5, titulado "FreeBSD Introductory Kit")</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/comp_b.jpg"><IMG SRC="../gifs/complete.jpg" WIDTH="150"
|
||||
HEIGHT="228"></A></TD>
|
||||
HEIGHT="228" alt="book cover"></A></TD>
|
||||
<td>Este es el libro "FreeBSD Complete" de Walnut Creek CDROM con guía
|
||||
de instalación, páginas man y 2 cd's de instalación.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/runningb.jpg"><IMG SRC="../gifs/running.jpg" WIDTH="150" HEIGHT="210"></A></TD><TD>Libro de Walnut Creek CDROM titulado "Installing & Running FreeBSD",
|
||||
<TR><TD><A HREF="../gifs/runningb.jpg"><IMG SRC="../gifs/running.jpg" WIDTH="150" HEIGHT="210" alt="book cover"></A></TD><TD>Libro de Walnut Creek CDROM titulado "Installing & Running FreeBSD",
|
||||
que contenía las instrucciones de instalación y dos cd's. Ha sido
|
||||
reemplazado por el más completo "FreeBSD Complete".
|
||||
</TD></TR>
|
||||
<TR><TD><A HREF="../gifs/twb.jpg"><IMG SRC="../gifs/tw.jpg" WIDTH="150" HEIGHT="200"></A></TD><TD>Este libro recientemente publicado (principios de 1997) en Taiwan.
|
||||
<TR><TD><A HREF="../gifs/twb.jpg"><IMG SRC="../gifs/tw.jpg" WIDTH="150" HEIGHT="200" alt="book cover"></A></TD><TD>Este libro recientemente publicado (principios de 1997) en Taiwan.
|
||||
Su título es "FreeBSD: introduction and applications" y el autor es
|
||||
Jian-Da Li.
|
||||
</TD></TR>
|
||||
<TR><TD><A HREF="../gifs/getstarb.jpg"><IMG SRC="../gifs/getstart.jpg" WIDTH="150" HEIGHT="188"></A></TD><TD> Este es el libro "Getting Started with FreeBSD" de
|
||||
<TR><TD><A HREF="../gifs/getstarb.jpg"><IMG SRC="../gifs/getstart.jpg" WIDTH="150" HEIGHT="188" alt="book cover"></A></TD><TD> Este es el libro "Getting Started with FreeBSD" de
|
||||
Fuki-Shuppan. Trata tanto la instalación y entorno japonés como
|
||||
la administración del sistema e información de bajo nivel (como
|
||||
el proceso de arranque). FreeBSD-2.2.2R y XFree86-3.2 en CDROM. 264
|
||||
páginas, 3,400 yen.
|
||||
</TD></TR>
|
||||
<TR><TD><A HREF="../gifs/starkitb.jpg"><IMG SRC="../gifs/starkit.jpg" WIDTH="150" HEIGHT="235"></A></TD><TD>"Personal Unix Starter Kit - FreeBSD" de ASCII. Incluye
|
||||
<TR><TD><A HREF="../gifs/starkitb.jpg"><IMG SRC="../gifs/starkit.jpg" WIDTH="150" HEIGHT="235" alt="book cover"></A></TD><TD>"Personal Unix Starter Kit - FreeBSD" de ASCII. Incluye
|
||||
la historia de Unix, una guía de creación de documentación
|
||||
en japonés y cración de ports. 2.1.7.1R y XFree86-3.2
|
||||
en CDROM.
|
||||
</TD></TR>
|
||||
<TR><TD><A HREF="../gifs/bsdmb.jpg"><IMG SRC="../gifs/bsdm.jpg" WIDTH="150" HEIGHT="235"></A></TD><TD>BSD mit Methode, M. Schulze, B. Roehrig, M. Hoelzer und andere,
|
||||
<TR><TD><A HREF="../gifs/bsdmb.jpg"><IMG SRC="../gifs/bsdm.jpg" WIDTH="150" HEIGHT="235" alt="book cover"></A></TD><TD>BSD mit Methode, M. Schulze, B. Roehrig, M. Hoelzer und andere,
|
||||
C&L Computer und Literatur Verlag, 1998, 850 pages.
|
||||
2 CDROMs, FreeBSD 2.2.6, NetBSD 1.2.1 and 1.3.2, OpenBSD 2.2
|
||||
and 2.3. DM 98,-.
|
||||
|
@ -82,49 +83,49 @@ más recientes a <A HREF="releases/index.html">la página de
|
|||
información de releases de FreeBSD</a>.
|
||||
|
||||
<P>
|
||||
<TABLE BORDER="5" CELLPADDING="15">
|
||||
<TR><TD><A HREF="../gifs/bsdiscb.jpg"><IMG SRC="../gifs/bsdisc.jpg" WIDTH = "150" HEIGHT="141"></A></TD><TD> Este es el BSDisc de InfoMagic, conteniendo FreeBSD 2.0
|
||||
<table class="tblbasic">
|
||||
<TR><TD><A HREF="../gifs/bsdiscb.jpg"><IMG SRC="../gifs/bsdisc.jpg" WIDTH = "150" HEIGHT="141" alt="CDROM cover"></A></TD><TD> Este es el BSDisc de InfoMagic, conteniendo FreeBSD 2.0
|
||||
y NetBSD 1.0 en un solo CD.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-44lite2b.jpg"><IMG SRC="../gifs/wc-44lite2.jpg" WIDTH="150" HEIGHT="142"></A></TD><TD>Esta es la release original de 4.4 BSD Lite2 de UC
|
||||
<TR><TD><A HREF="../gifs/wc-44lite2b.jpg"><IMG SRC="../gifs/wc-44lite2.jpg" WIDTH="150" HEIGHT="142" alt="CDROM cover"></A></TD><TD>Esta es la release original de 4.4 BSD Lite2 de UC
|
||||
Berkeley, la tecnología básica de FreeBSD.
|
||||
</TD></TR>
|
||||
|
||||
|
||||
<TR><TD><A HREF="../gifs/las512b.jpg"><IMG SRC="../gifs/las512.jpg" WIDTH="150" HEIGHT="171"></A></TD><TD>La primera de las series "BSD" de Laser5. Contiene
|
||||
<TR><TD><A HREF="../gifs/las512b.jpg"><IMG SRC="../gifs/las512.jpg" WIDTH="150" HEIGHT="171" alt="CDROM cover"></A></TD><TD>La primera de las series "BSD" de Laser5. Contiene
|
||||
FreeBSD-2.0.5R, NetBSD-1.0, XFree86-3.1.1 y el kernel FreeBSD(98).</TD></TR>
|
||||
|
||||
|
||||
<TR><TD><A HREF="../gifs/las523b.jpg"><IMG SRC="../gifs/las523.jpg" WIDTH="150" HEIGHT="132"></A></TD><TD>The second of Laser5's "BSD" series. From this version, the CDs come
|
||||
<TR><TD><A HREF="../gifs/las523b.jpg"><IMG SRC="../gifs/las523.jpg" WIDTH="150" HEIGHT="132" alt="CDROM cover"></A></TD><TD>The second of Laser5's "BSD" series. From this version, the CDs come
|
||||
in a standard jewel box. Contains FreeBSD-2.1R, NetBSD-1.1,
|
||||
XFree86-3.1.2 and 3.1.2A, and FreeBSD(98) kernel (2.0.5).
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/las5b.jpg"><IMG SRC="../gifs/las5.jpg" WIDTH="150" HEIGHT="128"></A></TD><TD>This is the Laser5 Japanese edition of the
|
||||
<TR><TD><A HREF="../gifs/las5b.jpg"><IMG SRC="../gifs/las5.jpg" WIDTH="150" HEIGHT="128" alt="CDROM cover"></A></TD><TD>This is the Laser5 Japanese edition of the
|
||||
FreeBSD CDROM. It is a 4 CD set.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/phtb.jpg"><IMG SRC="../gifs/pht.jpg" HEIGHT="150" WIDTH="151"></A></TD><TD>This is the only FreeBSD CD Pacific Hitech produced before merging their
|
||||
<TR><TD><A HREF="../gifs/phtb.jpg"><IMG SRC="../gifs/pht.jpg" HEIGHT="150" WIDTH="151" alt="CDROM cover"></A></TD><TD>This is the only FreeBSD CD Pacific Hitech produced before merging their
|
||||
product line with that of Walnut Creek CDROM. PHT now also produces the
|
||||
FreeBSD/J (Japanese) CD product.</TD></TR>
|
||||
|
||||
<TR><TD><A NAME="221cd"></A><A HREF="../gifs/coverb.jpg"><IMG SRC="../gifs/cover.jpg" WIDTH="150" HEIGHT="150"></A></TD><TD>This is the cover disc from the Korean <A HREF="#magazines">magazine</A>.
|
||||
<TR><TD><A NAME="221cd"></A><A HREF="../gifs/coverb.jpg"><IMG SRC="../gifs/cover.jpg" WIDTH="150" HEIGHT="150" alt="CDROM cover"></A></TD><TD>This is the cover disc from the Korean <A HREF="#magazines">magazine</A>.
|
||||
Note the creative cover art! The CD contains the FreeBSD 2.2.1 release
|
||||
with some local additions.</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-10b.jpg"><IMG SRC="../gifs/wc-10.jpg" WIDTH="150" HEIGHT="143"></A></TD><TD>This is it - the very first FreeBSD CD published! Both the FreeBSD
|
||||
<TR><TD><A HREF="../gifs/wc-10b.jpg"><IMG SRC="../gifs/wc-10.jpg" WIDTH="150" HEIGHT="143" alt="CDROM cover"></A></TD><TD>This is it - the very first FreeBSD CD published! Both the FreeBSD
|
||||
Project and Walnut Creek CDROM were fairly young back then, and you'll
|
||||
probably have little difficulty in spotting the differences in production
|
||||
quality between then and now.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-11b.jpg"><IMG SRC="../gifs/wc-11.jpg" WIDTH="150" HEIGHT="150"></A></TD><TD>This was the second FreeBSD CD published by Walnut Creek CDROM and also the
|
||||
<TR><TD><A HREF="../gifs/wc-11b.jpg"><IMG SRC="../gifs/wc-11.jpg" WIDTH="150" HEIGHT="150" alt="CDROM cover"></A></TD><TD>This was the second FreeBSD CD published by Walnut Creek CDROM and also the
|
||||
very last on the 1.x branch (ref USL/Novell lawsuit and settlement). The next release, FreeBSD 1.1.5, was only
|
||||
available on the net.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-blunb.jpg"><IMG SRC="../gifs/wc-blun.jpg" WIDTH="150" HEIGHT="148"></A></TD><TD>This unusual CD is something of a collector's item now given that almost
|
||||
<TR><TD><A HREF="../gifs/wc-blunb.jpg"><IMG SRC="../gifs/wc-blun.jpg" WIDTH="150" HEIGHT="148" alt="CDROM cover"></A></TD><TD>This unusual CD is something of a collector's item now given that almost
|
||||
all existing examples were systematically tracked down and destroyed.
|
||||
|
||||
An artwork mishap has this CD dated for the wrong year, and on the spine
|
||||
|
@ -133,45 +134,45 @@ factor. Ah, the perils of turning in one's artwork just hours before leaving for
|
|||
a trade show.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-200b.jpg"><IMG SRc="../gifs/wc-200.jpg" WIDTH="150" HEIGHT="149"></A></TD><TD>This is the fixed-up version of the FreeBSD 2.0 CD.
|
||||
<TR><TD><A HREF="../gifs/wc-200b.jpg"><IMG SRc="../gifs/wc-200.jpg" WIDTH="150" HEIGHT="149" alt="CDROM cover"></A></TD><TD>This is the fixed-up version of the FreeBSD 2.0 CD.
|
||||
Note that the color scheme has even been changed in the corrected version,
|
||||
something unusual for a fixup and perhaps done to distance it from the
|
||||
earlier mistake. </TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-205b.jpg"><IMG SRC="../gifs/wc-205.jpg" WIDTH="150" HEIGHT="151"></A></TD><TD>The FreeBSD 2.0.5 release CD. This was the first CD to feature Tatsumi Hosokawa's daemon
|
||||
<TR><TD><A HREF="../gifs/wc-205b.jpg"><IMG SRC="../gifs/wc-205.jpg" WIDTH="150" HEIGHT="151" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.0.5 release CD. This was the first CD to feature Tatsumi Hosokawa's daemon
|
||||
artwork.</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-21b.jpg"><IMG SRC="../gifs/wc-21.jpg" WIDTH="150" HEIGHT="149"></A></TD><TD>The FreeBSD 2.1 release CD. This was the first CD release on the 2.1 branch
|
||||
<TR><TD><A HREF="../gifs/wc-21b.jpg"><IMG SRC="../gifs/wc-21.jpg" WIDTH="150" HEIGHT="149" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.1 release CD. This was the first CD release on the 2.1 branch
|
||||
(the last being 2.1.7).</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-215b.jpg"><IMG SRC="../gifs/wc-215.jpg" WIDTH="150" HEIGHT="149"></A></TD><TD>The FreeBSD 2.1.5 release CD.</TD></TR>
|
||||
<TR><TD><A HREF="../gifs/wc-215b.jpg"><IMG SRC="../gifs/wc-215.jpg" WIDTH="150" HEIGHT="149" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.1.5 release CD.</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-216b.jpg"><IMG SRC="../gifs/wc-216.jpg" WIDTH="150" HEIGHT="148"></A></TD><TD>The FreeBSD 2.1.6 release CD.</TD></TR>
|
||||
<TR><TD><a HREF="../gifs/wc-216jpb.jpg"><IMG SRC="../gifs/wc-216jp.jpg" WIDTH="150" HEIGHT="150"></A></TD><TD>The Japanese version of 2.1.6. This was the first and last Japanese
|
||||
<TR><TD><A HREF="../gifs/wc-216b.jpg"><IMG SRC="../gifs/wc-216.jpg" WIDTH="150" HEIGHT="148" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.1.6 release CD.</TD></TR>
|
||||
<TR><TD><a HREF="../gifs/wc-216jpb.jpg"><IMG SRC="../gifs/wc-216jp.jpg" WIDTH="150" HEIGHT="150" alt="CDROM cover"></A></TD><TD>The Japanese version of 2.1.6. This was the first and last Japanese
|
||||
localized version published by WC, responsibility for that product then
|
||||
transitioning to a team led by Tatsumi Hosokawa and sponsored by
|
||||
Pacific Hitech and Laser5.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-217b.jpg"><IMG SRC="../gifs/wc-217.jpg" WIDTH="150" HEIGHT="149"></A></TD><TD>The FreeBSD 2.1.7 release CD. Also the last CD released on the 2.1.x
|
||||
<TR><TD><A HREF="../gifs/wc-217b.jpg"><IMG SRC="../gifs/wc-217.jpg" WIDTH="150" HEIGHT="149" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.1.7 release CD. Also the last CD released on the 2.1.x
|
||||
branch. Done primarily as a security fixup for 2.1.6
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-22snapb.jpg"><IMG SRC="../gifs/wc-22snap.jpg" WIDTH="150" HEIGHT="148"></A></TD><TD>An early release SNAPshot of 2.2 (done before 2.2.1 was released).
|
||||
<TR><TD><A HREF="../gifs/wc-22snapb.jpg"><IMG SRC="../gifs/wc-22snap.jpg" WIDTH="150" HEIGHT="148" alt="CDROM cover"></A></TD><TD>An early release SNAPshot of 2.2 (done before 2.2.1 was released).
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-221b.jpg"><IMG SRC="../gifs/wc-221.jpg" WIDTH="150" HEIGHT="148"></A></TD><TD>The FreeBSD 2.2.1 release CD. This was the first CD on the 2.2 branch.
|
||||
<TR><TD><A HREF="../gifs/wc-221b.jpg"><IMG SRC="../gifs/wc-221.jpg" WIDTH="150" HEIGHT="148" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.2.1 release CD. This was the first CD on the 2.2 branch.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-222b.jpg"><IMG SRC="../gifs/wc-222.jpg" WIDTH="150" HEIGHT="152"></A></TD><TD>The FreeBSD 2.2.2 release CD.
|
||||
<TR><TD><A HREF="../gifs/wc-222b.jpg"><IMG SRC="../gifs/wc-222.jpg" WIDTH="150" HEIGHT="152" alt="CDROM cover"></A></TD><TD>The FreeBSD 2.2.2 release CD.
|
||||
</TD></TR>
|
||||
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-30snab.jpg"><IMG SRC="../gifs/wc-30sna.jpg" WIDTH="150" HEIGHT="148"></A></TD><TD>The FreeBSD 3.0 snapshot CD.
|
||||
<TR><TD><A HREF="../gifs/wc-30snab.jpg"><IMG SRC="../gifs/wc-30sna.jpg" WIDTH="150" HEIGHT="148" alt="CDROM cover"></A></TD><TD>The FreeBSD 3.0 snapshot CD.
|
||||
</TD></TR>
|
||||
|
||||
|
||||
<TR><TD><A HREF="../gifs/wc-docsb.jpg"><IMG SRC="../gifs/wc-docs.jpg" WIDTH="150" HEIGHT="148"></A></TD><TD>The FreeBSD mailing list and newsgroup archives, turned into HTML and
|
||||
<TR><TD><A HREF="../gifs/wc-docsb.jpg"><IMG SRC="../gifs/wc-docs.jpg" WIDTH="150" HEIGHT="148" alt="CDROM cover"></A></TD><TD>The FreeBSD mailing list and newsgroup archives, turned into HTML and
|
||||
semi-indexed by thread. This product ran for 2 releases and then stopped
|
||||
with a thud once it became obvious that there was simply too much data to
|
||||
deal with on one CD. Perhaps when DVD becomes more popular...
|
||||
|
@ -181,24 +182,24 @@ deal with on one CD. Perhaps when DVD becomes more popular...
|
|||
|
||||
<A NAME="magazines"></A>
|
||||
<H2>Magazines</H2>
|
||||
<TABLE BORDER=5 CELLPADDING=15>
|
||||
<TR><TD><A HREF="../gifs/krb.jpg"><IMG SRC="../gifs/kr.jpg" WIDTH="150" HEIGHT="213"></A></TD><TD>Cover of Korean UNIX magazine, May 1997 issue.
|
||||
<table class="tblbasic">
|
||||
<TR><TD><A HREF="../gifs/krb.jpg"><IMG SRC="../gifs/kr.jpg" WIDTH="150" HEIGHT="213" alt="magazine cover"></A></TD><TD>Cover of Korean UNIX magazine, May 1997 issue.
|
||||
Also included <A HREf="#221cd">FreeBSD 2.2.1</A> with cover CDs.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/unixuserb.jpg"><IMG SRC="../gifs/unixuser.jpg" WIDTH="150" HEIGHT="199"></A></TD><TD>UNIX User Magazine
|
||||
<TR><TD><A HREF="../gifs/unixuserb.jpg"><IMG SRC="../gifs/unixuser.jpg" WIDTH="150" HEIGHT="199" alt="magazine cover"></A></TD><TD>UNIX User Magazine
|
||||
November 1996 issue.
|
||||
Also included FreeBSD 2.1.5 on cover CD.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/fullcourse3b.jpg"><IMG SRC="../gifs/fullcourse3.jpg" WIDTH="149" HEIGHT="193"></A></TD><TD>This is the "FreeBSD Full Course" special in April 1997's Software
|
||||
<TR><TD><A HREF="../gifs/fullcourse3b.jpg"><IMG SRC="../gifs/fullcourse3.jpg" WIDTH="149" HEIGHT="193" alt="magazine cover"></A></TD><TD>This is the "FreeBSD Full Course" special in April 1997's Software
|
||||
Design (published by Gijutsu Hyoron Sha). There are 80 pages of
|
||||
FreeBSD articles covering everything from installation to tracking
|
||||
-current.
|
||||
</TD></TR>
|
||||
|
||||
|
||||
<TR><TD><A HREF="../gifs/smart-reseller.jpg"><IMG SRC="../gifs/smart-reseller-small.jpg" WIDTH="149" HEIGHT="193"></A></TD><TD>
|
||||
<TR><TD><A HREF="../gifs/smart-reseller.jpg"><IMG SRC="../gifs/smart-reseller-small.jpg" WIDTH="149" HEIGHT="193" alt="magazine cover"></A></TD><TD>
|
||||
<a href="http://www.zdnet.com/sr/stories/issue/0,4537,349576,00.html">Quality Unix for FREE</a>, by Brett Glass
|
||||
in <a href="http://www.zdnet.com/sr/">Sm@rt Reseller Online</a>
|
||||
September 1998
|
||||
|
@ -208,8 +209,8 @@ September 1998
|
|||
|
||||
<A NAME="newsletter"></A>
|
||||
<H2>Newsletters</H2>
|
||||
<TABLE BORDER=5 CELLPADDING=15>
|
||||
<TR><TD><A HREF="../gifs/newsletb.jpg"><IMG SRC="../gifs/newslett.jpg" WIDTH="150" HEIGHT="194"></A>
|
||||
<table class="tblbasic">
|
||||
<TR><TD><A HREF="../gifs/newsletb.jpg"><IMG SRC="../gifs/newslett.jpg" WIDTH="150" HEIGHT="194" alt="newsletter cover"></A>
|
||||
</TD><TD>This is
|
||||
<A HREF="http://www.freebsdmall.com/newsletter1/">issue #1</A>
|
||||
of the FreeBSD Newsletter, published and distributed free of charge by
|
||||
|
@ -220,7 +221,7 @@ Submit articles/make comments by sending email to
|
|||
<A HREF="mailto:newsletter@FreeBSD.ORG">newsletter@FreeBSD.ORG</A>.
|
||||
</TD></TR>
|
||||
|
||||
<TR><TD><A HREF="../gifs/newslet2b.jpg"><IMG SRC="../gifs/newslet2.jpg" WIDTH="150" HEIGHT="194"></A>
|
||||
<TR><TD><A HREF="../gifs/newslet2b.jpg"><IMG SRC="../gifs/newslet2.jpg" WIDTH="150" HEIGHT="194" alt="newsletter cover"></A>
|
||||
</TD><TD>This is
|
||||
<A HREF="http://www.freebsdmall.com/newsletter2/">issue #2</A>
|
||||
of the FreeBSD Newsletter, published and distributed free of charge by
|
||||
|
@ -234,6 +235,7 @@ Submit articles/make comments by sending email to
|
|||
|
||||
<ADDRESS><A HREF="./mailto.html">questions@FreeBSD.ORG</A><BR>
|
||||
Copyright © 1995-1997 FreeBSD Inc.
|
||||
All rights reserved.<BR>$FreeBSD: www/es/publish.sgml,v 1.2 1999/09/06 07:02:59 peter Exp $</ADDRESS>
|
||||
All rights reserved.<BR>$FreeBSD: www/es/publish.sgml,v 1.3 1999/09/13 13:37:47 jesusr Exp $</ADDRESS>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.0.5R/announce.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0.5 RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.0.5R/announce.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.0.5R/notes.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0.5 ALPHA Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.0.5R/notes.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.0/announce.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.0/credits.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0 Credits">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.0/credits.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.0/install.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0 Installation Guide">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.0/notes.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.0 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.0/notes.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.5R/announce.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.5 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.5R/notes.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.5 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.1.5R/notes.sgml,v 1.2 1999/09/06 07:03:07 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.6R/announce.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.6R/notes.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.1.6R/notes.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.6R/security.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Security Update">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.7R/announce.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.7 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1.7R/notes.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1.7 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.1.7R/notes.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1R/announce.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.1R/notes.sgml,v 1.2 1999/09/06 07:03:08 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.1 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.1R/notes.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.1 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.2.1R/notes.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.2R/errata.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.2 Errata Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.2.2R/errata.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.2R/notes.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.2 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.2.2R/notes.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.5R/announce.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.5 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.5R/errata.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.5 Errata Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.2.5R/errata.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.5R/notes.sgml,v 1.2 1999/09/06 07:03:09 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.5 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.6R/announce.sgml,v 1.2 1999/09/06 07:03:10 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.6 Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.6R/errata.sgml,v 1.2 1999/09/06 07:03:10 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.6 Errata Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/es/releases/2.2.6R/errata.sgml,v 1.2 1999/09/06 07:03:10 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/es/releases/2.2.6R/notes.sgml,v 1.2 1999/09/06 07:03:10 peter Exp $">
|
||||
<!ENTITY title "FreeBSD 2.2.6 Release Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue