~ubuntu-branches/ubuntu/saucy/aptoncd/saucy-proposed

« back to all changes in this revision

Viewing changes to help/C/aptoncd.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-17 22:04:26 UTC
  • mfrom: (1.1.1 upstream) (0.1.11 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090817220426-bhxr3a21ff6y8edm
Tags: 0.1.98+bzr109-0.1
* Non-maintainer upload
* New upstream release (Closes: #452205, #423480, #433915, #541047, #427003,
  #493647, #484636)
* debian/control: 
  - Changed python build dependencies to Build-Depends-Indep
  - Moved url from Description to Homepage
  - Changed Standards-Version to 3.8.2
  - Changed Maintainer to myself
  - Deleted dependency on deprecated mkisofs 
  - Deleted recommend of nautilus-cd-burner
* debian/copyright: Changed (C) to © to make lintian happy
* debian/rules: 
  - deleted deprecated dh_desktop
  - added get-orig-source target to get the latest source from lp
* data/aptoncd.desktop.in: Fixed error and deprecated values in Desktop file

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 intro 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
                <author>
 
30
                        <firstname>Flávio Pontes</firstname>
 
31
                        <address> <email>flaviocpontes@gmail.com</email> </address> 
 
32
                </author>
 
33
        </authorgroup>          
 
34
 
 
35
<!-- translators -->    
 
36
<!--    <othercredit role="translator">
 
37
                <firstname>Sun Kwon (Korean)</firstname> 
 
38
        </othercredit>
 
39
        
 
40
        <othercredit role="translator">
 
41
                <firstname>Sayid Jarrah (Arabic)</firstname> 
 
42
        </othercredit>
 
43
        
 
44
        <othercredit role="translator">
 
45
                <firstname>Rodrigo Tom Cuise Santoro (Portuguese-Brazil)</firstname> 
 
46
        </othercredit>
 
47
        -->
 
48
 
 
49
<!-- release info -->           
 
50
   <releaseinfo>
 
51
           This manual describes version 0.2 of the APTonCD application.
 
52
        </releaseinfo> 
 
53
 
 
54
        <legalnotice> 
 
55
        <!-- feedback -->
 
56
                <title>Feedback</title> 
 
57
              <para>To report a bug or make a suggestion regarding this manual, 
 
58
              follow the directions in the <ulink url="http://aptoncd.sourceforge.net" type="help">
 
59
              APTonCD Project Page</ulink>.</para>
 
60
        <!-- license and legal notices -->            
 
61
              <title>License</title> 
 
62
              <para>This manual is under a Creative Common license. Please read 
 
63
              <ulink url="http://creativecommons.org/licenses/by/2.5/" type="help">this page</ulink> for more information. </para>
 
64
        </legalnotice> 
 
65
 
 
66
</articleinfo>
 
67
 
 
68
<!-- 
 
69
Main document
 
70
-->
 
71
 
 
72
<!-- here we call the pages -->
 
73
&intro;
 
74
&features;
 
75
&howto;
 
76
&about;
 
77
 
 
78
</article>
 
79