hgbook

annotate en/00book.xml @ 594:0b45854f0b7b

Generate and include images properly.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 22:00:53 2009 -0700 (2009-03-26)
parents 28b5a5befb08
children 47fbf3765997 1c13ed2130a7
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@583 10 <!ENTITY ch00 SYSTEM "ch00-preface.xml">
bos@583 11 <!ENTITY ch01 SYSTEM "ch01-tour-basic.xml">
bos@583 12 <!ENTITY ch02 SYSTEM "ch02-tour-merge.xml">
bos@583 13 <!ENTITY ch03 SYSTEM "ch03-concepts.xml">
bos@583 14 <!ENTITY ch04 SYSTEM "ch04-daily.xml">
bos@583 15 <!ENTITY ch05 SYSTEM "ch05-collab.xml">
bos@583 16 <!ENTITY ch06 SYSTEM "ch06-filenames.xml">
bos@583 17 <!ENTITY ch07 SYSTEM "ch07-branch.xml">
bos@583 18 <!ENTITY ch08 SYSTEM "ch08-undo.xml">
bos@583 19 <!ENTITY ch09 SYSTEM "ch09-hook.xml">
bos@583 20 <!ENTITY ch10 SYSTEM "ch10-template.xml">
bos@583 21 <!ENTITY ch11 SYSTEM "ch11-mq.xml">
bos@583 22 <!ENTITY ch12 SYSTEM "ch12-mq-collab.xml">
bos@583 23 <!ENTITY ch13 SYSTEM "ch13-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@566 33
bos@566 34 <!-- Include automatically and manually generated code snippets. -->
bos@566 35
bos@566 36 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
bos@566 37 %AUTOSNIPPETS;
bos@553 38 ]>
bos@553 39
bos@553 40 <book id="hg">
bos@553 41 <title>Mercurial: The Definitive Guide</title>
bos@553 42 <bookinfo>
bos@553 43 <authorgroup>
bos@553 44 <author>
bos@553 45 <firstname>Bryan</firstname>
bos@553 46 <surname>O'Sullivan</surname>
bos@553 47 </author>
bos@553 48 </authorgroup>
bos@553 49
bos@553 50 <editor>
bos@553 51 <firstname>Mike</firstname>
bos@553 52 <surname>Loukides</surname>
bos@553 53 </editor>
bos@553 54
bos@553 55 <copyright>
bos@573 56 <year>2006</year>
bos@553 57 <year>2007</year>
bos@553 58 <year>2008</year>
bos@568 59 <year>2009</year>
bos@553 60 <holder>Bryan O'Sullivan</holder>
bos@553 61 </copyright>
bos@553 62 </bookinfo>
bos@553 63
bos@589 64 &ch00;
bos@553 65 &ch01;
bos@553 66 &ch02;
bos@559 67 &ch03;
bos@559 68 &ch04;
bos@559 69 &ch05;
bos@559 70 &ch06;
bos@559 71 &ch07;
bos@559 72 &ch08;
bos@559 73 &ch09;
bos@559 74 &ch10;
bos@559 75 &ch11;
bos@558 76 &ch12;
bos@559 77 &ch13;
bos@559 78 <!-- &appA; -->
bos@559 79 &appB;
bos@559 80 &appC;
bos@559 81 &appD;
bos@553 82 </book>