hgbook

view html/index.en.html @ 926:730d912ef843

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