web/index.html.in
author amit@thunder
Mon, 25 Jan 2010 18:56:45 +0530
changeset 0 8083d21c0020
permissions -rwxr-xr-x
The first commit of all the required files for the review app
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     1
<!-- -*- html -*- -->
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     2
{% extends "boilerplate.html" %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     3
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     4
{% block bodycontent %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     5
<div class="navheader"><h1 class="booktitle">Mercurial: The Definitive Guide<div class="authors">by Bryan O'Sullivan</div></h1></div>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     6
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     7
<div class="book">
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     8
  <h2>Welcome to Mercurial: The Definitive Guide</h2>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     9
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    10
  <p>This is the online home of the book &#8220;Mercurial: The
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    11
    Definitive Guide&#8221;.  
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    12
    It was published in 2009 by O'Reilly Media.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    13
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    14
  <p><a href="http://www.selenic.com/mercurial">Mercurial</a> is a
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    15
    fast, lightweight source control management system
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    16
    designed for easy and efficient handling of very large distributed
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    17
    projects.  My book tells you what it is, why you should care, and
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    18
    how you can use it effectively.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    19
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    20
  <h2>Read it online</h2>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    21
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    22
  <p>I make the content freely available online: you
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    23
    can <a href="/read/"><i>read it here</i></a>.  If you like it,
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    24
    please <a href="#buy">buy a copy</a>!</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    25
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    26
  <p>For news updates, please
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    27
    visit <a href="http://www.serpentine.com/blog/">my blog</a>.  You
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    28
    should follow me on
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    29
    Twitter <a href="http://twitter.com/bos31337">here</a>.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    30
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    31
  <h2><a name="#buy">How</a> to buy</h2>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    32
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    33
  <p>If you like the book, please support the work of the Software
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    34
    Freedom Conservancy (<a href="#sfc">see below</a>) by buying a
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    35
    copy.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    36
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    37
  <ul>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    38
    <li><a href="http://www.amazon.com/gp/product/0596800673?ie=UTF8&tag=reaworhas-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0596800673">Amazon.com</a><img src="http://www.assoc-amazon.com/e/ir?t=reaworhas-20&l=as2&o=1&a=0596800673" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></li>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    39
    <li><a href="http://oreilly.com/catalog/9780596800673/">O'Reilly Media</a></li>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    40
  </ul>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    41
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    42
  <h2>You should contribute!</h2>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    43
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    44
  <p>I publish the source code for this book
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    45
    as <a href="http://bitbucket.org/bos/hgbook">a
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    46
      Mercurial repository</a>.  Please feel
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    47
    welcome to clone it, make modifications to your copy, and send me
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    48
    changes.  Getting a copy of the source takes just a few seconds if
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    49
    you have Mercurial installed:</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    50
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    51
  <pre class="screen">hg clone http://bitbucket.org/bos/hgbook</pre>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    52
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    53
  <p>The online version of the book includes a comment system
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    54
    that you can use to send feedback involving errors, omissions, and
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    55
    suggestions.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    56
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    57
  <p>(If you would like to adapt the comment system for a
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    58
    publishing project of your own, the source for the web application
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    59
    is included with the book source at the link above.)</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    60
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    61
  <h2><a name="sfc">How</a> I help Mercurial and free software, and
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    62
    you can too</h2>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    63
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    64
  <p>Mercurial is a member of the <a href="http://conservancy.softwarefreedom.org/">Software Freedom Conservancy</a>, a
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    65
    wonderful non-profit organisation that offers its member projects
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    66
    legal and administrative advice.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    67
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    68
  <p>I donate my royalties from the sales of this book to the
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    69
    Software Freedom Conservancy, and I encourage you to support their
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    70
    work, too.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    71
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    72
  <p>The SFC can
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    73
    accept <a href="http://conservancy.softwarefreedom.org/?donate">accept
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    74
    donations</a> (tax-free under IRS 501(c)(3), within the United
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    75
    States) on behalf of its member projects. If you would like to
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    76
    support Mercurial directly, please consider making a donation to
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    77
    the SFC on its behalf.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    78
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    79
  <p>If you would like to help free software developers to provide
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    80
    their important public services without being impeded by legal
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    81
    issues, please consider donating to the SFC's sister organisation,
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    82
    the <a href="http://www.softwarefreedom.org/">Software Freedom Law
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    83
    Center</a>.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    84
</div>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    85
{% endblock %}