de3f531874
- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/navibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>?share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible.
73 lines
2.5 KiB
Text
73 lines
2.5 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY email 'freebsd-www'>
|
|
<!ENTITY title "Supported Platforms">
|
|
<!ENTITY date "$FreeBSD: www/es/platforms/index.sgml,v 1.2 2005/12/15 19:25:52 jcamou Exp $">
|
|
]>
|
|
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Introducción</h2>
|
|
|
|
<p>Aquí encontrará las arquitecturas en
|
|
las que es posible utilizar FreeBSD, junto con
|
|
aquellas en las que se está trabajando
|
|
para conseguirlo.</p>
|
|
|
|
<h2>Índice</h2>
|
|
|
|
<ul>
|
|
<li><a href="alpha.html">Proyecto FreeBSD/alpha</a></li>
|
|
<li><a href="amd64.html">Proyecto FreeBSD/amd64</a></li>
|
|
<li><a href="arm.html">Proyecto FreeBSD/ARM</a></li>
|
|
<li><a href="ia64/index.html">Proyecto FreeBSD/ia64t</a></li>
|
|
<li><a href="i386.html">Proyecto FreeBSD/i386</a></li>
|
|
<li><a href="mips.html">Proyecto FreeBSD/MIPS</a></li>
|
|
<li><a href="pc98.html">Proyecto FreeBSD/pc98</a></li>
|
|
<li><a href="ppc.html">Proyecto FreeBSD/ppc</a></li>
|
|
<li><a href="sparc.html">Proyecto FreeBSD/sparc64</a></li>
|
|
</ul>
|
|
|
|
<h2>Comentarios e Información</h2>
|
|
|
|
<p>Si tiene algún comentario acerca de algún port,
|
|
o quiere facilitar información a los
|
|
desarrolladores, hágalo mediante la lista
|
|
de correo correspondiente. Las listas son:</p>
|
|
|
|
<ul>
|
|
<li>Port FreeBSD/alpha, <a
|
|
href="mailto:freebsd-alpha@FreeBSD.org">freebsd-alpha@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/amd64, <a
|
|
href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/ARM, <a
|
|
href="mailto:freebsd-arm@FreeBSD.org">freebsd-arm@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/i386, <a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/ia64, <a
|
|
href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/MIPS, <a
|
|
href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/pc98, <a
|
|
href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/ppc, <a
|
|
href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
|
|
|
|
<li>Port FreeBSD/sparc64, <a
|
|
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
|
|
|
|
<li>Para preguntas en general acerca de las arquitecturas, <a
|
|
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</html>
|