hgbook

changeset 994:c05663baf56b

merge with Bryan
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 16:01:16 2009 +0200 (2009-09-12)
parents 71dbda516572 3a8e7acc026a
children 6f8c48362758
files it/web/index-home.html.in
line diff
     1.1 --- a/it/web/index-home.html.in	Fri Sep 11 14:35:36 2009 +0200
     1.2 +++ b/it/web/index-home.html.in	Sat Sep 12 16:01:16 2009 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  
     1.5    <p>Mercurial è un progetto membro della <a href="http://conservancy.softwarefreedom.org/">Software Freedom Conservancy</a> (SFC), una meravigliosa organizzazione no-profit che offre ai progetti membro un supporto legale e amministrativo.</p>
     1.6  
     1.7 -  <p>Bryan O\&#8217;Sullivan, ha deciso di donare le proprie royalty sulle vendite di questo libro alla Software Freedom Conservancy e incoraggia anche i lettori a supportare il lavoro di questa organizzazione.</p>
     1.8 +  <p>Bryan O\&#8217;Sullivan ha deciso di donare le proprie royalty sulle vendite di questo libro alla Software Freedom Conservancy e incoraggia anche i lettori a supportare il lavoro di questa organizzazione.</p>
     1.9  
    1.10    <p>La SFC può <a href="http://conservancy.softwarefreedom.org/?donate">accettare donazioni</a> (esenti dalle tasse secondo la disposizione IRS 501(c)(3), all\&#8217;interno degli Stati Uniti) per conto dei suoi progetti membro. Se volete supportare Mercurial direttamente, considerate la possibilità di fare una donazione alla SFC per destinarla al progetto.</p>
    1.11  
     2.1 --- a/web/index.html.in	Fri Sep 11 14:35:36 2009 +0200
     2.2 +++ b/web/index.html.in	Sat Sep 12 16:01:16 2009 +0200
     2.3 @@ -9,24 +9,46 @@
     2.4  
     2.5    <p>This is the online home of the book &#8220;Mercurial: The
     2.6      Definitive Guide&#8221;.  
     2.7 -    It will be published in 2009 by O'Reilly Media.</p>
     2.8 +    It was published in 2009 by O'Reilly Media.</p>
     2.9  
    2.10 -  <p>I make the content <a href="/read/">freely available
    2.11 -      online</a>.  If you like it, please make a note to buy a copy!</p>
    2.12 +  <p><a href="http://www.selenic.com/mercurial">Mercurial</a> is a
    2.13 +    fast, lightweight source control management system
    2.14 +    designed for easy and efficient handling of very large distributed
    2.15 +    projects.  My book tells you what it is, why you should care, and
    2.16 +    how you can use it effectively.</p>
    2.17 +
    2.18 +  <h2>Read it online</h2>
    2.19 +
    2.20 +  <p>I make the content freely available online: you
    2.21 +    can <a href="/read/"><i>read it here</i></a>.  If you like it,
    2.22 +    please <a href="#buy">buy a copy</a>!</p>
    2.23  
    2.24    <p>For news updates, please
    2.25 -    visit <a href="http://www.serpentine.com/blog/">my blog</a>.</p>
    2.26 +    visit <a href="http://www.serpentine.com/blog/">my blog</a>.  You
    2.27 +    should follow me on
    2.28 +    Twitter <a href="http://twitter.com/bos31337">here</a>.</p>
    2.29  
    2.30 -  <h2>You can contribute!</h2>
    2.31 +  <h2><a name="#buy">How</a> to buy</h2>
    2.32 +
    2.33 +  <p>If you like the book, please support the work of the Software
    2.34 +    Freedom Conservancy (<a href="#sfc">see below</a>) by buying a
    2.35 +    copy.</p>
    2.36 +
    2.37 +  <ul>
    2.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>
    2.39 +    <li><a href="http://oreilly.com/catalog/9780596800673/">O'Reilly Media</a></li>
    2.40 +  </ul>
    2.41 +
    2.42 +  <h2>You should contribute!</h2>
    2.43  
    2.44    <p>I publish the source code for this book
    2.45 -    as <a href="http://hg.serpentine.com/mercurial/book">a
    2.46 +    as <a href="http://bitbucket.org/bos/hgbook">a
    2.47        Mercurial repository</a>.  Please feel
    2.48      welcome to clone it, make modifications to your copy, and send me
    2.49      changes.  Getting a copy of the source takes just a few seconds if
    2.50      you have Mercurial installed:</p>
    2.51  
    2.52 -  <pre class="screen">hg clone http://hg.serpentine.com/mercurial/book</pre>
    2.53 +  <pre class="screen">hg clone http://bitbucket.org/bos/hgbook</pre>
    2.54  
    2.55    <p>The online version of the book includes a comment system
    2.56      that you can use to send feedback involving errors, omissions, and
    2.57 @@ -36,22 +58,16 @@
    2.58      publishing project of your own, the source for the web application
    2.59      is included with the book source at the link above.)</p>
    2.60  
    2.61 -  <h2>What is Mercurial?</h2>
    2.62 -
    2.63 -  <p><a href="http://www.selenic.com/mercurial">Mercurial</a> is a
    2.64 -    fast, lightweight source control management system
    2.65 -    designed for easy and efficient handling of very large distributed
    2.66 -    projects.</p>
    2.67 -
    2.68 -  <h2>How I help Mercurial and free software, and you can too</h2>
    2.69 +  <h2><a name="sfc">How</a> I help Mercurial and free software, and
    2.70 +    you can too</h2>
    2.71  
    2.72    <p>Mercurial is a member of the <a href="http://conservancy.softwarefreedom.org/">Software Freedom Conservancy</a>, a
    2.73      wonderful non-profit organisation that offers its member projects
    2.74      legal and administrative advice.</p>
    2.75  
    2.76 -  <p>I am donating my royalties from the sales of this book (once it is
    2.77 -    published) to the Software Freedom Conservancy, and I encourage
    2.78 -    you to support their work, too.</p>
    2.79 +  <p>I donate my royalties from the sales of this book to the
    2.80 +    Software Freedom Conservancy, and I encourage you to support their
    2.81 +    work, too.</p>
    2.82  
    2.83    <p>The SFC can
    2.84      accept <a href="http://conservancy.softwarefreedom.org/?donate">accept