Mercurial > hgbook
changeset 606:7f463aab0c07
merged ikks' changes
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Mon, 12 Jan 2009 10:54:44 -0500 |
parents | 54d3cad45353 (current diff) bd0c83293048 (diff) |
children | c054534808e6 |
files | |
diffstat | 3 files changed, 56 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/es/Makefile Mon Jan 12 10:15:01 2009 -0500 +++ b/es/Makefile Mon Jan 12 10:54:44 2009 -0500 @@ -94,7 +94,8 @@ dist-sources := \ ../html/hgicon.png \ ../html/index.html.var \ - ../html/index.en.html + ../html/index.en.html \ + ../html/index.es.html latex-options = \ -interaction batchmode \
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/index.es.html Mon Jan 12 10:54:44 2009 -0500 @@ -0,0 +1,50 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html lang="es"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link rel="icon" href="/hgicon.png" type="image/png"> + <meta name="robots" content="index,follow"> + <title>Control Distribuido de Revisiones con Mercurial</title> + </head> + + <body> + <h1>Control Distribuido de Revisiones con Mercurial</h1> + + <p>Bienvenido al sito del libro “Control Distribuido de Revisiones con Mercurial”, en español, + por <a href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>. + Este libro está cobijado por una <a href="html/split/hgbookap4.html">licencia abierta</a> + y trata del sistema de control de revisiones + <a href="http://www.selenic.com/mercurial">Mercurial</a>. + + <p>Los traductores son <a href="http://devnull.li/~jerojasro/blog/">Javier Rojas</a> e + <a href="http://igor.tamarapatino.org/">Igor Támara</a> + <ul> + <li>La <a href="html/onepage/hgbook.html">versión HTML</a> una sola página.</li> + <li>La <a href="pdf/hgbook.pdf">versión PDF</a> es un fichero de 1.9 + megabytes.</li> + <li>El <a href="http://hg.serpentine.com/mercurial/book">código + fuente</a> disponible para los más avezados + (<a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">traducción español</a>).</li> + </ul> + + <h2>¿Cómo puede ayudar a Mercurial, y el software libre?</h2> + + <p>Mercurial es miembro del <a + href="http://conservancy.softwarefreedom.org/">Conservatorio + de Software Libre</a>, una maravillosa organización sin ánimo + de lucro que ofrece a sus proyectos miembros consejo legal y + administrativo. La SFC acepta <a href="http://conservancy.softwarefreedom.org/?donate">donaciones</a> + (deducibles de impuestos bajo IRS 501(c)(3), dentro de los Estados Unidos) + en representación de sus proyectos miembros. Si desea dar un apoyo + directo a Mercurial, por favor considere hacer una donación a SFC + en su representación.</p> + + <p>Si desea apoyar a los desarrolladores de software libre en su + importante servicio público sin estar impedido por cuestiones + legales, por favor considere donar a la organización hermana de + SFC, el <a + href="http://www.softwarefreedom.org/">Centro de Leyes de Software + Libre</a>.</p> + </body> +</html>