hgbook

changeset 621:1ef7708b3b7f

Rename html to htdocs
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Mar 12 15:35:19 2009 +0800 (2009-03-12)
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
line diff
     1.1 --- a/.hgignore	Tue Mar 10 22:40:47 2009 -0700
     1.2 +++ b/.hgignore	Thu Mar 12 15:35:19 2009 +0800
     1.3 @@ -1,4 +1,4 @@
     1.4 -[^/]+/html/
     1.5 +[^/]+/htdocs/
     1.6  
     1.7  syntax: glob
     1.8  
     2.1 Binary file htdocs/hgicon.png has changed
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/htdocs/index.en.html	Thu Mar 12 15:35:19 2009 +0800
     3.3 @@ -0,0 +1,51 @@
     3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     3.5 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3.6 +<html lang="en">
     3.7 +  <head>
     3.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     3.9 +    <link rel="icon" href="/hgicon.png" type="image/png">
    3.10 +    <meta name="robots" content="index,follow">
    3.11 +    <title>Distributed revision control with Mercurial</title>
    3.12 +  </head>
    3.13 +
    3.14 +  <body>
    3.15 +    <h1>Distributed revision control with Mercurial</h1>
    3.16 +
    3.17 +    <p>Welcome to the home of the book &ldquo;Distributed revision
    3.18 +      control with Mercurial&rdquo;, by <a
    3.19 +      href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    3.20 +      This is a <a href="hgbookap4.html">freely licensed</a> book
    3.21 +      about the <a
    3.22 +      href="http://www.selenic.com/mercurial">Mercurial</a> revision
    3.23 +      control system.</p>
    3.24 +
    3.25 +    <ul>
    3.26 +      <li>The <a href="hgbook.html">HTML version</a> is split into one
    3.27 +	web page per chapter.</li>
    3.28 +      <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3
    3.29 +	megabyte file.</li>
    3.30 +      <li>The <a href="http://hg.serpentine.com/mercurial/book">source
    3.31 +	  code</a> is available to the adventurous.</li>
    3.32 +    </ul>
    3.33 +
    3.34 +    <h2>How you can help Mercurial, and help free software</h2>
    3.35 +
    3.36 +    <p>Mercurial is a member of the <a
    3.37 +	href="http://conservancy.softwarefreedom.org/">Software
    3.38 +	Freedom Conservancy</a>, a wonderful non-profit
    3.39 +      organisation that offers its member projects legal and
    3.40 +      administrative advice.  The SFC can accept <a
    3.41 +      href="http://conservancy.softwarefreedom.org/?donate">accept
    3.42 +      donations</a> (tax-free under IRS 501(c)(3), within the United
    3.43 +      States) on behalf of its member projects.  If you would like to
    3.44 +      support Mercurial directly, please consider making a donation to
    3.45 +      the SFC on its behalf.</p>
    3.46 +
    3.47 +    <p>If you would like to help free software developers to provide
    3.48 +      their important public services without being impeded by legal
    3.49 +      issues, please consider donating to the SFC's sister
    3.50 +      organisation, the <a
    3.51 +	href="http://www.softwarefreedom.org/">Software Freedom Law
    3.52 +	Center</a>.</p>
    3.53 +  </body>
    3.54 +</html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/htdocs/index.es.html	Thu Mar 12 15:35:19 2009 +0800
     4.3 @@ -0,0 +1,53 @@
     4.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     4.5 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4.6 +<html lang="es">
     4.7 +  <head>
     4.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     4.9 +    <link rel="icon" href="/hgicon.png" type="image/png">
    4.10 +    <meta name="robots" content="index,follow">
    4.11 +    <title>Control Distribuido de Revisiones con Mercurial</title>
    4.12 +  </head>
    4.13 +
    4.14 +  <body>
    4.15 +    <h1>Control Distribuido de Revisiones con Mercurial</h1>
    4.16 +
    4.17 +    <p>Bienvenido al sito del libro &ldquo;Control Distribuido de Revisiones con Mercurial&rdquo;, en español, 
    4.18 +      por <a href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    4.19 +      Este libro está cobijado por una <a href="hgbookap4.html">licencia abierta</a>
    4.20 +      y trata del sistema de control de revisiones
    4.21 +      <a href="http://www.selenic.com/mercurial">Mercurial</a>.
    4.22 +
    4.23 +    <p>Los traductores son <a href="http://devnull.li/~jerojasro/blog/">Javier Rojas</a> e
    4.24 +    <a href="http://igor.tamarapatino.org/">Igor Támara</a>. En este sitio usted puede encontrar:
    4.25 +    <ul>
    4.26 +      <li>La <a href="onepage.html">versi&oacute;n HTML</a> una sola página.</li>
    4.27 +      <li>La <a href="hgbook.pdf">versi&oacute;n PDF</a> (1.9 megabytes.)</li>
    4.28 +      <li>El <a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">c&oacute;digo
    4.29 +	fuente</a> de la traducci&oacute;n, si desea revisarla o colaborar con el proyecto. En 
    4.30 +      <a href="http://hg.serpentine.com/mercurial/book">este sitio</a> puede
    4.31 +      encontrar la versi&oacute;n original en ingl&eacute;s.</li>
    4.32 +    </ul>
    4.33 +    Para más detalles acerca del proceso de traducción, por favor vea <a
    4.34 +        href="http://mercurial.intuxication.org/hg/mercurial_book_es/file/tip/es/Leame.1st">este
    4.35 +        fichero</a>.
    4.36 +
    4.37 +    <h2>¿Cómo puede usted ayudar a Mercurial, y el software libre?</h2>
    4.38 +
    4.39 +    <p>Mercurial es miembro del <a
    4.40 +	href="http://conservancy.softwarefreedom.org/">Conservatorio
    4.41 +	de Software Libre</a>, una maravillosa organización sin ánimo
    4.42 +      de lucro que ofrece a sus proyectos miembros consejo legal y
    4.43 +      administrativo.  La SFC acepta <a href="http://conservancy.softwarefreedom.org/?donate">donaciones</a>
    4.44 +      (deducibles de impuestos bajo IRS 501(c)(3), dentro de los Estados Unidos) 
    4.45 +      en representación de sus proyectos miembros.  Si desea dar un apoyo
    4.46 +      directo a Mercurial, por favor considere hacer una donación a SFC 
    4.47 +      en su representación.</p>
    4.48 +
    4.49 +    <p>Si desea apoyar a los desarrolladores de software libre en su
    4.50 +      importante servicio público sin estar impedido por cuestiones
    4.51 +      legales, por favor considere donar a la organización hermana de
    4.52 +      SFC, el <a
    4.53 +	href="http://www.softwarefreedom.org/">Centro de Leyes de Software
    4.54 +	Libre</a>.</p>
    4.55 +  </body>
    4.56 +</html>
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/htdocs/index.html.var	Thu Mar 12 15:35:19 2009 +0800
     5.3 @@ -0,0 +1,7 @@
     5.4 +URI: index.en.html
     5.5 +Content-Language: en
     5.6 +Content-Type: text/html; charset=UTF-8
     5.7 +
     5.8 +URI: index.es.html
     5.9 +Content-Language: es
    5.10 +Content-Type: text/html; charset=UTF-8
     6.1 Binary file html/hgicon.png has changed
     7.1 --- a/html/index.en.html	Tue Mar 10 22:40:47 2009 -0700
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,51 +0,0 @@
     7.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     7.5 -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     7.6 -<html lang="en">
     7.7 -  <head>
     7.8 -    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     7.9 -    <link rel="icon" href="/hgicon.png" type="image/png">
    7.10 -    <meta name="robots" content="index,follow">
    7.11 -    <title>Distributed revision control with Mercurial</title>
    7.12 -  </head>
    7.13 -
    7.14 -  <body>
    7.15 -    <h1>Distributed revision control with Mercurial</h1>
    7.16 -
    7.17 -    <p>Welcome to the home of the book &ldquo;Distributed revision
    7.18 -      control with Mercurial&rdquo;, by <a
    7.19 -      href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    7.20 -      This is a <a href="hgbookap4.html">freely licensed</a> book
    7.21 -      about the <a
    7.22 -      href="http://www.selenic.com/mercurial">Mercurial</a> revision
    7.23 -      control system.</p>
    7.24 -
    7.25 -    <ul>
    7.26 -      <li>The <a href="hgbook.html">HTML version</a> is split into one
    7.27 -	web page per chapter.</li>
    7.28 -      <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3
    7.29 -	megabyte file.</li>
    7.30 -      <li>The <a href="http://hg.serpentine.com/mercurial/book">source
    7.31 -	  code</a> is available to the adventurous.</li>
    7.32 -    </ul>
    7.33 -
    7.34 -    <h2>How you can help Mercurial, and help free software</h2>
    7.35 -
    7.36 -    <p>Mercurial is a member of the <a
    7.37 -	href="http://conservancy.softwarefreedom.org/">Software
    7.38 -	Freedom Conservancy</a>, a wonderful non-profit
    7.39 -      organisation that offers its member projects legal and
    7.40 -      administrative advice.  The SFC can accept <a
    7.41 -      href="http://conservancy.softwarefreedom.org/?donate">accept
    7.42 -      donations</a> (tax-free under IRS 501(c)(3), within the United
    7.43 -      States) on behalf of its member projects.  If you would like to
    7.44 -      support Mercurial directly, please consider making a donation to
    7.45 -      the SFC on its behalf.</p>
    7.46 -
    7.47 -    <p>If you would like to help free software developers to provide
    7.48 -      their important public services without being impeded by legal
    7.49 -      issues, please consider donating to the SFC's sister
    7.50 -      organisation, the <a
    7.51 -	href="http://www.softwarefreedom.org/">Software Freedom Law
    7.52 -	Center</a>.</p>
    7.53 -  </body>
    7.54 -</html>
     8.1 --- a/html/index.es.html	Tue Mar 10 22:40:47 2009 -0700
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,53 +0,0 @@
     8.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     8.5 -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     8.6 -<html lang="es">
     8.7 -  <head>
     8.8 -    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     8.9 -    <link rel="icon" href="/hgicon.png" type="image/png">
    8.10 -    <meta name="robots" content="index,follow">
    8.11 -    <title>Control Distribuido de Revisiones con Mercurial</title>
    8.12 -  </head>
    8.13 -
    8.14 -  <body>
    8.15 -    <h1>Control Distribuido de Revisiones con Mercurial</h1>
    8.16 -
    8.17 -    <p>Bienvenido al sito del libro &ldquo;Control Distribuido de Revisiones con Mercurial&rdquo;, en español, 
    8.18 -      por <a href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    8.19 -      Este libro está cobijado por una <a href="hgbookap4.html">licencia abierta</a>
    8.20 -      y trata del sistema de control de revisiones
    8.21 -      <a href="http://www.selenic.com/mercurial">Mercurial</a>.
    8.22 -
    8.23 -    <p>Los traductores son <a href="http://devnull.li/~jerojasro/blog/">Javier Rojas</a> e
    8.24 -    <a href="http://igor.tamarapatino.org/">Igor Támara</a>. En este sitio usted puede encontrar:
    8.25 -    <ul>
    8.26 -      <li>La <a href="onepage.html">versi&oacute;n HTML</a> una sola página.</li>
    8.27 -      <li>La <a href="hgbook.pdf">versi&oacute;n PDF</a> (1.9 megabytes.)</li>
    8.28 -      <li>El <a href="http://mercurial.intuxication.org/hg/mercurial_book_es/">c&oacute;digo
    8.29 -	fuente</a> de la traducci&oacute;n, si desea revisarla o colaborar con el proyecto. En 
    8.30 -      <a href="http://hg.serpentine.com/mercurial/book">este sitio</a> puede
    8.31 -      encontrar la versi&oacute;n original en ingl&eacute;s.</li>
    8.32 -    </ul>
    8.33 -    Para más detalles acerca del proceso de traducción, por favor vea <a
    8.34 -        href="http://mercurial.intuxication.org/hg/mercurial_book_es/file/tip/es/Leame.1st">este
    8.35 -        fichero</a>.
    8.36 -
    8.37 -    <h2>¿Cómo puede usted ayudar a Mercurial, y el software libre?</h2>
    8.38 -
    8.39 -    <p>Mercurial es miembro del <a
    8.40 -	href="http://conservancy.softwarefreedom.org/">Conservatorio
    8.41 -	de Software Libre</a>, una maravillosa organización sin ánimo
    8.42 -      de lucro que ofrece a sus proyectos miembros consejo legal y
    8.43 -      administrativo.  La SFC acepta <a href="http://conservancy.softwarefreedom.org/?donate">donaciones</a>
    8.44 -      (deducibles de impuestos bajo IRS 501(c)(3), dentro de los Estados Unidos) 
    8.45 -      en representación de sus proyectos miembros.  Si desea dar un apoyo
    8.46 -      directo a Mercurial, por favor considere hacer una donación a SFC 
    8.47 -      en su representación.</p>
    8.48 -
    8.49 -    <p>Si desea apoyar a los desarrolladores de software libre en su
    8.50 -      importante servicio público sin estar impedido por cuestiones
    8.51 -      legales, por favor considere donar a la organización hermana de
    8.52 -      SFC, el <a
    8.53 -	href="http://www.softwarefreedom.org/">Centro de Leyes de Software
    8.54 -	Libre</a>.</p>
    8.55 -  </body>
    8.56 -</html>
     9.1 --- a/html/index.html.var	Tue Mar 10 22:40:47 2009 -0700
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,7 +0,0 @@
     9.4 -URI: index.en.html
     9.5 -Content-Language: en
     9.6 -Content-Type: text/html; charset=UTF-8
     9.7 -
     9.8 -URI: index.es.html
     9.9 -Content-Language: es
    9.10 -Content-Type: text/html; charset=UTF-8