Mercurial > hgbook
changeset 720:1ef7708b3b7f
Rename html to htdocs
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 15:35:19 +0800 |
parents | cd978765da64 |
children | 2180358c32c4 |
files | .hgignore htdocs/hgicon.png htdocs/index.en.html htdocs/index.es.html htdocs/index.html.var html/hgicon.png html/index.en.html html/index.es.html html/index.html.var |
diffstat | 9 files changed, 112 insertions(+), 112 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Tue Mar 10 22:40:47 2009 -0700 +++ b/.hgignore Thu Mar 12 15:35:19 2009 +0800 @@ -1,4 +1,4 @@ -[^/]+/html/ +[^/]+/htdocs/ syntax: glob
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htdocs/index.en.html Thu Mar 12 15:35:19 2009 +0800 @@ -0,0 +1,51 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html lang="en"> + <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>Distributed revision control with Mercurial</title> + </head> + + <body> + <h1>Distributed revision control with Mercurial</h1> + + <p>Welcome to the home of the book “Distributed revision + control with Mercurial”, by <a + href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>. + This is a <a href="hgbookap4.html">freely licensed</a> book + about the <a + href="http://www.selenic.com/mercurial">Mercurial</a> revision + control system.</p> + + <ul> + <li>The <a href="hgbook.html">HTML version</a> is split into one + web page per chapter.</li> + <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3 + megabyte file.</li> + <li>The <a href="http://hg.serpentine.com/mercurial/book">source + code</a> is available to the adventurous.</li> + </ul> + + <h2>How you can help Mercurial, and help free software</h2> + + <p>Mercurial is a member of the <a + href="http://conservancy.softwarefreedom.org/">Software + Freedom Conservancy</a>, a wonderful non-profit + organisation that offers its member projects legal and + administrative advice. The SFC can accept <a + href="http://conservancy.softwarefreedom.org/?donate">accept + donations</a> (tax-free under IRS 501(c)(3), within the United + States) on behalf of its member projects. If you would like to + support Mercurial directly, please consider making a donation to + the SFC on its behalf.</p> + + <p>If you would like to help free software developers to provide + their important public services without being impeded by legal + issues, please consider donating to the SFC's sister + organisation, the <a + href="http://www.softwarefreedom.org/">Software Freedom Law + Center</a>.</p> + </body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htdocs/index.es.html Thu Mar 12 15:35:19 2009 +0800 @@ -0,0 +1,53 @@ +<!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="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>. En este sitio usted puede encontrar: + <ul> + <li>La <a href="onepage.html">versión HTML</a> una sola página.</li> + <li>La <a href="hgbook.pdf">versión PDF</a> (1.9 megabytes.)</li> + <li>El <a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">código + fuente</a> de la traducción, si desea revisarla o colaborar con el proyecto. En + <a href="http://hg.serpentine.com/mercurial/book">este sitio</a> puede + encontrar la versión original en inglés.</li> + </ul> + Para más detalles acerca del proceso de traducción, por favor vea <a + href="http://mercurial.intuxication.org/hg/mercurial_book_es/file/tip/es/Leame.1st">este + fichero</a>. + + <h2>¿Cómo puede usted 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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htdocs/index.html.var Thu Mar 12 15:35:19 2009 +0800 @@ -0,0 +1,7 @@ +URI: index.en.html +Content-Language: en +Content-Type: text/html; charset=UTF-8 + +URI: index.es.html +Content-Language: es +Content-Type: text/html; charset=UTF-8
--- a/html/index.en.html Tue Mar 10 22:40:47 2009 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html lang="en"> - <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>Distributed revision control with Mercurial</title> - </head> - - <body> - <h1>Distributed revision control with Mercurial</h1> - - <p>Welcome to the home of the book “Distributed revision - control with Mercurial”, by <a - href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>. - This is a <a href="hgbookap4.html">freely licensed</a> book - about the <a - href="http://www.selenic.com/mercurial">Mercurial</a> revision - control system.</p> - - <ul> - <li>The <a href="hgbook.html">HTML version</a> is split into one - web page per chapter.</li> - <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3 - megabyte file.</li> - <li>The <a href="http://hg.serpentine.com/mercurial/book">source - code</a> is available to the adventurous.</li> - </ul> - - <h2>How you can help Mercurial, and help free software</h2> - - <p>Mercurial is a member of the <a - href="http://conservancy.softwarefreedom.org/">Software - Freedom Conservancy</a>, a wonderful non-profit - organisation that offers its member projects legal and - administrative advice. The SFC can accept <a - href="http://conservancy.softwarefreedom.org/?donate">accept - donations</a> (tax-free under IRS 501(c)(3), within the United - States) on behalf of its member projects. If you would like to - support Mercurial directly, please consider making a donation to - the SFC on its behalf.</p> - - <p>If you would like to help free software developers to provide - their important public services without being impeded by legal - issues, please consider donating to the SFC's sister - organisation, the <a - href="http://www.softwarefreedom.org/">Software Freedom Law - Center</a>.</p> - </body> -</html>
--- a/html/index.es.html Tue Mar 10 22:40:47 2009 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ -<!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="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>. En este sitio usted puede encontrar: - <ul> - <li>La <a href="onepage.html">versión HTML</a> una sola página.</li> - <li>La <a href="hgbook.pdf">versión PDF</a> (1.9 megabytes.)</li> - <li>El <a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">código - fuente</a> de la traducción, si desea revisarla o colaborar con el proyecto. En - <a href="http://hg.serpentine.com/mercurial/book">este sitio</a> puede - encontrar la versión original en inglés.</li> - </ul> - Para más detalles acerca del proceso de traducción, por favor vea <a - href="http://mercurial.intuxication.org/hg/mercurial_book_es/file/tip/es/Leame.1st">este - fichero</a>. - - <h2>¿Cómo puede usted 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>