annotate en/00book.xml @ 658:b90b024729f1

WIP DocBook snapshot that all compiles. Mirabile dictu!
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 18 Feb 2009 00:22:09 -0800
parents 8631da51309b
children 27043f385f3f
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
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
10 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
11 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
12 <!ENTITY ch03 SYSTEM "ch03-tour-merge.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
13 <!ENTITY ch04 SYSTEM "ch04-concepts.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
14 <!ENTITY ch05 SYSTEM "ch05-daily.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
15 <!ENTITY ch06 SYSTEM "ch06-collab.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
16 <!ENTITY ch07 SYSTEM "ch07-filenames.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
17 <!ENTITY ch08 SYSTEM "ch08-branch.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
18 <!ENTITY ch09 SYSTEM "ch09-undo.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
19 <!ENTITY ch10 SYSTEM "ch10-hook.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
20 <!ENTITY ch11 SYSTEM "ch11-template.xml">
657
8631da51309b Slow progress on XML conversion
Bryan O'Sullivan <bos@serpentine.com>
parents: 652
diff changeset
21 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
22 <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
23 <!ENTITY ch14 SYSTEM "ch14-hgext.xml">
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
24 <!ENTITY appA SYSTEM "appA-cmdref.xml">
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;
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
33 ]>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
34
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
35 <book id="hg">
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
36 <title>Mercurial: The Definitive Guide</title>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
37 <bookinfo>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
38 <authorgroup>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
39 <author>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
40 <firstname>Bryan</firstname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
41 <surname>O'Sullivan</surname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
42 </author>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
43 </authorgroup>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
44
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
45 <editor>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
46 <firstname>Mike</firstname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
47 <surname>Loukides</surname>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
48 </editor>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
49
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
50 <copyright>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
51 <year>2007</year>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
52 <year>2008</year>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
53 <holder>Bryan O'Sullivan</holder>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
54 </copyright>
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
55 </bookinfo>
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 &ch01;
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
58 &ch02;
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
59 &ch03;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
60 &ch04;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
61 &ch05;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
62 &ch06;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
63 &ch07;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
64 &ch08;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
65 &ch09;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
66 &ch10;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
67 &ch11;
657
8631da51309b Slow progress on XML conversion
Bryan O'Sullivan <bos@serpentine.com>
parents: 652
diff changeset
68 &ch12;
658
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
69 &ch13;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
70 &ch14;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
71 <!-- &appA; -->
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
72 &appB;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
73 &appC;
b90b024729f1 WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents: 657
diff changeset
74 &appD;
652
863a82f13901 Basic progress on XML.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
75 </book>