Mercurial > hgbook
view en/00book.xml @ 667:a8160b8a4f15
Add 2009 copyright year
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 09 Mar 2009 23:22:57 -0700 |
parents | 27043f385f3f |
children | 40025381bded |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!-- Below are references to files in this directory. --> <!-- Chapters. --> <!ENTITY ch01 SYSTEM "ch01-intro.xml"> <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml"> <!ENTITY ch03 SYSTEM "ch03-tour-merge.xml"> <!ENTITY ch04 SYSTEM "ch04-concepts.xml"> <!ENTITY ch05 SYSTEM "ch05-daily.xml"> <!ENTITY ch06 SYSTEM "ch06-collab.xml"> <!ENTITY ch07 SYSTEM "ch07-filenames.xml"> <!ENTITY ch08 SYSTEM "ch08-branch.xml"> <!ENTITY ch09 SYSTEM "ch09-undo.xml"> <!ENTITY ch10 SYSTEM "ch10-hook.xml"> <!ENTITY ch11 SYSTEM "ch11-template.xml"> <!ENTITY ch12 SYSTEM "ch12-mq.xml"> <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml"> <!ENTITY ch14 SYSTEM "ch14-hgext.xml"> <!ENTITY appA SYSTEM "appA-cmdref.xml"> <!ENTITY appB SYSTEM "appB-mq-ref.xml"> <!ENTITY appC SYSTEM "appC-srcinstall.xml"> <!ENTITY appD SYSTEM "appD-license.xml"> <!-- Include our standard shortcuts. --> <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml"> %SHORTCUTS; <!-- Include automatically and manually generated code snippets. --> <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml"> %AUTOSNIPPETS; ]> <book id="hg"> <title>Mercurial: The Definitive Guide</title> <bookinfo> <authorgroup> <author> <firstname>Bryan</firstname> <surname>O'Sullivan</surname> </author> </authorgroup> <editor> <firstname>Mike</firstname> <surname>Loukides</surname> </editor> <copyright> <year>2007</year> <year>2008</year> <year>2009</year> <holder>Bryan O'Sullivan</holder> </copyright> </bookinfo> &ch01; &ch02; &ch03; &ch04; &ch05; &ch06; &ch07; &ch08; &ch09; &ch10; &ch11; &ch12; &ch13; &ch14; <!-- &appA; --> &appB; &appC; &appD; </book>