hgbook

changeset 977:719b03ea27c8

merge with Italian, and very (few) work on ch03
author Romain PELISSE <belaran@gmail.com>
date Fri Sep 04 16:33:46 2009 +0200 (2009-09-04)
parents 713f0f69029a e92129e826ca
children c40dac4f63d8
files .hgignore it/00book.xml it/Makefile it/appA-svn.xml it/appB-mq-ref.xml it/appC-srcinstall.xml it/appD-license.xml it/bibliography.xml it/book-shortcuts.xml it/ch00-preface.xml it/ch01-intro.xml it/ch02-tour-basic.xml it/ch03-tour-merge.xml it/ch04-concepts.xml it/ch05-daily.xml it/ch06-collab.xml it/ch07-filenames.xml it/ch08-branch.xml it/ch09-undo.xml it/ch10-hook.xml it/ch11-template.xml it/ch12-mq.xml it/ch13-mq-collab.xml it/ch14-hgext.xml it/examples/auto-snippets.xml it/examples/backout.init.it it/examples/backout.manual.backout.it it/examples/backout.manual.cat.it it/examples/backout.manual.merge.it it/examples/backout.non-tip.backout.it it/examples/backout.simple.it it/examples/bisect.commits.it it/examples/bisect.search.mytest.it it/examples/bisect.search.rest.it it/examples/bisect.search.step1.it it/examples/bisect.search.step2.it it/examples/branch-named.branches.it it/examples/branch-named.commit.it it/examples/branch-named.create.it it/examples/branch-named.foo-commit.it it/examples/branch-named.merge.it it/examples/branch-named.parents.it it/examples/branch-named.rebranch.it it/examples/branch-named.status.it it/examples/branch-named.update-switchy.it it/examples/branch-repo.bugfix.it it/examples/branch-repo.merge.it it/examples/branch-repo.new.it it/examples/branch-repo.pull.it it/examples/branching.init.it it/examples/branching.main.it it/examples/branching.merge.it it/examples/branching.stable.it it/examples/branching.tag.it it/examples/ch01-new.commit.it it/examples/ch04-diff.rename.basic.it it/examples/ch04-diff.rename.git.it it/examples/ch04-resolve.cifail.it it/examples/ch04-resolve.export.it it/examples/ch04-resolve.heads.it it/examples/ch09-check_whitespace.py.lst.it it/examples/ch09-hook.ws.better.it it/examples/ch09-hook.ws.simple.it it/examples/ch10-notify-config-mail.lst.it it/examples/ch11-qdelete.convert.it it/examples/daily.copy.init.it it/examples/daily.copy.other.it it/examples/daily.copy.status-copy.it it/examples/daily.files.add-dir.it it/examples/daily.files.add.it it/examples/daily.files.commit-addremove.it it/examples/daily.files.hidden.it it/examples/daily.files.missing.it it/examples/daily.files.remove.it it/examples/extdiff.extdiff.it it/examples/hook.msglen.go.it it/examples/hook.simple.ext.it it/examples/hook.simple.init.it it/examples/hook.simple.pretxncommit.it it/examples/issue29.go.it it/examples/mq.id.output.it it/examples/mq.qinit-help.help.it it/examples/mq.tarball.download.it it/examples/mq.tarball.newsource.it it/examples/mq.tarball.qinit.it it/examples/mq.tutorial.add.it it/examples/mq.tutorial.qinit.it it/examples/mq.tutorial.qnew.it it/examples/mq.tutorial.qrefresh2.it it/examples/rename.divergent.rename.anne.it it/examples/rename.divergent.rename.bob.it it/examples/rollback.add.it it/examples/rollback.commit.it it/examples/rollback.rollback.it it/examples/rollback.status.it it/examples/tag.init.it it/examples/tag.log.it it/examples/tag.log.v1.0.it it/examples/tag.tip.it it/examples/template.simple.changelog.it it/examples/template.simple.compact.it it/examples/template.simple.normal.it it/examples/tour-merge-conflict.commit.it it/examples/tour-merge-conflict.merge.it it/examples/tour-merge-conflict.pull.it it/examples/tour-merge-conflict.wife.it it/examples/tour.cat1.it it/examples/tour.cat2.it it/examples/tour.clone-pull.it it/examples/tour.clone-push.it it/examples/tour.incoming.it it/examples/tour.log-r.it it/examples/tour.log-v.it it/examples/tour.log-vp.it it/examples/tour.log.it it/examples/tour.log.range.it it/examples/tour.merge.cat1.it it/examples/tour.merge.cat2.it it/examples/tour.merge.clone.it it/examples/tour.merge.commit.it it/examples/tour.merge.heads.it it/examples/tour.merge.merge.it it/examples/tour.merge.parents.it it/examples/tour.merge.pull.it it/examples/tour.merge.tip.it it/examples/tour.merge.update.it it/examples/tour.older.it it/examples/tour.outgoing.it it/examples/tour.outgoing.net.it it/examples/tour.parents.it it/examples/tour.pull.it it/examples/tour.push.it it/examples/tour.push.nothing.it it/examples/tour.reclone.it it/examples/tour.tip.it it/examples/tour.version.it it/figs/bad-merge-1.dot it/figs/bad-merge-2.dot it/figs/bad-merge-3.dot it/figs/bad-merge-4.dot it/figs/bad-merge-5.dot it/web/genindex.py it/web/index-home.html.in it/web/index-template.html
line diff
     1.1 Binary file it/figs/kdiff3.png has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/stylesheets/it/fo.xsl	Fri Sep 04 16:33:46 2009 +0200
     2.3 @@ -0,0 +1,10 @@
     2.4 +<?xml version="1.0"?>
     2.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     2.6 +                xmlns:fo="http://www.w3.org/1999/XSL/Format"
     2.7 +                version='1.0'>
     2.8 +
     2.9 +  <xsl:import href="../fo.xsl"/>
    2.10 +
    2.11 +  <xsl:param name="l10n.gentext.language" select="'it'"/>
    2.12 +
    2.13 +</xsl:stylesheet>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/stylesheets/it/html-single.xsl	Fri Sep 04 16:33:46 2009 +0200
     3.3 @@ -0,0 +1,8 @@
     3.4 +<?xml version="1.0"?>
     3.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
     3.6 +
     3.7 +  <xsl:import href="../html-single.xsl"/>
     3.8 +
     3.9 +  <xsl:param name="l10n.gentext.language" select="'it'"/>
    3.10 +
    3.11 +</xsl:stylesheet>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/stylesheets/it/html.xsl	Fri Sep 04 16:33:46 2009 +0200
     4.3 @@ -0,0 +1,8 @@
     4.4 +<?xml version="1.0"?>
     4.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
     4.6 +
     4.7 +  <xsl:import href="../html.xsl"/>
     4.8 +
     4.9 +  <xsl:param name="l10n.gentext.language" select="'it'"/>
    4.10 +
    4.11 +</xsl:stylesheet>
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/stylesheets/it/web.xsl	Fri Sep 04 16:33:46 2009 +0200
     5.3 @@ -0,0 +1,46 @@
     5.4 +<?xml version="1.0"?>
     5.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
     5.6 +                
     5.7 +  <xsl:import href="../chunk-stylesheet.xsl"/>
     5.8 +
     5.9 +  <xsl:param name="l10n.gentext.language" select="'it'"/>
    5.10 +  <xsl:param name="admon.graphics.path">/support/</xsl:param>
    5.11 +  
    5.12 +  <xsl:template name="user.head.content">
    5.13 +    <!--
    5.14 +    <link rel="alternate" type="application/atom+xml" title="Comments"
    5.15 +      href="/feeds/comments/"/>
    5.16 +    -->
    5.17 +    <link rel="shortcut icon" type="image/png" href="/support/favicon.png"/>
    5.18 +    <script type="text/javascript" src="javascript/jquery-min.js"></script>
    5.19 +    <script type="text/javascript" src="javascript/hgbook.js"></script>
    5.20 +  </xsl:template>
    5.21 +  
    5.22 +  <!-- Overriding parameters for the Italian localisation -->
    5.23 +  
    5.24 +  <xsl:template name="user.header.navigation">
    5.25 +    <div class="navheader"><h2 class="booktitle"><a href="/">Mercurial: la guida definitiva</a> <span class="authors">di Bryan O&#8217;Sullivan</span></h2></div>
    5.26 +  </xsl:template>
    5.27 +  
    5.28 +  <xsl:template name="user.footer.content">
    5.29 +    <div class="hgfooter">
    5.30 +      <p><img src="/support/rss.png"/> Volete rimanere aggiornati? Abbonatevi al feed delle modifiche per il <a class="feed" href="http://bitbucket.org/gpiancastelli/hgbook-it/atom">libro italiano</a>.</p>
    5.31 +      <p>Copyright 2006, 2007, 2008, 2009 Bryan O&#8217;Sullivan.
    5.32 +      Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    5.33 +      <p>Copyright 2009 <a href="mailto:giulio.piancastelli@gmail.com">Giulio Piancastelli</a> per la traduzione italiana.</p>
    5.34 +    </div>
    5.35 +  </xsl:template>
    5.36 +  
    5.37 +  <xsl:template name="user.footer.navigation">
    5.38 +    <script type="text/javascript">
    5.39 +    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    5.40 +    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    5.41 +    </script>
    5.42 +    <script type="text/javascript">
    5.43 +    try {
    5.44 +    var pageTracker = _gat._getTracker("UA-10482652-1");
    5.45 +    pageTracker._trackPageview();
    5.46 +    } catch(err) {}</script>
    5.47 +  </xsl:template>
    5.48 +  
    5.49 +</xsl:stylesheet>