- 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.
226 lines
10 KiB
XML
Executable file
226 lines
10 KiB
XML
Executable file
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
|
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
|
<!ENTITY base "..">
|
|
<!ENTITY title "Proyecto FreeBSD GNOME">
|
|
<!ENTITY % navinclude.gnome "INCLUDE">
|
|
]>
|
|
|
|
<!-- $FreeBSD: www/es/gnome/index.xsl,v 1.5 2004/03/05 19:31:58 jesusr Exp $ -->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
|
|
exclude-result-prefixes="rdf rdf1" version="1.0">
|
|
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
|
|
|
<xsl:variable name="date" select="'$FreeBSD: www/es/gnome/index.xsl,v 1.5 2004/03/05 19:31:58 jesusr Exp $'"/>
|
|
|
|
<xsl:output type="html" encoding="iso-8859-1"
|
|
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
|
|
|
<xsl:template match="/">
|
|
<html>
|
|
&header1;
|
|
|
|
<body>
|
|
&header2;
|
|
|
|
<table border="0" cellspacing="0" cellpadding="2">
|
|
<tr>
|
|
<td valign="top"> <!-- width="10%" -->
|
|
<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>
|
|
|
|
<p><font size="+1" color="#990000"><b>GNOME en FreeBSD</b></font>
|
|
<small><br/>
|
|
· <a href="http://www.FreeBSD.org/es/gnome/">Inicio GNOME en FreeBSD</a><br/>
|
|
· <a href="docs/faq2.html#q1">Instrucciones de Instalación</a><br/>
|
|
· <a href="../ports/gnome.html">Aplicaciones Disponibles</a><br/>
|
|
· <a href="docs/volunteer.html">Cómo Ayudar</a><br/>
|
|
· <a href="docs/bugging.html">Reportando un Error (Bug)</a><br/>
|
|
· <a href="screenshots.html">Capturas de Pantalla</a><br/>
|
|
· <a href="contact.html">Contáctenos</a><br/>
|
|
</small></p>
|
|
|
|
<p><font size="+1" color="#990000"><b>Documentación</b></font>
|
|
<small><br/>
|
|
· <a href="docs/faq2.html">GNOME FAQ</a><br/>
|
|
· <a href="docs/porting.html">Creando Ports</a><br/>
|
|
· <a href="docs/knownissues.html">Problemas Conocidos</a><br/>
|
|
</small></p>
|
|
|
|
<p><font size="+1" color="#990000"><b>Fuentes</b></font>
|
|
<small><br/>
|
|
· <a href="http://www.gnome.org/">Proyecto GNOME</a><br/>
|
|
· <a href="http://www.gnome.org/gnome-office/">GNOME Office</a><br/>
|
|
· <a href="http://gnu-darwin.sourceforge.net/GNOME/">GNOME en GNU/Darwin</a><br/>
|
|
</small></p>
|
|
|
|
<p><font size="+1" color="#990000"><b>Proyectos Relacionados</b></font>
|
|
<small><br/>
|
|
· <a href="http://www.kde.org/">Proyecto KDE</a><br/>
|
|
· <a href="http://freebsd.kde.org/">KDE en FreeBSD</a><br/>
|
|
· <a href="http://www.opengroup.org/desktop/">CDE (comercial)</a><br/>
|
|
</small></p>
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
|
<small>Buscar en archivos de la lista de correo freebsd-gnome:<br/>
|
|
<input type="text" name="words" size="10"/>
|
|
<input type="hidden" name="max" value="25"/>
|
|
<input type="hidden" name="source" value="freebsd-gnome"/>
|
|
<input type="submit" value="Go"/>
|
|
</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 GNOME?</font></h2>
|
|
<img src="&base;/gnome/images/gnome.png" align="right"
|
|
border="0" alt="GNOME Logo"/>
|
|
|
|
<p>El proyecto GNOME nace como un esfuerzo de crear un entorno
|
|
completo de escritorio para sistemas libres. Desde un
|
|
comienzo, el objetivo principal de GNOME ha sido el de
|
|
proveer al usuario un entorno de escritorio de fácil uso
|
|
y una suite completa de aplicaciones amigables. El Proyecto
|
|
FreeBSD GNOME consiste en llevar GNOME al usuario de FreeBSD.
|
|
</p>
|
|
|
|
<p>Como sucede con la mayoria de los programas GNU, GNOME ha
|
|
sido diseñado para ejecutarse en todos los sistemas
|
|
operativos modernos basados en Unix. A traves del esfuerzo
|
|
del Proyecto FreeBSD GNOME e infinidad de voluntarios, esa
|
|
lista de sistemas operativos incluye a FreeBSD.</p>
|
|
|
|
<p>En los ultimos meses, el proyecto GNOME ha expandido sus
|
|
objetivos para solucionar un sinfin de problemas en la
|
|
infrastructura existente.</p>
|
|
|
|
<p>El proyecto GNOME actua como sombrilla. Los principales
|
|
componentes de GNOME son:</p>
|
|
<ul>
|
|
<li>El <a href="http://www.gnome.org">escritorio GNOME</a>:
|
|
Un entorno gráfico de fácil uso para usuarios.
|
|
</li>
|
|
<li>La plataforma de <a href="http://developer.gnome.org">
|
|
desarrollo GNOME</a>: Una rica colección de
|
|
herramientas, librerías y componentes, para
|
|
desarrollar potentes aplicaciones en Unix.</li>
|
|
<li>La <a href="http://www.gnome.org/gnome-office">GNOME
|
|
Office</a>: Un conjunto de aplicaciones de oficina y
|
|
productividad.</li>
|
|
</ul>
|
|
|
|
<h2><font color="#990000">Estado de la migración</font>
|
|
</h2>
|
|
|
|
<p>Actualmente se soporta GNOME en los sistemas FreeBSD 4.x
|
|
y 5-CURRENT. Cualquier versión anterior a FreeBSD 4.8
|
|
no está soportada. La mayor parte de GNOME ha sido
|
|
migrada aunque, aún queda
|
|
<a href="docs/volunteer.html">mucho por hacer</a>!.</p>
|
|
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<!-- Right-most column -->
|
|
<td valign="top"> <!-- width="20%" -->
|
|
<!-- News 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><font size="+1" color="#990000"><b>Noticias
|
|
FreeBSD GNOME</b></font><br/>
|
|
<font size="-1">
|
|
Ultima Actualización:
|
|
<xsl:value-of
|
|
select="descendant::month[position() = 1]/name"/>
|
|
<xsl:text> </xsl:text>
|
|
<xsl:value-of
|
|
select="descendant::day[position() = 1]/name"/>,
|
|
<xsl:text> </xsl:text>
|
|
<xsl:value-of
|
|
select="descendant::year[position() = 1]/name"/>
|
|
<br/>
|
|
<!-- Pull in the 10 most recent news items -->
|
|
<xsl:for-each select="descendant::event[position() <= 10]">
|
|
· <a>
|
|
<xsl:attribute name="href">
|
|
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>
|
|
<a href="newsflash.html">Ms...</a>
|
|
</font></p>
|
|
|
|
<p><font size="+1" color="#990000"><b>Noticias
|
|
Proyecto GNOME</b></font><br/>
|
|
<font size="-1">
|
|
<xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/channel/*[name() = 'item'][position() < 10]">
|
|
· <a>
|
|
<xsl:attribute name="href">
|
|
<xsl:value-of select="link"/>
|
|
</xsl:attribute>
|
|
<xsl:value-of select="title"/><br/>
|
|
</a>
|
|
</xsl:for-each>
|
|
<a>
|
|
<xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/*[name() = 'channel'][position() = 1]">
|
|
<xsl:attribute name="href">
|
|
<xsl:value-of select="link"/>
|
|
</xsl:attribute>Ms...
|
|
</xsl:for-each>
|
|
</a>
|
|
</font></p>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="FOOTER">
|
|
©right;<br />
|
|
&date;
|
|
</div> <!-- FOOTER -->
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|