annotate en/00book.xml @ 814:e9154b3daa94

Repurpose appendix A.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 26 Apr 2009 23:16:56 -0700
parents 55e2953f82d6
children acf9dc5f088d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
5 [
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
6 <!-- Below are references to files in this directory. -->
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
7
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
8 <!-- Chapters. -->
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
9
682
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
10 <!ENTITY ch00 SYSTEM "ch00-preface.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
11 <!ENTITY ch01 SYSTEM "ch01-tour-basic.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
12 <!ENTITY ch02 SYSTEM "ch02-tour-merge.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
13 <!ENTITY ch03 SYSTEM "ch03-concepts.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
14 <!ENTITY ch04 SYSTEM "ch04-daily.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
15 <!ENTITY ch05 SYSTEM "ch05-collab.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
16 <!ENTITY ch06 SYSTEM "ch06-filenames.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
17 <!ENTITY ch07 SYSTEM "ch07-branch.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
18 <!ENTITY ch08 SYSTEM "ch08-undo.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
19 <!ENTITY ch09 SYSTEM "ch09-hook.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
20 <!ENTITY ch10 SYSTEM "ch10-template.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
21 <!ENTITY ch11 SYSTEM "ch11-mq.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
22 <!ENTITY ch12 SYSTEM "ch12-mq-collab.xml">
28b5a5befb08 Fold preface and intro into one
Bryan O'Sullivan <bos@serpentine.com>
parents: 672
diff changeset
23 <!ENTITY ch13 SYSTEM "ch13-hgext.xml">
814
e9154b3daa94 Repurpose appendix A.
Bryan O'Sullivan <bos@serpentine.com>
parents: 767
diff changeset
24 <!ENTITY appA SYSTEM "appA-svn.xml">
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
25 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
26 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
27 <!ENTITY appD SYSTEM "appD-license.xml">
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
28
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
29 <!-- Include our standard shortcuts. -->
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
30
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
31 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
32 %SHORTCUTS;
665
27043f385f3f Get autogeneration of examples more or less working.
Bryan O'Sullivan <bos@serpentine.com>
parents: 658
diff changeset
33
27043f385f3f Get autogeneration of examples more or less working.
Bryan O'Sullivan <bos@serpentine.com>
parents: 658
diff changeset
34 <!-- Include automatically and manually generated code snippets. -->
27043f385f3f Get autogeneration of examples more or less working.
Bryan O'Sullivan <bos@serpentine.com>
parents: 658
diff changeset
35
27043f385f3f Get autogeneration of examples more or less working.
Bryan O'Sullivan <bos@serpentine.com>
parents: 658
diff changeset
36 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
27043f385f3f Get autogeneration of examples more or less working.
Bryan O'Sullivan <bos@serpentine.com>
parents: 658
diff changeset
37 %AUTOSNIPPETS;
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
38 ]>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
39
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
40 <book id="hg">
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
41 <title>Mercurial: The Definitive Guide</title>
724
cfdb601a3c8b Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents: 672
diff changeset
42
cfdb601a3c8b Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents: 672
diff changeset
43 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
cfdb601a3c8b Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents: 672
diff changeset
44 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
cfdb601a3c8b Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents: 672
diff changeset
45 -->
cfdb601a3c8b Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents: 672
diff changeset
46 <subtitle>Compiled from $rev_id$</subtitle>
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
47 <bookinfo>
716
c62485a1c2ae Add ISBN
Bryan O'Sullivan <bos@serpentine.com>
parents: 710
diff changeset
48 <edition>1</edition>
c62485a1c2ae Add ISBN
Bryan O'Sullivan <bos@serpentine.com>
parents: 710
diff changeset
49 <isbn>9780596800673</isbn>
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
50 <authorgroup>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
51 <author>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
52 <firstname>Bryan</firstname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
53 <surname>O'Sullivan</surname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
54 </author>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
55 </authorgroup>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
56
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
57 <editor>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
58 <firstname>Mike</firstname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
59 <surname>Loukides</surname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
60 </editor>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
61
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
62 <copyright>
672
40025381bded Get the copyright years right
Bryan O'Sullivan <bos@serpentine.com>
parents: 667
diff changeset
63 <year>2006</year>
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
64 <year>2007</year>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
65 <year>2008</year>
667
a8160b8a4f15 Add 2009 copyright year
Bryan O'Sullivan <bos@serpentine.com>
parents: 665
diff changeset
66 <year>2009</year>
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
67 <holder>Bryan O'Sullivan</holder>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
68 </copyright>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
69 </bookinfo>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
70
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
71 <!-- BEGIN ch00 -->
688
4bb10cfa3812 Make actual use of the preface.
Bryan O'Sullivan <bos@serpentine.com>
parents: 682
diff changeset
72 &ch00;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
73 <!-- BEGIN ch01 -->
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
74 &ch01;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
75 <!-- BEGIN ch02 -->
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
76 &ch02;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
77 <!-- BEGIN ch03 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
78 &ch03;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
79 <!-- BEGIN ch04 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
80 &ch04;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
81 <!-- BEGIN ch05 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
82 &ch05;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
83 <!-- BEGIN ch06 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
84 &ch06;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
85 <!-- BEGIN ch07 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
86 &ch07;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
87 <!-- BEGIN ch08 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
88 &ch08;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
89 <!-- BEGIN ch09 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
90 &ch09;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
91 <!-- BEGIN ch10 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
92 &ch10;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
93 <!-- BEGIN ch11 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
94 &ch11;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
95 <!-- BEGIN ch12 -->
657
8631da51309b Slow progress on XML conversion
Bryan O'Sullivan <bos@serpentine.com>
parents: 652
diff changeset
96 &ch12;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
97 <!-- BEGIN ch13 -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
98 &ch13;
814
e9154b3daa94 Repurpose appendix A.
Bryan O'Sullivan <bos@serpentine.com>
parents: 767
diff changeset
99 <!-- BEGIN appA -->
e9154b3daa94 Repurpose appendix A.
Bryan O'Sullivan <bos@serpentine.com>
parents: 767
diff changeset
100 &appA;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
101 <!-- BEGIN appB -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
102 &appB;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
103 <!-- BEGIN appC -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
104 &appC;
710
47fbf3765997 Add more markers.
Bryan O'Sullivan <bos@serpentine.com>
parents: 688
diff changeset
105 <!-- BEGIN appD -->
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
106 &appD;
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
107 </book>