hgbook

diff it/00book.xml @ 720:734111ce98ad

First literal translation of preface and a very tentative rough makefile.
author Giulio@puck
date Mon Jun 08 02:06:58 2009 +0200 (2009-06-08)
parents
children 24f554c2067e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/00book.xml	Mon Jun 08 02:06:58 2009 +0200
     1.3 @@ -0,0 +1,112 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
     1.6 + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
     1.7 +[
     1.8 +<!-- Below are references to files in this directory. -->
     1.9 +
    1.10 +<!-- Chapters. -->
    1.11 +
    1.12 +<!ENTITY ch00     SYSTEM "ch00-preface.xml">
    1.13 +<!--
    1.14 +<!ENTITY ch01     SYSTEM "ch01-intro.xml">
    1.15 +<!ENTITY ch02     SYSTEM "ch02-tour-basic.xml">
    1.16 +<!ENTITY ch03     SYSTEM "ch03-tour-merge.xml">
    1.17 +<!ENTITY ch04     SYSTEM "ch04-concepts.xml">
    1.18 +<!ENTITY ch05     SYSTEM "ch05-daily.xml">
    1.19 +<!ENTITY ch06     SYSTEM "ch06-collab.xml">
    1.20 +<!ENTITY ch07     SYSTEM "ch07-filenames.xml">
    1.21 +<!ENTITY ch08     SYSTEM "ch08-branch.xml">
    1.22 +<!ENTITY ch09     SYSTEM "ch09-undo.xml">
    1.23 +<!ENTITY ch10     SYSTEM "ch10-hook.xml">
    1.24 +<!ENTITY ch11     SYSTEM "ch11-template.xml">
    1.25 +<!ENTITY ch12     SYSTEM "ch12-mq.xml">
    1.26 +<!ENTITY ch13     SYSTEM "ch13-mq-collab.xml">
    1.27 +<!ENTITY ch14     SYSTEM "ch14-hgext.xml">
    1.28 +<!ENTITY appA     SYSTEM "appA-svn.xml">
    1.29 +<!ENTITY appB     SYSTEM "appB-mq-ref.xml">
    1.30 +<!ENTITY appC     SYSTEM "appC-srcinstall.xml">
    1.31 +<!ENTITY appD     SYSTEM "appD-license.xml">
    1.32 +-->
    1.33 +
    1.34 +<!-- Include our standard shortcuts. -->
    1.35 +
    1.36 +<!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
    1.37 +%SHORTCUTS;
    1.38 +
    1.39 +<!-- Include automatically and manually generated code snippets. -->
    1.40 +<!--
    1.41 +<!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
    1.42 +%AUTOSNIPPETS;
    1.43 +-->
    1.44 +]>
    1.45 +
    1.46 +<book id="hg">
    1.47 +  <title>Mercurial: la guida definitiva</title>
    1.48 +  
    1.49 +  <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})' 
    1.50 +  <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
    1.51 +  -->
    1.52 +  <subtitle>Compiled from $rev_id$</subtitle>
    1.53 +  <bookinfo>
    1.54 +    <edition>1</edition>
    1.55 +    <isbn>9780596800673</isbn>
    1.56 +    <authorgroup>
    1.57 +      <author>
    1.58 +        <firstname>Bryan</firstname>
    1.59 +        <surname>O'Sullivan</surname>
    1.60 +      </author>
    1.61 +    </authorgroup>
    1.62 +
    1.63 +    <editor>
    1.64 +      <firstname>Mike</firstname>
    1.65 +      <surname>Loukides</surname>
    1.66 +    </editor>
    1.67 +
    1.68 +    <copyright>
    1.69 +      <year>2006</year>
    1.70 +      <year>2007</year>
    1.71 +      <year>2008</year>
    1.72 +      <year>2009</year>
    1.73 +      <holder>Bryan O'Sullivan</holder>
    1.74 +    </copyright>
    1.75 +  </bookinfo>
    1.76 +
    1.77 +  <!-- BEGIN ch00 -->
    1.78 +  &ch00;
    1.79 +  <!-- BEGIN ch01
    1.80 +  &ch01; -->
    1.81 +  <!-- BEGIN ch02
    1.82 +  &ch02; -->
    1.83 +  <!-- BEGIN ch03
    1.84 +  &ch03; -->
    1.85 +  <!-- BEGIN ch04
    1.86 +  &ch04; -->
    1.87 +  <!-- BEGIN ch05
    1.88 +  &ch05; -->
    1.89 +  <!-- BEGIN ch06
    1.90 +  &ch06; -->
    1.91 +  <!-- BEGIN ch07
    1.92 +  &ch07; -->
    1.93 +  <!-- BEGIN ch08
    1.94 +  &ch08; -->
    1.95 +  <!-- BEGIN ch09
    1.96 +  &ch09; -->
    1.97 +  <!-- BEGIN ch10
    1.98 +  &ch10; -->
    1.99 +  <!-- BEGIN ch11
   1.100 +  &ch11; -->
   1.101 +  <!-- BEGIN ch12
   1.102 +  &ch12; -->
   1.103 +  <!-- BEGIN ch13
   1.104 +  &ch13; -->
   1.105 +  <!-- BEGIN ch14
   1.106 +  &ch14; -->
   1.107 +  <!-- BEGIN appA
   1.108 +  &appA; -->
   1.109 +  <!-- BEGIN appB
   1.110 +  &appB; -->
   1.111 +  <!-- BEGIN appC
   1.112 +  &appC; -->
   1.113 +  <!-- BEGIN appD
   1.114 +  &appD; -->
   1.115 +</book>