Mercurial > hgbook
annotate en/00book.xml @ 724:cfdb601a3c8b
Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 15:51:39 +0800 |
parents | 40025381bded |
children | 7e7c47481e4f |
rev | line source |
---|---|
652 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> | |
724
cfdb601a3c8b
Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents:
672
diff
changeset
|
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
cfdb601a3c8b
Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
Dongsheng Song <dongsheng.song@gmail.com>
parents:
672
diff
changeset
|
4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" |
652 | 5 [ |
6 <!-- Below are references to files in this directory. --> | |
7 | |
8 <!-- Chapters. --> | |
9 | |
10 <!ENTITY ch01 SYSTEM "ch01-intro.xml"> | |
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 | 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> | |
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 --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 | 47 <bookinfo> |
48 <authorgroup> | |
49 <author> | |
50 <firstname>Bryan</firstname> | |
51 <surname>O'Sullivan</surname> | |
52 </author> | |
53 </authorgroup> | |
54 | |
55 <editor> | |
56 <firstname>Mike</firstname> | |
57 <surname>Loukides</surname> | |
58 </editor> | |
59 | |
60 <copyright> | |
672
40025381bded
Get the copyright years right
Bryan O'Sullivan <bos@serpentine.com>
parents:
667
diff
changeset
|
61 <year>2006</year> |
652 | 62 <year>2007</year> |
63 <year>2008</year> | |
667
a8160b8a4f15
Add 2009 copyright year
Bryan O'Sullivan <bos@serpentine.com>
parents:
665
diff
changeset
|
64 <year>2009</year> |
652 | 65 <holder>Bryan O'Sullivan</holder> |
66 </copyright> | |
67 </bookinfo> | |
68 | |
69 &ch01; | |
70 &ch02; | |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
71 &ch03; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
72 &ch04; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
73 &ch05; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
74 &ch06; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
75 &ch07; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
76 &ch08; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
77 &ch09; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
78 &ch10; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
79 &ch11; |
657
8631da51309b
Slow progress on XML conversion
Bryan O'Sullivan <bos@serpentine.com>
parents:
652
diff
changeset
|
80 &ch12; |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
81 &ch13; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
82 &ch14; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
83 <!-- &appA; --> |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
84 &appB; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
85 &appC; |
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
657
diff
changeset
|
86 &appD; |
652 | 87 </book> |