hgbook

view en/00book.xml @ 634:d1a6ed326f87

Add package and upload script
author Dongsheng Song <dongsheng.song@gmail.com>
date Fri Mar 13 16:01:21 2009 +0800 (2009-03-13)
parents 40025381bded
children 7e7c47481e4f
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
5 [
6 <!-- Below are references to files in this directory. -->
8 <!-- Chapters. -->
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-cmdref.xml">
25 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
26 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
27 <!ENTITY appD SYSTEM "appD-license.xml">
29 <!-- Include our standard shortcuts. -->
31 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
32 %SHORTCUTS;
34 <!-- Include automatically and manually generated code snippets. -->
36 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
37 %AUTOSNIPPETS;
38 ]>
40 <book id="hg">
41 <title>Mercurial: The Definitive Guide</title>
43 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
44 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
45 -->
46 <subtitle>Compiled from $rev_id$</subtitle>
47 <bookinfo>
48 <authorgroup>
49 <author>
50 <firstname>Bryan</firstname>
51 <surname>O'Sullivan</surname>
52 </author>
53 </authorgroup>
55 <editor>
56 <firstname>Mike</firstname>
57 <surname>Loukides</surname>
58 </editor>
60 <copyright>
61 <year>2006</year>
62 <year>2007</year>
63 <year>2008</year>
64 <year>2009</year>
65 <holder>Bryan O'Sullivan</holder>
66 </copyright>
67 </bookinfo>
69 &ch01;
70 &ch02;
71 &ch03;
72 &ch04;
73 &ch05;
74 &ch06;
75 &ch07;
76 &ch08;
77 &ch09;
78 &ch10;
79 &ch11;
80 &ch12;
81 &ch13;
82 &ch14;
83 <!-- &appA; -->
84 &appB;
85 &appC;
86 &appD;
87 </book>