hgbook

diff html/index.es.html @ 506:bd0c83293048

Added main presentation page
author Igor Támara <igor@tamarapatino.org>
date Mon Jan 12 10:39:57 2009 -0500 (2009-01-12)
parents
children 459dc19bdd98
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/html/index.es.html	Mon Jan 12 10:39:57 2009 -0500
     1.3 @@ -0,0 +1,50 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.5 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.6 +<html lang="es">
     1.7 +  <head>
     1.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     1.9 +    <link rel="icon" href="/hgicon.png" type="image/png">
    1.10 +    <meta name="robots" content="index,follow">
    1.11 +    <title>Control Distribuido de Revisiones con Mercurial</title>
    1.12 +  </head>
    1.13 +
    1.14 +  <body>
    1.15 +    <h1>Control Distribuido de Revisiones con Mercurial</h1>
    1.16 +
    1.17 +    <p>Bienvenido al sito del libro &ldquo;Control Distribuido de Revisiones con Mercurial&rdquo;, en español, 
    1.18 +      por <a href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    1.19 +      Este libro está cobijado por una <a href="html/split/hgbookap4.html">licencia abierta</a>
    1.20 +      y trata del sistema de control de revisiones
    1.21 +      <a href="http://www.selenic.com/mercurial">Mercurial</a>.
    1.22 +
    1.23 +    <p>Los traductores son <a href="http://devnull.li/~jerojasro/blog/">Javier Rojas</a> e
    1.24 +    <a href="http://igor.tamarapatino.org/">Igor Támara</a>
    1.25 +    <ul>
    1.26 +      <li>La <a href="html/onepage/hgbook.html">versión HTML</a> una sola página.</li>
    1.27 +      <li>La <a href="pdf/hgbook.pdf">versión PDF</a> es un fichero de 1.9
    1.28 +	megabytes.</li>
    1.29 +      <li>El <a href="http://hg.serpentine.com/mercurial/book">código
    1.30 +	fuente</a> disponible para los más avezados 
    1.31 +      (<a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">traducción español</a>).</li>
    1.32 +    </ul>
    1.33 +
    1.34 +    <h2>¿Cómo puede ayudar a Mercurial, y el software libre?</h2>
    1.35 +
    1.36 +    <p>Mercurial es miembro del <a
    1.37 +	href="http://conservancy.softwarefreedom.org/">Conservatorio
    1.38 +	de Software Libre</a>, una maravillosa organización sin ánimo
    1.39 +      de lucro que ofrece a sus proyectos miembros consejo legal y
    1.40 +      administrativo.  La SFC acepta <a href="http://conservancy.softwarefreedom.org/?donate">donaciones</a>
    1.41 +      (deducibles de impuestos bajo IRS 501(c)(3), dentro de los Estados Unidos) 
    1.42 +      en representación de sus proyectos miembros.  Si desea dar un apoyo
    1.43 +      directo a Mercurial, por favor considere hacer una donación a SFC 
    1.44 +      en su representación.</p>
    1.45 +
    1.46 +    <p>Si desea apoyar a los desarrolladores de software libre en su
    1.47 +      importante servicio público sin estar impedido por cuestiones
    1.48 +      legales, por favor considere donar a la organización hermana de
    1.49 +      SFC, el <a
    1.50 +	href="http://www.softwarefreedom.org/">Centro de Leyes de Software
    1.51 +	Libre</a>.</p>
    1.52 +  </body>
    1.53 +</html>