hgbook
annotate html/index.en.html @ 251:2e73abddad21
Avoid converting UTF8-encoded angle brackets into ASCII (per Johannes Hoff).
Finally write up what fixhtml.py is actually doing.
Finally write up what fixhtml.py is actually doing.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed May 30 21:50:21 2007 -0700 (2007-05-30) |
parents | e49f4451d0e3 |
children | b049cb10bde3 |
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 “Distributed revision |
bos@157 | 15 control with Mercurial”. This is a <a |
bos@157 | 16 href="hgbookap4.html">freely licensed</a> book about the <a |
bos@157 | 17 href="http://www.selenic.com/mercurial">Mercurial</a> revision |
bos@157 | 18 control system.</p> |
bos@157 | 19 |
bos@157 | 20 <ul> |
bos@157 | 21 <li>The <a href="hgbook.html">HTML version</a> is split into one |
bos@157 | 22 web page per chapter.</li> |
bos@157 | 23 <li>The <a href="hgbook.pdf">PDF version</a> is a single 1.3 |
bos@157 | 24 megabyte file.</li> |
bos@157 | 25 <li>The <a href="http://hg.serpentine.com/mercurial/book">source |
bos@157 | 26 code</a> is available to the adventurous.</li> |
bos@157 | 27 </ul> |
bos@157 | 28 |
bos@157 | 29 <h2>How you can help Mercurial, and help free software</h2> |
bos@157 | 30 |
bos@157 | 31 <p>Mercurial is a member of the <a |
bos@157 | 32 href="http://conservancy.softwarefreedom.org/">Software |
bos@157 | 33 Freedom Conservancy</a>, a wonderful non-profit |
bos@157 | 34 organisation that offers its member projects legal and |
bos@157 | 35 administrative advice. The SFC can accept <a |
bos@157 | 36 href="http://conservancy.softwarefreedom.org/?donate">accept |
bos@157 | 37 donations</a> (tax-free under IRS 501(c)(3), within the United |
bos@157 | 38 States) on behalf of its member projects. If you would like to |
bos@157 | 39 support Mercurial directly, please consider making a donation to |
bos@157 | 40 the SFC on its behalf.</p> |
bos@157 | 41 |
bos@157 | 42 <p>If you would like to help free software developers to provide |
bos@157 | 43 their important public services without being impeded by legal |
bos@157 | 44 issues, please consider donating to the SFC's sister |
bos@157 | 45 organisation, the <a |
bos@157 | 46 href="http://www.softwarefreedom.org/">Software Freedom Law |
bos@157 | 47 Center</a>.</p> |
bos@157 | 48 </body> |
bos@157 | 49 </html> |