hgbook

annotate en/00book.xml @ 559:b90b024729f1

WIP DocBook snapshot that all compiles. Mirabile dictu!
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Feb 18 00:22:09 2009 -0800 (2009-02-18)
parents 8631da51309b
children 27043f385f3f
rev   line source
bos@553 1 <?xml version="1.0" encoding="UTF-8"?>
bos@553 2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
bos@553 3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
bos@553 4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
bos@553 5 [
bos@553 6 <!-- Below are references to files in this directory. -->
bos@553 7
bos@553 8 <!-- Chapters. -->
bos@553 9
bos@553 10 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
bos@553 11 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
bos@559 12 <!ENTITY ch03 SYSTEM "ch03-tour-merge.xml">
bos@559 13 <!ENTITY ch04 SYSTEM "ch04-concepts.xml">
bos@559 14 <!ENTITY ch05 SYSTEM "ch05-daily.xml">
bos@559 15 <!ENTITY ch06 SYSTEM "ch06-collab.xml">
bos@559 16 <!ENTITY ch07 SYSTEM "ch07-filenames.xml">
bos@559 17 <!ENTITY ch08 SYSTEM "ch08-branch.xml">
bos@559 18 <!ENTITY ch09 SYSTEM "ch09-undo.xml">
bos@559 19 <!ENTITY ch10 SYSTEM "ch10-hook.xml">
bos@559 20 <!ENTITY ch11 SYSTEM "ch11-template.xml">
bos@558 21 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
bos@559 22 <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml">
bos@559 23 <!ENTITY ch14 SYSTEM "ch14-hgext.xml">
bos@559 24 <!ENTITY appA SYSTEM "appA-cmdref.xml">
bos@559 25 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
bos@559 26 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
bos@559 27 <!ENTITY appD SYSTEM "appD-license.xml">
bos@553 28
bos@553 29 <!-- Include our standard shortcuts. -->
bos@553 30
bos@553 31 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
bos@553 32 %SHORTCUTS;
bos@553 33 ]>
bos@553 34
bos@553 35 <book id="hg">
bos@553 36 <title>Mercurial: The Definitive Guide</title>
bos@553 37 <bookinfo>
bos@553 38 <authorgroup>
bos@553 39 <author>
bos@553 40 <firstname>Bryan</firstname>
bos@553 41 <surname>O'Sullivan</surname>
bos@553 42 </author>
bos@553 43 </authorgroup>
bos@553 44
bos@553 45 <editor>
bos@553 46 <firstname>Mike</firstname>
bos@553 47 <surname>Loukides</surname>
bos@553 48 </editor>
bos@553 49
bos@553 50 <copyright>
bos@553 51 <year>2007</year>
bos@553 52 <year>2008</year>
bos@553 53 <holder>Bryan O'Sullivan</holder>
bos@553 54 </copyright>
bos@553 55 </bookinfo>
bos@553 56
bos@553 57 &ch01;
bos@553 58 &ch02;
bos@559 59 &ch03;
bos@559 60 &ch04;
bos@559 61 &ch05;
bos@559 62 &ch06;
bos@559 63 &ch07;
bos@559 64 &ch08;
bos@559 65 &ch09;
bos@559 66 &ch10;
bos@559 67 &ch11;
bos@558 68 &ch12;
bos@559 69 &ch13;
bos@559 70 &ch14;
bos@559 71 <!-- &appA; -->
bos@559 72 &appB;
bos@559 73 &appC;
bos@559 74 &appD;
bos@553 75 </book>