diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 10:17:37 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 10:17:37 +0100 |
commit | e2f75e06656c1bd0cd0cecb4a99b8220f468fd8d (patch) | |
tree | f0ac19bdd7be13845c8a706df50f37333bf02a86 /doc/Module_Development_Guide/en-US/Book_Info.xml | |
download | pykolab-e2f75e06656c1bd0cd0cecb4a99b8220f468fd8d.tar.gz |
Initial commit
Diffstat (limited to 'doc/Module_Development_Guide/en-US/Book_Info.xml')
-rw-r--r-- | doc/Module_Development_Guide/en-US/Book_Info.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/Module_Development_Guide/en-US/Book_Info.xml b/doc/Module_Development_Guide/en-US/Book_Info.xml new file mode 100644 index 0000000..a7edee7 --- /dev/null +++ b/doc/Module_Development_Guide/en-US/Book_Info.xml @@ -0,0 +1,28 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Module_Development_Guide.ent"> +%BOOK_ENTITIES; +]> +<bookinfo id="book-Module_Development_Guide-Module_Development_Guide"> + <title>Module Development Guide</title> + <subtitle>short description</subtitle> + <productname>PyKolab</productname> + <productnumber>0.1</productnumber> + <edition>0</edition> + <pubsnumber>0</pubsnumber> + <abstract> + <para> + A short overview and summary of the book's subject and purpose, traditionally no more than one paragraph long. Note: the abstract will appear in the front matter of your book and will also be placed in the description field of the book's RPM spec file. + </para> + </abstract> + <corpauthor> + <inlinemediaobject> + <imageobject> + <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" /> + </imageobject> + </inlinemediaobject> + </corpauthor> + <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> +</bookinfo> + |