hgbook

annotate en/00book.xml @ 995:56953b292c8a

finishing fixes on ch03 due to transformation from Latex files
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 17:58:26 2009 +0200 (2009-09-12)
parents e9154b3daa94
children
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@704 11 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
bos@704 12 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
bos@704 13 <!ENTITY ch03 SYSTEM "ch03-tour-merge.xml">
bos@704 14 <!ENTITY ch04 SYSTEM "ch04-concepts.xml">
bos@704 15 <!ENTITY ch05 SYSTEM "ch05-daily.xml">
bos@704 16 <!ENTITY ch06 SYSTEM "ch06-collab.xml">
bos@704 17 <!ENTITY ch07 SYSTEM "ch07-filenames.xml">
bos@704 18 <!ENTITY ch08 SYSTEM "ch08-branch.xml">
bos@704 19 <!ENTITY ch09 SYSTEM "ch09-undo.xml">
bos@704 20 <!ENTITY ch10 SYSTEM "ch10-hook.xml">
bos@704 21 <!ENTITY ch11 SYSTEM "ch11-template.xml">
bos@704 22 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
bos@704 23 <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml">
bos@704 24 <!ENTITY ch14 SYSTEM "ch14-hgext.xml">
bos@686 25 <!ENTITY appA SYSTEM "appA-svn.xml">
bos@559 26 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
bos@559 27 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
bos@559 28 <!ENTITY appD SYSTEM "appD-license.xml">
bos@553 29
bos@553 30 <!-- Include our standard shortcuts. -->
bos@553 31
bos@553 32 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
bos@553 33 %SHORTCUTS;
bos@566 34
bos@566 35 <!-- Include automatically and manually generated code snippets. -->
bos@566 36
bos@566 37 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
bos@566 38 %AUTOSNIPPETS;
bos@553 39 ]>
bos@553 40
bos@553 41 <book id="hg">
bos@553 42 <title>Mercurial: The Definitive Guide</title>
dongsheng@625 43
dongsheng@625 44 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
dongsheng@625 45 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
dongsheng@625 46 -->
dongsheng@625 47 <subtitle>Compiled from $rev_id$</subtitle>
bos@553 48 <bookinfo>
bos@617 49 <edition>1</edition>
bos@617 50 <isbn>9780596800673</isbn>
bos@553 51 <authorgroup>
bos@553 52 <author>
bos@553 53 <firstname>Bryan</firstname>
bos@553 54 <surname>O'Sullivan</surname>
bos@553 55 </author>
bos@553 56 </authorgroup>
bos@553 57
bos@553 58 <editor>
bos@553 59 <firstname>Mike</firstname>
bos@553 60 <surname>Loukides</surname>
bos@553 61 </editor>
bos@553 62
bos@553 63 <copyright>
bos@573 64 <year>2006</year>
bos@553 65 <year>2007</year>
bos@553 66 <year>2008</year>
bos@568 67 <year>2009</year>
bos@553 68 <holder>Bryan O'Sullivan</holder>
bos@553 69 </copyright>
bos@553 70 </bookinfo>
bos@553 71
bos@612 72 <!-- BEGIN ch00 -->
bos@589 73 &ch00;
bos@612 74 <!-- BEGIN ch01 -->
bos@553 75 &ch01;
bos@612 76 <!-- BEGIN ch02 -->
bos@553 77 &ch02;
bos@612 78 <!-- BEGIN ch03 -->
bos@559 79 &ch03;
bos@612 80 <!-- BEGIN ch04 -->
bos@559 81 &ch04;
bos@612 82 <!-- BEGIN ch05 -->
bos@559 83 &ch05;
bos@612 84 <!-- BEGIN ch06 -->
bos@559 85 &ch06;
bos@612 86 <!-- BEGIN ch07 -->
bos@559 87 &ch07;
bos@612 88 <!-- BEGIN ch08 -->
bos@559 89 &ch08;
bos@612 90 <!-- BEGIN ch09 -->
bos@559 91 &ch09;
bos@612 92 <!-- BEGIN ch10 -->
bos@559 93 &ch10;
bos@612 94 <!-- BEGIN ch11 -->
bos@559 95 &ch11;
bos@612 96 <!-- BEGIN ch12 -->
bos@558 97 &ch12;
bos@612 98 <!-- BEGIN ch13 -->
bos@559 99 &ch13;
bos@704 100 <!-- BEGIN ch14 -->
bos@704 101 &ch14;
bos@686 102 <!-- BEGIN appA -->
bos@686 103 &appA;
bos@612 104 <!-- BEGIN appB -->
bos@559 105 &appB;
bos@612 106 <!-- BEGIN appC -->
bos@559 107 &appC;
bos@612 108 <!-- BEGIN appD -->
bos@559 109 &appD;
bos@553 110 </book>