[Demudi-commits] r464 - demudi-trac/trunk/wiki

Free Ekanayaka free-guest@costa.debian.org
Fri, 11 Mar 2005 14:38:21 +0100


Author: free-guest
Date: 2005-03-11 14:38:21 +0100 (Fri, 11 Mar 2005)
New Revision: 464

Removed:
   demudi-trac/trunk/wiki/DownloadApt
Modified:
   demudi-trac/trunk/wiki/InstallApt
Log:
DownloadApt to InstallApt

Deleted: demudi-trac/trunk/wiki/DownloadApt
===================================================================
--- demudi-trac/trunk/wiki/DownloadApt	2005-03-11 13:21:21 UTC (rev 463)
+++ demudi-trac/trunk/wiki/DownloadApt	2005-03-11 13:38:21 UTC (rev 464)
@@ -1,44 +0,0 @@
-= APT repository =
-
-APT is a system to install software from package repositories residing on
-various media (CD-ROMs, Internet sites, USB sticks, etc.). Read 
-[http://www.linuxgazette.com/issue84/tougher.html here] if you are new
-to APT.
-
-Please check the Debian [http://www.debian.org/mirror/list mirror list] to
-find one in your country, or use '''apt-spy''' to automatically guess the
-fastest one.
-
-== Stable release ==
-
-If you want  to use the latest !DeMuDi stable release (currently 1.2.0) you
-can download packages from the Internet  inserting the following lines
-in your {{{/etc/apt/sources.list}}} file:
-
-{{{
-
- # Debian
- deb http://snapshot.debian.net/archive/2004/07/14/debian/ testing main
-
- # DeMuDi
- deb http://apt.agnula.org/demudi stable local
-
-}}}
-
-== Development ==
-
-If you want  to use the development version of !DeMuDi you
-have to insert the following lines
-in your {{{/etc/apt/sources.list}}} file:
-
-{{{
-
- # Debian
- deb http://ftp.debian.org/debian testing main
-
- # DeMuDi
- deb http://apt.agnula.org/demudi testing local
-
-}}}
-
-Please note that these packages migth be broken.

Modified: demudi-trac/trunk/wiki/InstallApt
===================================================================
--- demudi-trac/trunk/wiki/InstallApt	2005-03-11 13:21:21 UTC (rev 463)
+++ demudi-trac/trunk/wiki/InstallApt	2005-03-11 13:38:21 UTC (rev 464)
@@ -5,24 +5,40 @@
 [http://www.linuxgazette.com/issue84/tougher.html here] if you are new
 to APT.
 
-If you want to download packages from the Internet insert the following lines
+Please check the Debian [http://www.debian.org/mirror/list mirror list] to
+find one in your country, or use '''apt-spy''' to automatically guess the
+fastest one.
+
+== Stable release ==
+
+If you want  to use the latest !DeMuDi stable release (currently 1.2.0) you
+can download packages from the Internet  inserting the following lines
 in your {{{/etc/apt/sources.list}}} file:
 
 {{{
 
  # Debian
+ deb http://snapshot.debian.net/archive/2004/07/14/debian/ testing main
+
+ # DeMuDi
+ deb http://apt.agnula.org/demudi stable local
+
+}}}
+
+== Development ==
+
+If you want  to use the development version of !DeMuDi you
+have to insert the following lines
+in your {{{/etc/apt/sources.list}}} file:
+
+{{{
+
+ # Debian
  deb http://ftp.debian.org/debian testing main
- #deb-src http://apt.agnula.org/demudi testing local
 
  # DeMuDi
  deb http://apt.agnula.org/demudi testing local
- #deb-src http://apt.agnula.org/demudi testing local
 
 }}}
 
-Note that the {{{deb-src}}} entries are only useful if you want to get the
-'''source code''' of the packages.
-
-Please check the Debian [http://www.debian.org/mirror/list mirror list] to
-find on in your country, or use '''apt-spy''' to automatically guess the
-fastest one.
+Please note that these packages migth be broken.