hgbook

diff htdocs/index.en.html @ 651:c15e039d98b8

appB-mq-ref.xml: Typo fix
author Dongsheng Song <dongsheng.song@gmail.com>
date Fri Mar 20 16:50:51 2009 +0800 (2009-03-20)
parents b049cb10bde3
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/htdocs/index.en.html	Fri Mar 20 16:50:51 2009 +0800
     1.3 @@ -0,0 +1,51 @@
     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="en">
     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>Distributed revision control with Mercurial</title>
    1.12 +  </head>
    1.13 +
    1.14 +  <body>
    1.15 +    <h1>Distributed revision control with Mercurial</h1>
    1.16 +
    1.17 +    <p>Welcome to the home of the book &ldquo;Distributed revision
    1.18 +      control with Mercurial&rdquo;, by <a
    1.19 +      href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
    1.20 +      This is a <a href="hgbookap4.html">freely licensed</a> book
    1.21 +      about the <a
    1.22 +      href="http://www.selenic.com/mercurial">Mercurial</a> revision
    1.23 +      control system.</p>
    1.24 +
    1.25 +    <ul>
    1.26 +      <li>The <a href="hgbook.html">HTML version</a> is split into one
    1.27 +	web page per chapter.</li>
    1.28 +      <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3
    1.29 +	megabyte file.</li>
    1.30 +      <li>The <a href="http://hg.serpentine.com/mercurial/book">source
    1.31 +	  code</a> is available to the adventurous.</li>
    1.32 +    </ul>
    1.33 +
    1.34 +    <h2>How you can help Mercurial, and help free software</h2>
    1.35 +
    1.36 +    <p>Mercurial is a member of the <a
    1.37 +	href="http://conservancy.softwarefreedom.org/">Software
    1.38 +	Freedom Conservancy</a>, a wonderful non-profit
    1.39 +      organisation that offers its member projects legal and
    1.40 +      administrative advice.  The SFC can accept <a
    1.41 +      href="http://conservancy.softwarefreedom.org/?donate">accept
    1.42 +      donations</a> (tax-free under IRS 501(c)(3), within the United
    1.43 +      States) on behalf of its member projects.  If you would like to
    1.44 +      support Mercurial directly, please consider making a donation to
    1.45 +      the SFC on its behalf.</p>
    1.46 +
    1.47 +    <p>If you would like to help free software developers to provide
    1.48 +      their important public services without being impeded by legal
    1.49 +      issues, please consider donating to the SFC's sister
    1.50 +      organisation, the <a
    1.51 +	href="http://www.softwarefreedom.org/">Software Freedom Law
    1.52 +	Center</a>.</p>
    1.53 +  </body>
    1.54 +</html>