hgbook

annotate web/index.html.in @ 699:a17d6390a480

More fixes to chapters 1 and 2.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 03 20:27:09 2009 -0700 (2009-05-03)
parents 9e8e5292acaa
children f817270b9234
rev   line source
bos@598 1 <!-- -*- html -*- -->
bos@598 2 {% extends "boilerplate.html" %}
bos@598 3
bos@598 4 {% block bodycontent %}
bos@599 5 <div class="navheader"><h1 class="booktitle">Mercurial: The Definitive Guide<div class="authors">by Bryan O'Sullivan</div></h1></div>
bos@598 6
bos@598 7 <div class="book">
bos@598 8 <h2>Welcome to Mercurial: The Definitive Guide</h2>
bos@598 9
bos@598 10 <p>This is the online home of the book &#8220;Mercurial: The
bos@598 11 Definitive Guide&#8221;.
bos@598 12 It will be published in 2009 by O'Reilly Media.</p>
bos@598 13
bos@598 14 <p>I make the content <a href="/read/">freely available
bos@598 15 online</a>. If you like it, please make a note to buy a copy!</p>
bos@598 16
bos@598 17 <p>For news updates, please
bos@598 18 visit <a href="http://www.serpentine.com/blog/">my blog</a>.</p>
bos@598 19
bos@598 20 <h2>You can contribute!</h2>
bos@598 21
bos@683 22 <p>I publish the source code for this book
bos@683 23 as <a href="http://hg.serpentine.com/mercurial/book">a
bos@683 24 Mercurial repository</a>. Please feel
bos@598 25 welcome to clone it, make modifications to your copy, and send me
bos@683 26 changes. Getting a copy of the source takes just a few seconds if
bos@683 27 you have Mercurial installed:</p>
bos@683 28
bos@683 29 <pre class="screen">hg clone http://hg.serpentine.com/mercurial/book</pre>
bos@598 30
bos@598 31 <p>The online version of the book includes a comment system
bos@598 32 that you can use to send feedback involving errors, omissions, and
bos@598 33 suggestions.</p>
bos@598 34
bos@598 35 <p>(If you would like to adapt the comment system for a
bos@598 36 publishing project of your own, the source for the web application
bos@599 37 is included with the book source at the link above.)</p>
bos@598 38
bos@598 39 <h2>What is Mercurial?</h2>
bos@598 40
bos@598 41 <p><a href="http://www.selenic.com/mercurial">Mercurial</a> is a
bos@598 42 fast, lightweight source control management system
bos@598 43 designed for easy and efficient handling of very large distributed
bos@598 44 projects.</p>
bos@598 45
bos@598 46 <h2>How I help Mercurial and free software, and you can too</h2>
bos@598 47
bos@598 48 <p>Mercurial is a member of the <a href="http://conservancy.softwarefreedom.org/">Software Freedom Conservancy</a>, a
bos@598 49 wonderful non-profit organisation that offers its member projects
bos@598 50 legal and administrative advice.</p>
bos@598 51
bos@598 52 <p>I am donating my royalties from the sales of this book (once it is
bos@598 53 published) to the Software Freedom Conservancy, and I encourage
bos@598 54 you to support their work, too.</p>
bos@598 55
bos@598 56 <p>The SFC can
bos@598 57 accept <a href="http://conservancy.softwarefreedom.org/?donate">accept
bos@598 58 donations</a> (tax-free under IRS 501(c)(3), within the United
bos@598 59 States) on behalf of its member projects. If you would like to
bos@598 60 support Mercurial directly, please consider making a donation to
bos@598 61 the SFC on its behalf.</p>
bos@598 62
bos@598 63 <p>If you would like to help free software developers to provide
bos@598 64 their important public services without being impeded by legal
bos@598 65 issues, please consider donating to the SFC's sister organisation,
bos@598 66 the <a href="http://www.softwarefreedom.org/">Software Freedom Law
bos@598 67 Center</a>.</p>
bos@598 68 </div>
bos@598 69 {% endblock %}