comparison web/index.html.in @ 697:7893b3824715

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