hgbook

view it/00book.xml @ 1077:02a588f8933a

2.4.1 first para zh translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Wed Nov 18 21:58:15 2009 -0500 (2009-11-18)
parents 85f013a831d9
children 719b03ea27c8
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 <!ENTITY ch11 SYSTEM "ch11-template.xml">
21 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
22 <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml">
23 <!ENTITY ch14 SYSTEM "ch14-hgext.xml">
24 <!ENTITY appA SYSTEM "appA-svn.xml">
25 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
26 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
27 <!ENTITY appD SYSTEM "appD-license.xml">
28 <!ENTITY bib SYSTEM "bibliography.xml">
30 <!-- Include our standard shortcuts. -->
32 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
33 %SHORTCUTS;
35 <!-- Include automatically and manually generated code snippets. -->
37 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
38 %AUTOSNIPPETS;
40 ]>
42 <book id="hg">
43 <title>Mercurial: la guida definitiva</title>
45 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
46 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
47 -->
48 <subtitle>Compiled from $rev_id$</subtitle>
49 <bookinfo>
50 <edition>1</edition>
51 <isbn>9780596800673</isbn>
52 <authorgroup>
53 <author>
54 <firstname>Bryan</firstname>
55 <surname>O'Sullivan</surname>
56 </author>
57 </authorgroup>
59 <editor>
60 <firstname>Mike</firstname>
61 <surname>Loukides</surname>
62 </editor>
64 <copyright>
65 <year>2006</year>
66 <year>2007</year>
67 <year>2008</year>
68 <year>2009</year>
69 <holder>Bryan O'Sullivan</holder>
70 </copyright>
72 <othercredit class="translator">
73 <firstname>Giulio</firstname>
74 <surname>Piancastelli</surname>
75 </othercredit>
77 <copyright>
78 <year>2009</year>
79 <holder>Giulio Piancastelli</holder>
80 </copyright>
81 </bookinfo>
83 <!-- BEGIN ch00 -->
84 &ch00;
85 <!-- BEGIN ch01 -->
86 &ch01;
87 <!-- BEGIN ch02 -->
88 &ch02;
89 <!-- BEGIN ch03 -->
90 &ch03;
91 <!-- BEGIN ch04 -->
92 &ch04;
93 <!-- BEGIN ch05 -->
94 &ch05;
95 <!-- BEGIN ch06 -->
96 &ch06;
97 <!-- BEGIN ch07 -->
98 &ch07;
99 <!-- BEGIN ch08 -->
100 &ch08;
101 <!-- BEGIN ch09 -->
102 &ch09;
103 <!-- BEGIN ch10 -->
104 &ch10;
105 <!-- BEGIN ch11 -->
106 &ch11;
107 <!-- BEGIN ch12 -->
108 &ch12;
109 <!-- BEGIN ch13 -->
110 &ch13;
111 <!-- BEGIN ch14 -->
112 &ch14;
113 <!-- BEGIN appA -->
114 &appA;
115 <!-- BEGIN appB -->
116 &appB;
117 <!-- BEGIN appC -->
118 &appC;
119 <!-- BEGIN appD -->
120 &appD;
121 <!-- BEGIN bib -->
122 &bib;
123 </book>