PERFORCE change 83028 for review
soc-emily
soc-emily at FreeBSD.org
Fri Sep 2 17:38:46 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=83028
Change 83028 by soc-emily at soc-emily_beastie on 2005/09/02 17:38:36
Work on French and Spanish versions.
Affected files ...
.. //depot/projects/soc2005/www/freebsd/en/layout/css/layout.css#2 edit
.. //depot/projects/soc2005/www/freebsd/es/gnome/index.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/es/gnome/newsflash.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.navabout.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.navcommunity.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.navdevelopers.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.navdocs.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.navdownload.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.navsupport.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/es/includes.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/es/index.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/events/events.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/gallery/gallery-entry.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/gallery/gallery.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/gnome/index.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/gnome/newsflash.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.navabout.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.navcommunity.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.navdevelopers.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.navdocs.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.navdownload.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.navsupport.sgml#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/includes.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/index.xsl#3 edit
.. //depot/projects/soc2005/www/freebsd/fr/news/newsflash.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/news/press.xsl#2 edit
.. //depot/projects/soc2005/www/freebsd/fr/news/status/report.xsl#2 edit
Differences ...
==== //depot/projects/soc2005/www/freebsd/en/layout/css/layout.css#2 (text+ko) ====
@@ -1,4 +1,4 @@
-/*
+/*
FreeBSD.org - Layout Styles
*/
@@ -300,7 +300,7 @@
#FRONTSHORTCUTSCONTENT, #frontshortcutscontent {
margin: 0;
padding: 0;
- padding-left: 35px;
+ padding-left: 25px;
padding-top: 20px;
}
==== //depot/projects/soc2005/www/freebsd/es/gnome/index.xsl#2 (text+ko) ====
@@ -7,6 +7,7 @@
<xsl:import href="../includes.xsl"/>
<xsl:import href="includes.xsl"/>
+ <xsl:variable name="section" select="'developers'"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/es/gnome/index.xsl,v 1.5 2004/03/05 19:31:58 jesusr Exp $'"/>
@@ -17,13 +18,24 @@
<xsl:template match="/">
<html>
+
<xsl:copy-of select="$header1"/>
+
+ <body xsl:use-attribute-sets="att.body">
+
+ <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"/>
- <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
- alink="#0000FF">
-
- <xsl:copy-of select="$header2"/>
-
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td valign="top"> <!-- width="10%" -->
@@ -215,7 +227,17 @@
</tr>
</table>
- <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>
==== //depot/projects/soc2005/www/freebsd/es/gnome/newsflash.xsl#2 (text+ko) ====
@@ -7,7 +7,7 @@
<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'"/>
@@ -21,12 +21,22 @@
<html>
<xsl:copy-of select="$header1"/>
+
+ <body xsl:use-attribute-sets="att.body">
+
+ <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"/>
- <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
- alink="#0000FF">
-
- <xsl:copy-of select="$header2"/>
-
<!-- Notice how entity references in SGML become variable references
in the stylesheet, and that the syntax for referring to variables
inside an attribute is "{$variable}".
@@ -44,7 +54,17 @@
<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>
==== //depot/projects/soc2005/www/freebsd/es/includes.navabout.sgml#3 (text+ko) ====
@@ -10,10 +10,10 @@
<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">Events</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/">Donations</a></li>
+<li><a href="&enbase;/donations/">Donaciones</a></li>
<li><a href="&base;/copyright/">Legal Notices</a></li>
</ul>
</div> <!-- sidenav -->'>
==== //depot/projects/soc2005/www/freebsd/es/includes.navcommunity.sgml#3 (text+ko) ====
@@ -4,10 +4,10 @@
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="&enbase;/community.html">Community</a></li>
-<!--li><a href="&base;/community/mailinglists.html">Mailing Lists</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">Newsgroups</a></li>
-<li><a href="&base;/usergroups.html">User Groups</a></li>
-<li><a href="&base;/community/webresources.html">Web Resources</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 -->'>
==== //depot/projects/soc2005/www/freebsd/es/includes.navdevelopers.sgml#3 (text+ko) ====
@@ -3,12 +3,12 @@
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
-<li><a href="&base;/projects/index.html">Developers</a></li>
-<li><a href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a></li>
-<li><a href="&enbase;/doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a></li>
-<li><a href="&base;/support.html#cvs">CVS Repository</a></li>
+<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/">Platforms</a>
+<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>
@@ -18,6 +18,6 @@
<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">Contributing</a></li>
+<li><a href="&enbase;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contribuir a FreeBSD</a></li>
</ul>
</div> <!-- sidenav -->'>
==== //depot/projects/soc2005/www/freebsd/es/includes.navdocs.sgml#3 (text+ko) ====
@@ -3,18 +3,18 @@
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
-<li><a href="&base;/docs.html">Documentation</a></li>
+<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">Manual Pages</a>
+<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">Publications</a></li>
-<li><a href="&base;/docs.html#links">Web Resources</a></li>
-<li><a href="&base;/projects/newbies.html">For Newbies</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 -->'>
==== //depot/projects/soc2005/www/freebsd/es/includes.navdownload.sgml#3 (text+ko) ====
@@ -3,14 +3,14 @@
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
-<li><a href="&base;/where.html">Get FreeBSD</a></li>
-<li><a href="&base;/releases/">Release Information</a>
+<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;">Production Release: &rel.current;</a></li>
- <li><a href="&u.rel2.announce;">Production (Legacy) Release: &rel2.current;</a></li>
+ <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/">Ported Applications</a></li>
+<li><a href="&base;/ports/">Aplicaciones portadas</a></li>
</ul>
</div> <!-- sidenav -->'>
==== //depot/projects/soc2005/www/freebsd/es/includes.navsupport.sgml#3 (text+ko) ====
@@ -3,22 +3,22 @@
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Section Navigation</h2>
<ul>
-<li><a href="&base;/support.html">Support</a></li>
+<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">Consulting</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">Miscellaneous</a></li>
+ <li><a href="&enbase;/commercial/misc.html">Varios</a></li>
</ul>
</li>
-<li><a href="&base;/security/">Security Information</a></li>
-<li><a href="&base;/support.html#gnats">Bug Reports</a>
+<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">Submit a Problem Report</a></li>
+ <li><a href="&base;/send-pr.html">Enviar un reporte</a></li>
</ul>
</li>
-<li><a href="&base;/support.html#general">Web Resources</a></li>
+<li><a href="&base;/support.html#general">Recursos Web</a></li>
</ul>
</div> <!-- sidenav -->'>
==== //depot/projects/soc2005/www/freebsd/es/includes.xsl#2 (text+ko) ====
@@ -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="section" select="''"/>
+
<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"/>
- </head>
+ <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>
+ <script type="text/javascript" src="{$enbase}/layout/js/geckostyle.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"/>
-
- <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
-
- <br clear="all"/>
-
- <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>
+ <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}/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 -->
+
+ </div> <!-- header -->
+
+ <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>
+
+ <xsl:variable name="header3">
+ <h1><xsl:value-of select="$title"/></h1>
</xsl:variable>
+
+ <xsl:variable name="sidenav">
+ <div id="sidewrap">
+
+ <div id="sidenav">
+ <h2 class="blockhide">Section Navigation</h2>
+
+ <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>
- <!-- template: "html-index-advisories-items-lastmodified" -->
+ <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:template name="html-index-advisories-items-lastmodified">
- <xsl:param name="advisories.xml" select="''" />
+ <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>
- <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>
+ <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>
- <!-- template: "html-index-news-project-items"
- pulls in the 10 most recent project items -->
+ <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:template name="html-index-news-project-items">
- <xsl:param name="news.project.xml" select="''" />
-
- <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>
-
- <!-- template: "html-index-news-press-items"
- pulls in the 10 most recent press items -->
-
- <xsl:template name="html-index-news-press-items">
- <xsl:param name="news.press.xml" select="''" />
-
- <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>
-
- <!-- template: "html-index-news-project-items-lastmodified" -->
-
- <xsl:template name="html-index-news-project-items-lastmodified">
- <xsl:param name="news.project.xml" select="''" />
-
- <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: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>
+
+ </div> <!-- sidenav -->
+
+ </div> <!-- sidewrap -->
+ </xsl:variable>
+
+ <xsl:variable name="footer">
+ <div id="footer">
+ <xsl:value-of select="$copyright"/>
+ </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>
==== //depot/projects/soc2005/www/freebsd/es/index.xsl#2 (text+ko) ====
@@ -14,379 +14,302 @@
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
<!-- 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="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: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>
+ <script type="text/javascript" src="{$enbase}/layout/js/geckostyle.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 at freebsd.org">bruscar at 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 -->
+
+ <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 -->
- <br/>
+ <div id="frontfeatureright">
+ <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 -->
- <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="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 -->
- <input type="submit" value=" Ir "/>
+ <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 -->
- <br/>
+ <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 -->
+
+ </div> <!-- frontfeaturecontainer -->
- <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 class="clearboth" />
+ <div id="frontnemscontainer">
+ <div id="frontnews">
+ <div id="frontnewscontent" class="txtnewsevent">
+ <h2>LATEST NEWS</h2>
+ <div class="newseventswrap">
- <br/>
+ <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>
- <hr size="1" noshade="noshade"/>
+ <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 -->
- <!-- 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>
+ </div> <!-- frontnewscontent -->
+ </div> <!-- frontnews -->
+ <div id="frontevents">
+ <div id="fronteventscontent" class="txtnewsevent">
- <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>
+ <h2>UPCOMING EVENTS</h2>
+ <div class="newseventswrap">
- <td></td>
+ <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>
- <!-- Main body column -->
- <td align="left" valign="top" rowspan="2">
- <h2><font color="#990000">¿Qué es FreeBSD?</font></h2>
+ <div>
+ <ul class="newseventslist">
+ <li class="only-child">
+ <a href="{$enbase}/events/" title="More Events">More Events</a>
+ </li>
+ </ul>
+ </div> <!-- unnamed -->
+ </div> <!-- newseventswrap -->
- <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> <!-- frontnewsevents -->
+ </div> <!-- frontevents -->
+ <div id="frontmedia">
+ <div id="frontmediacontent" class="txtnewsevent">
- <h2><font color="#990000">Características principales
- </font></h2>
+ <h2>IN THE MEDIA</h2>
+ <div class="newseventswrap">
- <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>
+ <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>
- <h2><font color="#990000">Potentes Soluciones Internet</font>
- </h2>
+ <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 -->
- <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>
+ </div> <!-- frontmediacontent -->
+ </div> <!-- frontmedia -->
- <h2><font color="#990000">Ejecuta una gran variedad de
- aplicaciones</font></h2>
+ <div id="frontsecurity">
+ <div id="frontsecuritycontent" class="txtnewsevent">
- <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>AVISOS DE SEGURIDAD</h2>
+ <div class="newseventswrap">
>>> TRUNCATED FOR MAIL (1000 lines) <<<
More information about the p4-projects
mailing list