hgbook

view it/00book.xml @ 761:a2086a5e6ab8

Literal transation of Ch.10.
author Giulio@puck
date Tue Jul 21 18:19:26 2009 +0200 (2009-07-21)
parents 09b28667b750
children 756eb54d48bb
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
4 [
5 <!-- Below are references to files in this directory. -->
7 <!-- Chapters. -->
9 <!ENTITY ch00 SYSTEM "ch00-preface.xml">
10 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
11 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
12 <!ENTITY ch03 SYSTEM "ch03-tour-merge.xml">
13 <!ENTITY ch04 SYSTEM "ch04-concepts.xml">
14 <!ENTITY ch05 SYSTEM "ch05-daily.xml">
15 <!ENTITY ch06 SYSTEM "ch06-collab.xml">
16 <!ENTITY ch07 SYSTEM "ch07-filenames.xml">
17 <!ENTITY ch08 SYSTEM "ch08-branch.xml">
18 <!ENTITY ch09 SYSTEM "ch09-undo.xml">
19 <!ENTITY ch10 SYSTEM "ch10-hook.xml">
20 <!--
21 <!ENTITY ch11 SYSTEM "ch11-template.xml">
22 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
23 <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml">
24 <!ENTITY ch14 SYSTEM "ch14-hgext.xml">
25 -->
26 <!ENTITY appA SYSTEM "appA-svn.xml">
27 <!--
28 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
29 -->
30 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
31 <!--
32 <!ENTITY appD SYSTEM "appD-license.xml">
33 -->
35 <!-- Include our standard shortcuts. -->
37 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
38 %SHORTCUTS;
40 <!-- Include automatically and manually generated code snippets. -->
42 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
43 %AUTOSNIPPETS;
45 ]>
47 <book id="hg">
48 <title>Mercurial: la guida definitiva</title>
50 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
51 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
52 -->
53 <subtitle>Compiled from $rev_id$</subtitle>
54 <bookinfo>
55 <edition>1</edition>
56 <isbn>9780596800673</isbn>
57 <authorgroup>
58 <author>
59 <firstname>Bryan</firstname>
60 <surname>O'Sullivan</surname>
61 </author>
62 </authorgroup>
64 <editor>
65 <firstname>Mike</firstname>
66 <surname>Loukides</surname>
67 </editor>
69 <copyright>
70 <year>2006</year>
71 <year>2007</year>
72 <year>2008</year>
73 <year>2009</year>
74 <holder>Bryan O'Sullivan</holder>
75 </copyright>
77 <othercredit class="translator">
78 <firstname>Giulio</firstname>
79 <surname>Piancastelli</surname>
80 </othercredit>
82 <copyright>
83 <year>2009</year>
84 <holder>Giulio Piancastelli</holder>
85 </copyright>
86 </bookinfo>
88 <!-- BEGIN ch00 -->
89 &ch00;
90 <!-- BEGIN ch01 -->
91 &ch01;
92 <!-- BEGIN ch02 -->
93 &ch02;
94 <!-- BEGIN ch03 -->
95 &ch03;
96 <!-- BEGIN ch04 -->
97 &ch04;
98 <!-- BEGIN ch05 -->
99 &ch05;
100 <!-- BEGIN ch06 -->
101 &ch06;
102 <!-- BEGIN ch07 -->
103 &ch07;
104 <!-- BEGIN ch08 -->
105 &ch08;
106 <!-- BEGIN ch09 -->
107 &ch09;
108 <!-- BEGIN ch10 -->
109 &ch10;
110 <!-- BEGIN ch11
111 &ch11; -->
112 <!-- BEGIN ch12
113 &ch12; -->
114 <!-- BEGIN ch13
115 &ch13; -->
116 <!-- BEGIN ch14
117 &ch14; -->
118 <!-- BEGIN appA -->
119 &appA;
120 <!-- BEGIN appB
121 &appB; -->
122 <!-- BEGIN appC -->
123 &appC;
124 <!-- BEGIN appD
125 &appD; -->
126 </book>