hgbook

changeset 507:7f463aab0c07

merged ikks' changes
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 12 10:54:44 2009 -0500 (2009-01-12)
parents 54d3cad45353 bd0c83293048
children c054534808e6
files
line diff
     1.1 --- a/es/Makefile	Mon Jan 12 10:15:01 2009 -0500
     1.2 +++ b/es/Makefile	Mon Jan 12 10:54:44 2009 -0500
     1.3 @@ -94,7 +94,8 @@
     1.4  dist-sources := \
     1.5  	../html/hgicon.png \
     1.6  	../html/index.html.var \
     1.7 -	../html/index.en.html
     1.8 +	../html/index.en.html \
     1.9 +	../html/index.es.html
    1.10  
    1.11  latex-options = \
    1.12  	-interaction batchmode \
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/html/index.es.html	Mon Jan 12 10:54:44 2009 -0500
     2.3 @@ -0,0 +1,50 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     2.5 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2.6 +<html lang="es">
     2.7 +  <head>
     2.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     2.9 +    <link rel="icon" href="/hgicon.png" type="image/png">
    2.10 +    <meta name="robots" content="index,follow">
    2.11 +    <title>Control Distribuido de Revisiones con Mercurial</title>
    2.12 +  </head>
    2.13 +
    2.14 +  <body>
    2.15 +    <h1>Control Distribuido de Revisiones con Mercurial</h1>
    2.16 +
    2.17 +    <p>Bienvenido al sito del libro &ldquo;Control Distribuido de Revisiones con Mercurial&rdquo;, en español, 
    2.18 +      por <a href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    2.19 +      Este libro está cobijado por una <a href="html/split/hgbookap4.html">licencia abierta</a>
    2.20 +      y trata del sistema de control de revisiones
    2.21 +      <a href="http://www.selenic.com/mercurial">Mercurial</a>.
    2.22 +
    2.23 +    <p>Los traductores son <a href="http://devnull.li/~jerojasro/blog/">Javier Rojas</a> e
    2.24 +    <a href="http://igor.tamarapatino.org/">Igor Támara</a>
    2.25 +    <ul>
    2.26 +      <li>La <a href="html/onepage/hgbook.html">versión HTML</a> una sola página.</li>
    2.27 +      <li>La <a href="pdf/hgbook.pdf">versión PDF</a> es un fichero de 1.9
    2.28 +	megabytes.</li>
    2.29 +      <li>El <a href="http://hg.serpentine.com/mercurial/book">código
    2.30 +	fuente</a> disponible para los más avezados 
    2.31 +      (<a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">traducción español</a>).</li>
    2.32 +    </ul>
    2.33 +
    2.34 +    <h2>¿Cómo puede ayudar a Mercurial, y el software libre?</h2>
    2.35 +
    2.36 +    <p>Mercurial es miembro del <a
    2.37 +	href="http://conservancy.softwarefreedom.org/">Conservatorio
    2.38 +	de Software Libre</a>, una maravillosa organización sin ánimo
    2.39 +      de lucro que ofrece a sus proyectos miembros consejo legal y
    2.40 +      administrativo.  La SFC acepta <a href="http://conservancy.softwarefreedom.org/?donate">donaciones</a>
    2.41 +      (deducibles de impuestos bajo IRS 501(c)(3), dentro de los Estados Unidos) 
    2.42 +      en representación de sus proyectos miembros.  Si desea dar un apoyo
    2.43 +      directo a Mercurial, por favor considere hacer una donación a SFC 
    2.44 +      en su representación.</p>
    2.45 +
    2.46 +    <p>Si desea apoyar a los desarrolladores de software libre en su
    2.47 +      importante servicio público sin estar impedido por cuestiones
    2.48 +      legales, por favor considere donar a la organización hermana de
    2.49 +      SFC, el <a
    2.50 +	href="http://www.softwarefreedom.org/">Centro de Leyes de Software
    2.51 +	Libre</a>.</p>
    2.52 +  </body>
    2.53 +</html>
     3.1 --- a/html/index.html.var	Mon Jan 12 10:15:01 2009 -0500
     3.2 +++ b/html/index.html.var	Mon Jan 12 10:54:44 2009 -0500
     3.3 @@ -1,3 +1,7 @@
     3.4  URI: index.en.html
     3.5  Content-Language: en
     3.6  Content-Type: text/html; charset=UTF-8
     3.7 +
     3.8 +URI: index.es.html
     3.9 +Content-Language: es
    3.10 +Content-Type: text/html; charset=UTF-8