Add the ardour manual converted to docbook format with only a few minor
[ardour.git] / manual / xml / book_info.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3
4 <!ENTITY BOOKNAME "Ardour Reference Guide">
5 <!ENTITY BOOKVERSION "0.01"> <!-- change version here -->
6 <!ENTITY BOOKDATE "2007-01-13"> <!-- change revision date here -->
7 <!ENTITY BOOKID "&BOOKNAME;-&BOOKVERSION; (&BOOKDATE;)">
8 <!ENTITY BUG-NUM "000001"> <!-- use this only while in draft stage -->
9
10 ]>
11 <bookinfo>
12         <title>Ardour Manual</title>
13
14         <issuenum>1.0</issuenum>
15         <productnumber>2.0</productnumber>
16         <abstract>
17                 <para>
18                         This is the manual for Ardour, a digital audio workstation for Linux
19                         and MacOSX. This manual is jointly created and edited by the Ardour
20                         community. It may be published in paper format at some time in the
21                         future.
22                 </para>
23         </abstract>
24         
25         <isbn>
26                 N/A
27         </isbn>
28
29         <mediaobject>
30                 <imageobject>
31                         <imagedata fileref="images/ardourlogo.png"/>
32                 </imageobject>
33         </mediaobject>
34         
35         <publisher>
36                 <publishername>
37                         <inlinemediaobject>
38                                 <imageobject>
39                                         <imagedata fileref="images/ardour-title.png" />
40                                 </imageobject>
41                         </inlinemediaobject>
42                 </publishername>
43         </publisher>
44         
45         <copyright>
46                 <year>2007</year>
47                 <holder>Ardour Foundation</holder>
48         </copyright>
49
50 </bookinfo>
51
52