2004-03-05 23:42:32 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
|
2004-09-20 20:10:24 +02:00
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<!-- $FreeBSDes: www/es/index.xsl,v 1.4 2004/09/07 21:46:11 jcamou Exp $ -->
|
2004-03-05 23:42:32 +01:00
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
|
|
|
|
<xsl:import href="includes.xsl"/>
|
|
|
|
<xsl:import href="../en/news/includes.xsl"/>
|
|
|
|
|
|
|
|
<xsl:variable name="base" select="'.'"/>
|
|
|
|
<xsl:variable name="enbase" select="'..'"/>
|
2004-09-20 20:10:24 +02:00
|
|
|
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.2 2004/04/12 05:37:24 den Exp $'"/>
|
2004-03-05 23:42:32 +01:00
|
|
|
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
|
|
|
|
|
|
|
<!-- these params should be externally bound. The values
|
|
|
|
here are not used actually -->
|
|
|
|
<xsl:param name="advisories.xml" select="'none'"/>
|
2004-09-20 20:10:24 +02:00
|
|
|
<xsl:param name="notices.xml" select="'none'"/>
|
2004-03-05 23:42:32 +01:00
|
|
|
<xsl:param name="mirrors.xml" select="'none'"/>
|
|
|
|
<xsl:param name="news.press.xml" select="'none'"/>
|
|
|
|
<xsl:param name="news.project.xml" select="'none'"/>
|
|
|
|
|
|
|
|
<xsl:output type="html" encoding="iso-8859-1"
|
|
|
|
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
|
|
|
|
|
|
|
<xsl:template match="/">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><xsl:value-of select="$title"/></title>
|
|
|
|
|
|
|
|
<meta name="description" content="El Proyecto FreeBSD"/>
|
|
|
|
|
|
|
|
<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"/>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
|
|
|
alink="#0000FF">
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
<tr>
|
2004-09-20 20:10:24 +02:00
|
|
|
<td><a href="http://www.FreeBSD.org/es/index.html">
|
2004-03-05 23:42:32 +01:00
|
|
|
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
|
|
|
alt="FreeBSD: The Power to Serve" border="0"/></a></td>
|
|
|
|
|
|
|
|
<td align="right" valign="bottom">
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/mirror.cgi"
|
|
|
|
method="get">
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<font color="#990000"><b>Selecciona el servidor más
|
|
|
|
cercano:</b></font>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<input type="submit" value=" Ir "/>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<hr size="1" noshade="noshade"/>
|
|
|
|
|
|
|
|
<!-- 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>
|
2004-06-14 02:29:45 +02:00
|
|
|
<xsl:call-template name="html-index-navigation-link-list">
|
|
|
|
<xsl:with-param name="navigation.xml" select="$navigation.xml"/>
|
|
|
|
</xsl:call-template>
|
2004-03-05 23:42:32 +01:00
|
|
|
|
|
|
|
<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, AMD64, DEC Alpha, IA-64, PC-98 UltraSPARC®.
|
|
|
|
FreeBSD es un derivado de BSD UNIX, 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. Visita
|
|
|
|
nuestra
|
|
|
|
<a href="{$enbase}/gallery/gallery.html">galería</a>
|
|
|
|
para ver ejemplos de aplicaciones y servicios ofrecidos por
|
|
|
|
FreeBSD.</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 disponibile
|
|
|
|
<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 directas son deducibles de
|
|
|
|
impuestos en su totalidad. Por favor, contactar con
|
|
|
|
bod@FreeBSDFoundation.org para obtener más
|
|
|
|
información o escribir a The FreeBSD Foundation, 7321
|
|
|
|
Brockway Dr. Boulder, CO 80303. USA.</p>
|
|
|
|
|
|
|
|
<p>La compañia Silicon Breeze ha realizado unas esculturas
|
|
|
|
del BSD Daemon en metal y dona el 15% de todos los pedidos de
|
|
|
|
estas estatuillas a la Fundación FreeBSD. Para conocer
|
|
|
|
la historia completa y como realizar pedidos, consultar
|
|
|
|
<a href="http://www.linuxjewellery.com/beastie/">esta página</a>.</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>
|
2004-09-20 20:10:24 +02:00
|
|
|
<a href="{$u.rel.announce}">
|
2004-03-05 23:42:32 +01:00
|
|
|
<font size="+1" color="#990000"><b>Nueva
|
|
|
|
Tecnología:
|
|
|
|
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
2004-09-20 20:10:24 +02:00
|
|
|
<small>· <a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">Guía de Instalación</a><br/>
|
2004-03-05 23:42:32 +01:00
|
|
|
· <a href="{$u.rel.notes}">Notas de Release</a><br/>
|
|
|
|
· <a href="{$u.rel.hardware}">Notas de Hardware</a><br/>
|
2004-09-20 20:10:24 +02:00
|
|
|
· <a href="{$u.rel.installation}">Notas de Instalación</a><br/>
|
2004-03-05 23:42:32 +01:00
|
|
|
· <a href="{$u.rel.errata}">Errata</a><br/>
|
|
|
|
· <a href="{$u.rel.early}">Early Adopter's Guide</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/>
|
2004-09-20 20:10:24 +02:00
|
|
|
<small>· <a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">Guía de Instalación</a><br/>
|
2004-03-05 23:42:32 +01:00
|
|
|
· <a href="{$u.rel2.notes}">Notas de Release</a><br/>
|
|
|
|
· <a href="{$u.rel2.hardware}">Notas de Hardware</a><br/>
|
2004-09-20 20:10:24 +02:00
|
|
|
· <a href="{$u.rel2.installation}">Notas de Instalación</a><br/>
|
2004-03-05 23:42:32 +01:00
|
|
|
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Noticias del
|
2004-06-14 02:29:45 +02:00
|
|
|
Proyecto</b></font><font color="990000">(<a href="{$enbase}/news/news.rdf">RSS</a>)</font><br/>
|
2004-03-05 23:42:32 +01:00
|
|
|
<font size="-1">
|
|
|
|
Ultima actualización:
|
|
|
|
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>FreeBSD en la
|
|
|
|
Prensa</b></font><br/>
|
|
|
|
|
|
|
|
<font size="-1">
|
|
|
|
Ultima actualización:
|
|
|
|
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Avisos de
|
2004-06-25 04:05:33 +02:00
|
|
|
Seguridad</b></font>
|
|
|
|
<xsl:text> </xsl:text>
|
2004-09-20 20:10:24 +02:00
|
|
|
<font color="#990000">(<a href="{$enbase}/security/advisories.rdf">RSS</a>)</font><br/>
|
2004-03-05 23:42:32 +01:00
|
|
|
|
|
|
|
<font size="-1">
|
|
|
|
Ultima actualización:
|
|
|
|
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
|
|
|
<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>
|
2004-09-20 20:10:24 +02:00
|
|
|
|
|
|
|
<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>
|
2004-03-05 23:42:32 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p> </p>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<hr noshade="noshade" size="1" />
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<td><a href="http://www.daemonnews.org/"><img src="{$enbase}/gifs/darbylogo.gif"
|
|
|
|
alt="[Daemon News]" height="45" width="130"
|
|
|
|
border="0"/></a></td>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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-2004
|
|
|
|
The FreeBSD Project.<br/>
|
|
|
|
All rights reserved.</small></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Local Variables:
|
|
|
|
mode: xml
|
|
|
|
sgml-indent-data: t
|
|
|
|
sgml-omittag: nil
|
|
|
|
sgml-always-quote-attributes: t
|
|
|
|
End:
|
|
|
|
-->
|