hgbook

annotate htdocs/index.en.html @ 681:557552d4699f

Add IDs to paragraphs.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Apr 21 23:51:47 2009 -0700 (2009-04-21)
parents b049cb10bde3
children
rev   line source
bos@157 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
bos@157 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
bos@157 3 <html lang="en">
bos@157 4 <head>
bos@157 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
bos@159 6 <link rel="icon" href="/hgicon.png" type="image/png">
bos@159 7 <meta name="robots" content="index,follow">
bos@157 8 <title>Distributed revision control with Mercurial</title>
bos@157 9 </head>
bos@157 10
bos@157 11 <body>
bos@157 12 <h1>Distributed revision control with Mercurial</h1>
bos@157 13
bos@157 14 <p>Welcome to the home of the book &ldquo;Distributed revision
bos@274 15 control with Mercurial&rdquo;, by <a
bos@274 16 href="http://www.serpentine.com/blog/">Bryan O'Sullivan</a>.
bos@274 17 This is a <a href="hgbookap4.html">freely licensed</a> book
bos@274 18 about the <a
bos@274 19 href="http://www.selenic.com/mercurial">Mercurial</a> revision
bos@157 20 control system.</p>
bos@157 21
bos@157 22 <ul>
bos@157 23 <li>The <a href="hgbook.html">HTML version</a> is split into one
bos@157 24 web page per chapter.</li>
bos@157 25 <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3
bos@157 26 megabyte file.</li>
bos@157 27 <li>The <a href="http://hg.serpentine.com/mercurial/book">source
bos@157 28 code</a> is available to the adventurous.</li>
bos@157 29 </ul>
bos@157 30
bos@157 31 <h2>How you can help Mercurial, and help free software</h2>
bos@157 32
bos@157 33 <p>Mercurial is a member of the <a
bos@157 34 href="http://conservancy.softwarefreedom.org/">Software
bos@157 35 Freedom Conservancy</a>, a wonderful non-profit
bos@157 36 organisation that offers its member projects legal and
bos@157 37 administrative advice. The SFC can accept <a
bos@157 38 href="http://conservancy.softwarefreedom.org/?donate">accept
bos@157 39 donations</a> (tax-free under IRS 501(c)(3), within the United
bos@157 40 States) on behalf of its member projects. If you would like to
bos@157 41 support Mercurial directly, please consider making a donation to
bos@157 42 the SFC on its behalf.</p>
bos@157 43
bos@157 44 <p>If you would like to help free software developers to provide
bos@157 45 their important public services without being impeded by legal
bos@157 46 issues, please consider donating to the SFC's sister
bos@157 47 organisation, the <a
bos@157 48 href="http://www.softwarefreedom.org/">Software Freedom Law
bos@157 49 Center</a>.</p>
bos@157 50 </body>
bos@157 51 </html>