~ubuntu-branches/ubuntu/feisty/aptoncd/feisty

« back to all changes in this revision

Viewing changes to doc/C/index.xml

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Proença
  • Date: 2007-02-02 14:00:59 UTC
  • Revision ID: james.westby@ubuntu.com-20070202140059-7p801vwa0h1yymq9
Tags: upstream-0.0.99+svn20070202
Import upstream version 0.0.99+svn20070202

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
 
2
[
 
3
<!ENTITY introduction SYSTEM "introduction.xml">
 
4
<!ENTITY features SYSTEM "features.xml">
 
5
<!ENTITY howto SYSTEM "howto.xml">
 
6
<!ENTITY about SYSTEM "about.xml">
 
7
<!ENTITY aoc "<application>APTonCD</application>">
 
8
]
 
9
>
 
10
 
 
11
<article>
 
12
 
 
13
<!-- 
 
14
Information about this document (not on the whole of APTonCD project)
 
15
-->
 
16
     
 
17
<articleinfo>
 
18
        <title>APTonCD Manual</title>
 
19
 
 
20
<!-- authors -->
 
21
        <authorgroup>
 
22
                <author>
 
23
                <firstname>Rafael Sfair</firstname>
 
24
                <address> <email>rsfair@gmail.com</email> </address> 
 
25
                </author>
 
26
                <author>
 
27
                        <firstname>Victor Jones</firstname>
 
28
                </author>
 
29
        </authorgroup>          
 
30
 
 
31
<!-- translators -->    
 
32
<!--    <othercredit role="translator">
 
33
                <firstname>Sun Kwon (Korean)</firstname> 
 
34
        </othercredit>
 
35
        
 
36
        <othercredit role="translator">
 
37
                <firstname>Sayid Jarrah (Arabic)</firstname> 
 
38
        </othercredit>
 
39
        
 
40
        <othercredit role="translator">
 
41
                <firstname>Rodrigo Tom Cuise Santoro (Portuguese-Brazil)</firstname> 
 
42
        </othercredit>
 
43
        -->
 
44
 
 
45
<!-- release info -->           
 
46
   <releaseinfo>
 
47
           This manual describes version 0.2 of the APTonCD application.
 
48
        </releaseinfo> 
 
49
 
 
50
        <legalnotice> 
 
51
        <!-- feedback -->
 
52
                <title>Feedback</title> 
 
53
              <para>To report a bug or make a suggestion regarding this manual, 
 
54
              follow the directions in the <ulink url="http://aptoncd.sourceforge.net" type="help">
 
55
              APTonCD Project Page</ulink>.</para>
 
56
        <!-- license and legal notices -->            
 
57
              <title>License</title> 
 
58
              <para>This manual is under a Creative Common license. Please read 
 
59
              <ulink url="http://creativecommons.org/licenses/by/2.5/" type="help">this page</ulink> for more information. </para>
 
60
        </legalnotice> 
 
61
 
 
62
</articleinfo>
 
63
 
 
64
<!-- 
 
65
Main document
 
66
-->
 
67
 
 
68
<!-- here we call the pages -->
 
69
&introduction;
 
70
&features;
 
71
&howto;
 
72
&about;
 
73
 
 
74
</article>
 
75