Update navigation bar and fix minor typos.
This commit is contained in:
parent
b9c96efbde
commit
256ceef70e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22404
5 changed files with 39 additions and 19 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
# $FreeBSDes: www/es/Makefile,v 1.3 2004/09/07 21:43:32 jcamou Exp $
|
||||||
|
|
||||||
.if exists(Makefile.conf)
|
.if exists(Makefile.conf)
|
||||||
.include "Makefile.conf"
|
.include "Makefile.conf"
|
||||||
|
|
@ -57,11 +58,12 @@ CLEANFILES+= index.html
|
||||||
|
|
||||||
index.html: index.xsl ${XML_INCLUDES} \
|
index.html: index.xsl ${XML_INCLUDES} \
|
||||||
${XML_NEWS_INCLUDES_MASTER} ${XML_NEWS_NEWS_MASTER} ${XML_NEWS_PRESS_MASTER} \
|
${XML_NEWS_INCLUDES_MASTER} ${XML_NEWS_NEWS_MASTER} ${XML_NEWS_PRESS_MASTER} \
|
||||||
${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION}
|
${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION} ${XML_NOTICES}
|
||||||
${XSLTPROC} ${XSLTPROCOPTS} \
|
${XSLTPROC} ${XSLTPROCOPTS} \
|
||||||
-o $@ \
|
-o $@ \
|
||||||
--param mirrors.xml "'${XML_MIRRORS}'" \
|
--param mirrors.xml "'${XML_MIRRORS}'" \
|
||||||
--param advisories.xml "'${XML_ADVISORIES}'" \
|
--param advisories.xml "'${XML_ADVISORIES}'" \
|
||||||
|
--param notices.xml "'${XML_NOTICES}'" \
|
||||||
--param news.press.xml "'${XML_NEWS_PRESS_MASTER}'" \
|
--param news.press.xml "'${XML_NEWS_PRESS_MASTER}'" \
|
||||||
--param news.project.xml "'${XML_NEWS_NEWS_MASTER}'" \
|
--param news.project.xml "'${XML_NEWS_NEWS_MASTER}'" \
|
||||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,17 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/es/docproj/sgml.sgml,v 1.8 2001/07/26 06:43:19 asmodai Exp $">
|
<!ENTITY date "$FreeBSD$">
|
||||||
<!ENTITY title "Proyecto de Documentación de FreeBSD: SGML">
|
<!ENTITY title "Proyecto de Documentación de FreeBSD: SGML">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/es/docproj/sgml.sgml,v 1.8 2001/07/26 06:43:19 asmodai Exp $ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
<!-- $FreeBSDes$ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
<p>El proyecto de Documentación intenta usar SGML como
|
<p>El proyecto de Documentación intenta usar SGML como
|
||||||
método estandar de representar la documentación.</p>
|
método estándar de representar la documentación.</p>
|
||||||
|
|
||||||
<p>SGML es el lenguaje <b>S</b>tandard <b>G</b>eneralised <b>M</b>arkup
|
<p>SGML es el lenguaje <b>S</b>tandard <b>G</b>eneralised <b>M</b>arkup
|
||||||
<b>L</b>.</p>
|
<b>L</b>.</p>
|
||||||
|
|
|
||||||
39
es/index.xsl
39
es/index.xsl
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/es/index.xsl,v 1.3 2004/06/14 00:29:45 jesusr Exp $ -->
|
<!-- $FreeBSD$ -->
|
||||||
<!-- $FreeBSDes$ -->
|
<!-- $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">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
|
|
@ -10,12 +10,13 @@
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<xsl:variable name="base" select="'.'"/>
|
||||||
<xsl:variable name="enbase" select="'..'"/>
|
<xsl:variable name="enbase" select="'..'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.3 2004/06/14 00:29:45 jesusr Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.2 2004/04/12 05:37:24 den Exp $'"/>
|
||||||
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
||||||
|
|
||||||
<!-- these params should be externally bound. The values
|
<!-- these params should be externally bound. The values
|
||||||
here are not used actually -->
|
here are not used actually -->
|
||||||
<xsl:param name="advisories.xml" select="'none'"/>
|
<xsl:param name="advisories.xml" select="'none'"/>
|
||||||
|
<xsl:param name="notices.xml" select="'none'"/>
|
||||||
<xsl:param name="mirrors.xml" select="'none'"/>
|
<xsl:param name="mirrors.xml" select="'none'"/>
|
||||||
<xsl:param name="news.press.xml" select="'none'"/>
|
<xsl:param name="news.press.xml" select="'none'"/>
|
||||||
<xsl:param name="news.project.xml" select="'none'"/>
|
<xsl:param name="news.project.xml" select="'none'"/>
|
||||||
|
|
@ -42,7 +43,7 @@
|
||||||
|
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://www.FreeBSD.org/it/index.html">
|
<td><a href="http://www.FreeBSD.org/es/index.html">
|
||||||
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
||||||
alt="FreeBSD: The Power to Serve" border="0"/></a></td>
|
alt="FreeBSD: The Power to Serve" border="0"/></a></td>
|
||||||
|
|
||||||
|
|
@ -238,14 +239,14 @@
|
||||||
bgcolor="#ffcc66" width="100%">
|
bgcolor="#ffcc66" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top"><p>
|
<td valign="top"><p>
|
||||||
<a href="{$u.rel.early}">
|
<a href="{$u.rel.announce}">
|
||||||
<font size="+1" color="#990000"><b>Nueva
|
<font size="+1" color="#990000"><b>Nueva
|
||||||
Tecnología:
|
Tecnología:
|
||||||
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
||||||
<small>· <a href="{$u.rel.announce}">Anuncio</a><br/>
|
<small>· <a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">Guía de Instalación</a><br/>
|
||||||
· <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.notes}">Notas de Release</a><br/>
|
||||||
· <a href="{$u.rel.hardware}">Notas de Hardware</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.errata}">Errata</a><br/>
|
||||||
· <a href="{$u.rel.early}">Early Adopter's Guide</a></small></p>
|
· <a href="{$u.rel.early}">Early Adopter's Guide</a></small></p>
|
||||||
|
|
||||||
|
|
@ -254,10 +255,10 @@
|
||||||
<font size="+1" color="#990000"><b>Release en
|
<font size="+1" color="#990000"><b>Release en
|
||||||
Producción:
|
Producción:
|
||||||
<xsl:value-of select="$rel2.current"/></b></font></a><br/>
|
<xsl:value-of select="$rel2.current"/></b></font></a><br/>
|
||||||
<small>· <a href="{$u.rel2.announce}">Anuncio</a><br/>
|
<small>· <a href="{$enbase}/doc/es_ES.ISO8859-1/books/handbook/install.html">Guía de Instalación</a><br/>
|
||||||
· <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.notes}">Notas de Release</a><br/>
|
||||||
· <a href="{$u.rel2.hardware}">Notas de Hardware</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>
|
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
||||||
|
|
||||||
<p><font size="+1" color="#990000"><b>Noticias del
|
<p><font size="+1" color="#990000"><b>Noticias del
|
||||||
|
|
@ -293,8 +294,7 @@
|
||||||
<p><font size="+1" color="#990000"><b>Avisos de
|
<p><font size="+1" color="#990000"><b>Avisos de
|
||||||
Seguridad</b></font>
|
Seguridad</b></font>
|
||||||
<xsl:text> </xsl:text>
|
<xsl:text> </xsl:text>
|
||||||
<font color="#990000">(<a
|
<font color="#990000">(<a href="{$enbase}/security/advisories.rdf">RSS</a>)</font><br/>
|
||||||
href="{$enbase}/security/advisories.rdf">RSS</a>)</font><br/>
|
|
||||||
|
|
||||||
<font size="-1">
|
<font size="-1">
|
||||||
Ultima actualización:
|
Ultima actualización:
|
||||||
|
|
@ -308,6 +308,23 @@
|
||||||
<a href="{$base}/security/index.html">Más...</a>
|
<a href="{$base}/security/index.html">Más...</a>
|
||||||
</font>
|
</font>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
$FreeBSDes$
|
$FreeBSDes: www/es/navigation.xml,v 1.1 2004/06/13 23:30:40 jesusr Exp $
|
||||||
-->
|
-->
|
||||||
<navigation>
|
<navigation>
|
||||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY date "$FreeBSD: www/es/send-pr.sgml,v 1.7 1999/09/06 07:02:59 peter Exp $">
|
<!ENTITY date "$FreeBSD$">
|
||||||
<!ENTITY title "Envío de informe de problemas con FreeBSD">
|
<!ENTITY title "Envío de informe de problemas con FreeBSD">
|
||||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
<!ENTITY bugbusters "bugbusters@FreeBSD.org">
|
<!ENTITY bugbusters "bugbusters@FreeBSD.org">
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/es/send-pr.sgml,v 1.7 1999/09/06 07:02:59 peter Exp $ -->
|
<!-- $FreeBSD$ -->
|
||||||
<!-- $FreeBSDes: www/es/send-pr.sgml,v 1.2 2004/06/25 02:45:50 jesusr Exp $ -->
|
<!-- $FreeBSDes: www/es/send-pr.sgml,v 1.2 2004/06/25 02:45:50 jesusr Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
Asegúrate de responder el campo "Entorno" como te solicitamos con la salida de la máquina en la que está ocurriendo el
|
Asegúrate de responder el campo "Entorno" como te solicitamos con la salida de la máquina en la que está ocurriendo el
|
||||||
problema.</p>
|
problema.</p>
|
||||||
|
|
||||||
<p>Para hacer mas eficiente un reporte, se recomienda leer la
|
<p>Para hacer más eficiente un reporte, se recomienda leer la
|
||||||
<a href="&base;/../doc/en_US.ISO8859-1/articles/problem-reports/article.html">
|
<a href="&base;/../doc/en_US.ISO8859-1/articles/problem-reports/article.html">
|
||||||
guía para escribir un reporte de problema</a> y así
|
guía para escribir un reporte de problema</a> y así
|
||||||
facilitar el proceso.</p>
|
facilitar el proceso.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue