summaryrefslogtreecommitdiff
path: root/manual/xml/book_info.xml
blob: 263726be3cdffbac2a57c4f2a58600daecc9d203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [

<!ENTITY BOOKNAME "Ardour Reference Guide">
<!ENTITY BOOKVERSION "0.01"> <!-- change version here -->
<!ENTITY BOOKDATE "2007-01-13"> <!-- change revision date here -->
<!ENTITY BOOKID "&BOOKNAME;-&BOOKVERSION; (&BOOKDATE;)">
<!ENTITY BUG-NUM "000001"> <!-- use this only while in draft stage -->

]>
<bookinfo>
	<title>Ardour Manual</title>

	<issuenum>1.0</issuenum>
	<productnumber>2.0</productnumber>
	<abstract>
		<para>
			This is the manual for Ardour, a digital audio workstation for Linux
			and MacOSX. This manual is jointly created and edited by the Ardour
			community. It may be published in paper format at some time in the
			future.
		</para>
	</abstract>
	
	<isbn>
		N/A
	</isbn>

	<mediaobject>
		<imageobject>
			<imagedata fileref="images/ardourlogo.png"/>
		</imageobject>
	</mediaobject>
	
	<publisher>
		<publishername>
			<inlinemediaobject>
				<imageobject>
					<imagedata fileref="images/ardour-title.png" />
				</imageobject>
			</inlinemediaobject>
		</publishername>
	</publisher>
	
	<copyright>
		<year>2007</year>
		<holder>Ardour Foundation</holder>
	</copyright>

</bookinfo>