hgbook
diff it/00book.xml @ 976:713f0f69029a
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:35 2009 +0200 (2009-09-04) |
parents | |
children | 719b03ea27c8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/00book.xml Fri Sep 04 16:33:35 2009 +0200 1.3 @@ -0,0 +1,123 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 1.6 + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 1.7 +[ 1.8 +<!-- Below are references to files in this directory. --> 1.9 + 1.10 +<!-- Chapters. --> 1.11 + 1.12 +<!ENTITY ch00 SYSTEM "ch00-preface.xml"> 1.13 +<!ENTITY ch01 SYSTEM "ch01-intro.xml"> 1.14 +<!ENTITY ch02 SYSTEM "ch02-tour-basic.xml"> 1.15 +<!ENTITY ch03 SYSTEM "ch03-tour-merge.xml"> 1.16 +<!ENTITY ch04 SYSTEM "ch04-concepts.xml"> 1.17 +<!ENTITY ch05 SYSTEM "ch05-daily.xml"> 1.18 +<!ENTITY ch06 SYSTEM "ch06-collab.xml"> 1.19 +<!ENTITY ch07 SYSTEM "ch07-filenames.xml"> 1.20 +<!ENTITY ch08 SYSTEM "ch08-branch.xml"> 1.21 +<!ENTITY ch09 SYSTEM "ch09-undo.xml"> 1.22 +<!ENTITY ch10 SYSTEM "ch10-hook.xml"> 1.23 +<!ENTITY ch11 SYSTEM "ch11-template.xml"> 1.24 +<!ENTITY ch12 SYSTEM "ch12-mq.xml"> 1.25 +<!ENTITY ch13 SYSTEM "ch13-mq-collab.xml"> 1.26 +<!ENTITY ch14 SYSTEM "ch14-hgext.xml"> 1.27 +<!ENTITY appA SYSTEM "appA-svn.xml"> 1.28 +<!ENTITY appB SYSTEM "appB-mq-ref.xml"> 1.29 +<!ENTITY appC SYSTEM "appC-srcinstall.xml"> 1.30 +<!ENTITY appD SYSTEM "appD-license.xml"> 1.31 +<!ENTITY bib SYSTEM "bibliography.xml"> 1.32 + 1.33 +<!-- Include our standard shortcuts. --> 1.34 + 1.35 +<!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml"> 1.36 +%SHORTCUTS; 1.37 + 1.38 +<!-- Include automatically and manually generated code snippets. --> 1.39 + 1.40 +<!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml"> 1.41 +%AUTOSNIPPETS; 1.42 + 1.43 +]> 1.44 + 1.45 +<book id="hg"> 1.46 + <title>Mercurial: la guida definitiva</title> 1.47 + 1.48 + <!-- hg parents --template '{node|short} ({date|shortdate})' 1.49 + <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle> 1.50 + --> 1.51 + <subtitle>Compiled from $rev_id$</subtitle> 1.52 + <bookinfo> 1.53 + <edition>1</edition> 1.54 + <isbn>9780596800673</isbn> 1.55 + <authorgroup> 1.56 + <author> 1.57 + <firstname>Bryan</firstname> 1.58 + <surname>O'Sullivan</surname> 1.59 + </author> 1.60 + </authorgroup> 1.61 + 1.62 + <editor> 1.63 + <firstname>Mike</firstname> 1.64 + <surname>Loukides</surname> 1.65 + </editor> 1.66 + 1.67 + <copyright> 1.68 + <year>2006</year> 1.69 + <year>2007</year> 1.70 + <year>2008</year> 1.71 + <year>2009</year> 1.72 + <holder>Bryan O'Sullivan</holder> 1.73 + </copyright> 1.74 + 1.75 + <othercredit class="translator"> 1.76 + <firstname>Giulio</firstname> 1.77 + <surname>Piancastelli</surname> 1.78 + </othercredit> 1.79 + 1.80 + <copyright> 1.81 + <year>2009</year> 1.82 + <holder>Giulio Piancastelli</holder> 1.83 + </copyright> 1.84 + </bookinfo> 1.85 + 1.86 + <!-- BEGIN ch00 --> 1.87 + &ch00; 1.88 + <!-- BEGIN ch01 --> 1.89 + &ch01; 1.90 + <!-- BEGIN ch02 --> 1.91 + &ch02; 1.92 + <!-- BEGIN ch03 --> 1.93 + &ch03; 1.94 + <!-- BEGIN ch04 --> 1.95 + &ch04; 1.96 + <!-- BEGIN ch05 --> 1.97 + &ch05; 1.98 + <!-- BEGIN ch06 --> 1.99 + &ch06; 1.100 + <!-- BEGIN ch07 --> 1.101 + &ch07; 1.102 + <!-- BEGIN ch08 --> 1.103 + &ch08; 1.104 + <!-- BEGIN ch09 --> 1.105 + &ch09; 1.106 + <!-- BEGIN ch10 --> 1.107 + &ch10; 1.108 + <!-- BEGIN ch11 --> 1.109 + &ch11; 1.110 + <!-- BEGIN ch12 --> 1.111 + &ch12; 1.112 + <!-- BEGIN ch13 --> 1.113 + &ch13; 1.114 + <!-- BEGIN ch14 --> 1.115 + &ch14; 1.116 + <!-- BEGIN appA --> 1.117 + &appA; 1.118 + <!-- BEGIN appB --> 1.119 + &appB; 1.120 + <!-- BEGIN appC --> 1.121 + &appC; 1.122 + <!-- BEGIN appD --> 1.123 + &appD; 1.124 + <!-- BEGIN bib --> 1.125 + &bib; 1.126 +</book>