website updated
This commit is contained in:
parent
7abc6b9744
commit
cc0ae6bdeb
2 changed files with 49 additions and 0 deletions
5
Ezmlm/tags/packages/.htaccess
Normal file
5
Ezmlm/tags/packages/.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
Options +Indexes
|
||||
IndexOptions FancyIndexing
|
||||
IndexOrderDefault Ascending Date
|
||||
ReadmeName README.html
|
||||
IndexIgnore README.html .htaccess
|
44
Ezmlm/tags/packages/README.html
Normal file
44
Ezmlm/tags/packages/README.html
Normal file
|
@ -0,0 +1,44 @@
|
|||
<a name="toc" />
|
||||
<h1>Table of contents</h1>
|
||||
<ol>
|
||||
<li><a href="#source">source installation</a></li>
|
||||
<li><a href="#debian">debian packages</a>
|
||||
<ol><li><a href="#debian-manual">manual installation</a></li>
|
||||
<li><a href="#debian-apt">debian package repository</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<hr/>
|
||||
|
||||
<a name="mail_ezmlm-perl" />
|
||||
<h1>Mail::Ezmlm</h1>
|
||||
<p>This perl module is required for <https://systemausfall.org/toolforge/ezmlm-web">ezmlm-web</a>.</p>
|
||||
|
||||
<a name="source" />
|
||||
<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>
|
||||
|
||||
<a name="debian" />
|
||||
<h2>debian packages</h2>
|
||||
<a name="debian-manual" />
|
||||
<h3>manual installation</h3>
|
||||
<ul>
|
||||
<li>download a debian package file (.deb)</li>
|
||||
<li>run <tt>dpkg -i FILENAME.deb</tt></li>
|
||||
</ul>
|
||||
|
||||
<a name="debian-apt" />
|
||||
<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 libemail-ezmlm-perl</tt></li>
|
||||
</ul>
|
||||
Besides <i>testing</i> you may also use the <i>stable</i> or <i>unstable</i> packages - read <a href="https://systemausfall.org/toolforge/DebianRepository" title="descriptions of the toolforge repository">DebianRepository</a> for details.
|
||||
|
Loading…
Reference in a new issue