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

« back to all changes in this revision

Viewing changes to doc/C/introduction.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
 
<section id="intro">
2
 
<title>Introduction</title>
3
 
<para> Welcome to the <application>APTonCD</application> Manual!</para>
4
 
 
5
 
<para>&aoc; is a simple yet powerful GUI-based tool which allows you to create CD/DVD repositories containing all of the packages that have been previously downloaded via apt-get, aptitude, synaptic and even those that were downloaded manually.</para>
6
 
 
7
 
<para>
8
 
With &aoc; you can:
9
 
<itemizedlist>
10
 
        <listitem><para>Create a CD/DVD with all downloaded packages</para></listitem>
11
 
        <listitem><para>Backup/restore all packages installed with APT</para></listitem>
12
 
        <listitem><para>Install the same packages on other machines without downloading them again</para></listitem>
13
 
        <listitem><para>Use the same &aoc; CD/DVD to upgrade many computers</para></listitem>
14
 
        <listitem><para>And more to come...</para></listitem>
15
 
</itemizedlist>
16
 
See <link linkend="about-examples">examples</link> on how &aoc; can typically be used.
17
 
</para>
18
 
 
19
 
<para>In the "Create APTonCD" feature you can make a CD/DVD with all packages previously downloaded with apt-get, aptitude or synaptic. It uses apt-cache (/var/cache/apt/archives) to scan for packages and makes a repository on one or more CD/DVDs or .iso files.  It also allows for complete on-line repositories to be downloaded and create local repositories that can be used on any PC.</para>
20
 
<para>The "Restore APTonCD" functions allow the repository to be used without downloading any of the files again.</para>
21
 
 
22
 
<!--
23
 
        <sec2><title>Installation and Usage</title>
24
 
        <para>&aoc; is available in the Ubuntu Universe repository.  It can be installed on a Ubuntu PC with internet access from  <strong>Applications>Add/Remove</strong> OR from <strong>System>Administration->Synaptic Package Manager'</strong> OR from the command line - open a terminal and type:
25
 
        <programlisting>sudo aptitude install aptoncd</programlisting>
26
 
        ***How to use on a PC without internet access?***</para>
27
 
        /sec2>
28
 
-->     
29
 
 
30
 
        <sec2>
31
 
        <title>Running &aoc;</title>
32
 
                <para>The &aoc; installation will create a menu shortcut in <menuchoice><guimenu>System</guimenu><guimenuitem>Administration</guimenuitem></menuchoice>. &aoc; will be the first item or will be near the top of the list. Depending on your Ubuntu version. &aoc; may be found on Gnome Control Panel too, at System section.</para>
33
 
        </sec2>
34
 
 
35
 
        <sec2>
36
 
        <title>Command line options</title>
37
 
        <para>&aoc; supports pseudo-command line operation. It can be launched from the command line and can be passed command line parameters, but it always runs with a GUI.
38
 
        </para>
39
 
        
40
 
        <para>The following commands are supported:</para>
41
 
        <itemizedlist>
42
 
        <listitem>
43
 
        <para>  -c, --create            starts aptoncd on create media-repository mode </para>
44
 
        </listitem>
45
 
        <listitem>
46
 
        <para>  -r, --restore           starts aptoncd on restore media mode </para>
47
 
        </listitem>
48
 
        <listitem>
49
 
        <para>  -i, --restore-iso       starts aptoncd on restore .iso image mode</para>
50
 
        </listitem>
51
 
        <listitem>
52
 
        <para>-l, --create-from         input an file list to create an aptoncd media mode</para>
53
 
        </listitem>
54
 
        <listitem>
55
 
        <para>      --help              display this help and exit </para>
56
 
        </listitem>
57
 
        <listitem>
58
 
        <para>      --version           output version information and exit" </para>
59
 
        </listitem>
60
 
        </itemizedlist>
61
 
        </sec2>
62
 
 
63
 
        <sec2><title>Compatibility</title>
64
 
        <para>&aoc; aims to be compatible with debian-based distributions. The focus is Ubuntu, and this version fully support on Dapper, Edgy and Feisty. But also should works fine on Debian Etch and Lenny.</para>
65
 
        </sec2>
66
 
</section>