Mercurial > hgbook
annotate en/00book.xml @ 710:47fbf3765997
Add more markers.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 31 Mar 2009 12:21:50 -0700 |
parents | 4bb10cfa3812 |
children | c62485a1c2ae |
rev | line source |
---|---|
652 | 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.4//EN" | |
4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" | |
5 [ | |
6 <!-- Below are references to files in this directory. --> | |
7 | |
8 <!-- Chapters. --> | |
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"> |
658
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 | 28 |
29 <!-- Include our standard shortcuts. --> | |
30 | |
31 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml"> | |
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 | 38 ]> |
39 | |
40 <book id="hg"> | |
41 <title>Mercurial: The Definitive Guide</title> | |
42 <bookinfo> | |
43 <authorgroup> | |
44 <author> | |
45 <firstname>Bryan</firstname> | |
46 <surname>O'Sullivan</surname> | |
47 </author> | |
48 </authorgroup> | |
49 | |
50 <editor> | |
51 <firstname>Mike</firstname> | |
52 <surname>Loukides</surname> | |
53 </editor> | |
54 | |
55 <copyright> | |
672
40025381bded
Get the copyright years right
Bryan O'Sullivan <bos@serpentine.com>
parents:
667
diff
changeset
|
56 <year>2006</year> |
652 | 57 <year>2007</year> |
58 <year>2008</year> | |
667
a8160b8a4f15
Add 2009 copyright year
Bryan O'Sullivan <bos@serpentine.com>
parents:
665
diff
changeset
|
59 <year>2009</year> |
652 | 60 <holder>Bryan O'Sullivan</holder> |
61 </copyright> | |
62 </bookinfo> | |
63 | |
710 | 64 <!-- BEGIN ch00 --> |
688
4bb10cfa3812
Make actual use of the preface.
Bryan O'Sullivan <bos@serpentine.com>
parents:
682
diff
changeset
|
65 &ch00; |
710 | 66 <!-- BEGIN ch01 --> |
652 | 67 &ch01; |
710 | 68 <!-- BEGIN ch02 --> |
652 | 69 &ch02; |
710 | 70 <!-- BEGIN ch03 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
71 &ch03; |
710 | 72 <!-- BEGIN ch04 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
73 &ch04; |
710 | 74 <!-- BEGIN ch05 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
75 &ch05; |
710 | 76 <!-- BEGIN ch06 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
77 &ch06; |
710 | 78 <!-- BEGIN ch07 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
79 &ch07; |
710 | 80 <!-- BEGIN ch08 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
81 &ch08; |
710 | 82 <!-- BEGIN ch09 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
83 &ch09; |
710 | 84 <!-- BEGIN ch10 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
85 &ch10; |
710 | 86 <!-- BEGIN ch11 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
87 &ch11; |
710 | 88 <!-- BEGIN ch12 --> |
657
8631da51309b
Slow progress on XML conversion
Bryan O'Sullivan <bos@serpentine.com>
parents:
652
diff
changeset
|
89 &ch12; |
710 | 90 <!-- BEGIN ch13 --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
91 &ch13; |
710 | 92 <!-- BEGIN appA --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
93 <!-- &appA; --> |
710 | 94 <!-- BEGIN appB --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
95 &appB; |
710 | 96 <!-- BEGIN appC --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
97 &appC; |
710 | 98 <!-- BEGIN appD --> |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
99 &appD; |
652 | 100 </book> |