hgbook

diff fr/00book.xml @ 973:1df99de46e39

Finishing works to adapt already existing translations to new xdoc fmt - also add a couple new translations to follow recent modification from Bryan.
author Romain PELISSE <belaran@gmail.com>
date Tue Sep 01 17:00:12 2009 +0200 (2009-09-01)
parents acf9dc5f088d
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fr/00book.xml	Tue Sep 01 17:00:12 2009 +0200
     1.3 @@ -0,0 +1,110 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
     1.6 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     1.7 + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
     1.8 +[
     1.9 +<!-- Below are references to files in this directory. -->
    1.10 +
    1.11 +<!-- Chapters. -->
    1.12 +
    1.13 +<!ENTITY ch00     SYSTEM "ch00-preface.xml">
    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 +<!-- Include our standard shortcuts. -->
    1.34 +
    1.35 +<!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
    1.36 +%SHORTCUTS;
    1.37 +
    1.38 +<!-- Include automatically and manually generated code snippets. -->
    1.39 +
    1.40 +<!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
    1.41 +%AUTOSNIPPETS;
    1.42 +]>
    1.43 +
    1.44 +<book id="hg">
    1.45 +  <title>Mercurial: The Definitive Guide</title>
    1.46 +  
    1.47 +  <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})' 
    1.48 +  <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
    1.49 +  -->
    1.50 +  <subtitle>Compiled from $rev_id$</subtitle>
    1.51 +  <bookinfo>
    1.52 +    <edition>1</edition>
    1.53 +    <isbn>9780596800673</isbn>
    1.54 +    <authorgroup>
    1.55 +      <author>
    1.56 +        <firstname>Bryan</firstname>
    1.57 +        <surname>O'Sullivan</surname>
    1.58 +      </author>
    1.59 +    </authorgroup>
    1.60 +
    1.61 +    <editor>
    1.62 +      <firstname>Mike</firstname>
    1.63 +      <surname>Loukides</surname>
    1.64 +    </editor>
    1.65 +
    1.66 +    <copyright>
    1.67 +      <year>2006</year>
    1.68 +      <year>2007</year>
    1.69 +      <year>2008</year>
    1.70 +      <year>2009</year>
    1.71 +      <holder>Bryan O'Sullivan</holder>
    1.72 +    </copyright>
    1.73 +  </bookinfo>
    1.74 +
    1.75 +  <!-- BEGIN ch00 -->
    1.76 +  &ch00;
    1.77 +  <!-- BEGIN ch01 -->
    1.78 +  &ch01;
    1.79 +  <!-- BEGIN ch02 -->
    1.80 +  &ch02;
    1.81 +  <!-- BEGIN ch03 -->
    1.82 +  &ch03;
    1.83 +  <!-- BEGIN ch04 -->
    1.84 +  &ch04;
    1.85 +  <!-- BEGIN ch05 -->
    1.86 +  &ch05;
    1.87 +  <!-- BEGIN ch06 -->
    1.88 +  &ch06;
    1.89 +  <!-- BEGIN ch07 -->
    1.90 +  &ch07;
    1.91 +  <!-- BEGIN ch08 -->
    1.92 +  &ch08;
    1.93 +  <!-- BEGIN ch09 -->
    1.94 +  &ch09;
    1.95 +  <!-- BEGIN ch10 -->
    1.96 +  &ch10;
    1.97 +  <!-- BEGIN ch11 -->
    1.98 +  &ch11;
    1.99 +  <!-- BEGIN ch12 -->
   1.100 +  &ch12;
   1.101 +  <!-- BEGIN ch13 -->
   1.102 +  &ch13;
   1.103 +  <!-- BEGIN ch14 -->
   1.104 +  &ch14;
   1.105 +  <!-- BEGIN appA -->
   1.106 +  &appA;
   1.107 +  <!-- BEGIN appB -->
   1.108 +  &appB;
   1.109 +  <!-- BEGIN appC -->
   1.110 +  &appC;
   1.111 +  <!-- BEGIN appD -->
   1.112 +  &appD;
   1.113 +</book>