more verbose download directory

This commit is contained in:
lars 2006-01-08 04:56:16 +00:00
parent f21f5e041b
commit b0e8e35a0d
2 changed files with 26 additions and 1 deletions

View file

@ -1,3 +1,5 @@
Options +Indexes
IndexOptions FancyIndexing
IndexOrderDefault Ascending Date
#IndexOrderDefault Ascending Date
IndexOptions VersionSort
ReadmeName README.html

23
packages/README.html Normal file
View file

@ -0,0 +1,23 @@
<h2>Source installation</h2>
<ul>
<li>download a <i>.tar.gz</i> archive</li>
<li>extract it (<tt>tar xzf FILENAME.tar.gz</tt>)</li>
<li>follow the instructions in the INSTALL file</li>
</ul>
<h2>Debian packages</h2>
<h3>Manual installation</h3>
<ul>
<li>download a debian package file (.deb)</li>
<li>run <tt>dpkg -i FILENAME.deb</tt></li>
</ul>
<h3>Debian package repository</h3>
You may use the debian package repository at <a href="https://systemausfall.org/toolforge" title="toolforge">toolforge</a>:
<ul>
<li>add <tt>deb http://systemausfall.org/toolforge/debian testing main contrib non-free</tt> to your <i>/etc/apt/sources.list</i> file</li>
<li>run <tt>apt-get update</tt></li>
<li>install (or upgrade) the package with <tt>apt-get install ezmlm-web</tt></li>
</ul>
Besides <i>testing</i> you may also use the <i>stable</i> or <i>unstable</i> package - read <a href="https://systemausfall.org/toolforge/DebianRepository" title="descriptions of the toolforge repository">DebianRepository</a> for details.