hgbook

diff html/index.en.html @ 157:e49f4451d0e3

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