title for 'news' added
announcement: debian package available
This commit is contained in:
parent
7d47cfc872
commit
07b99f1a0c
2 changed files with 28 additions and 13 deletions
|
@ -63,12 +63,23 @@ font.feature {
|
|||
background: #e8947c;
|
||||
color: #000000;
|
||||
margin: 1%;
|
||||
padding: 5px;
|
||||
width: 30%;
|
||||
padding: 1%;
|
||||
width: 35%;
|
||||
float: right;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#news h1 {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#news p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 1%;
|
||||
}
|
||||
|
||||
#news font.title {
|
||||
font-style: italic;
|
||||
font-size: 110%;
|
||||
|
@ -77,6 +88,7 @@ font.feature {
|
|||
#news ul.changes {
|
||||
font-size: 90%;
|
||||
margin-top: 0px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
|
|
25
index.html
25
index.html
|
@ -60,43 +60,46 @@
|
|||
<div id="content">
|
||||
|
||||
<div id="news">
|
||||
<h1>News</h1>
|
||||
|
||||
<font class="title">02006/01/06 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-3.0.1.tar.gz" title="download ezmlm-web 3.0.1">Version 3.0.1 released</a></font>
|
||||
<p><font class="title">02006/01/08 - <a href="https://systemausfall.org/toolforge/DebianRepository" title="how to access the debian repository">debian package</a> available</a></font></p>
|
||||
|
||||
<p><font class="title">02006/01/06 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-3.0.1.tar.gz" title="download ezmlm-web 3.0.1">Version 3.0.1 released</a></font>
|
||||
<ul class="changes">
|
||||
<li>bugfix: accept special characters in mail address according to RFC2822</li>
|
||||
</ul>
|
||||
</ul></p>
|
||||
|
||||
<font class="title">02005/12/25 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-3.0.tar.gz" title="download ezmlm-web 3.0">Version 3.0 released</a></font>
|
||||
<p><font class="title">02005/12/25 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-3.0.tar.gz" title="download ezmlm-web 3.0">Version 3.0 released</a></font>
|
||||
<ul class="changes">
|
||||
<li>interface completely rewritten</li>
|
||||
<li>support for msgsize, mimereject, trailer</li>
|
||||
<li>it requires the clearsilver template engine</li>
|
||||
<li>few bug fixes</li>
|
||||
</ul>
|
||||
</ul></p>
|
||||
|
||||
<font class="title">02005/10/11 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.3.1.tar.gz" title="download ezmlm-web 2.3.1">Version 2.3.1 released (contributed by Reinin Oyama)</a></font>
|
||||
<p><font class="title">02005/10/11 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.3.1.tar.gz" title="download ezmlm-web 2.3.1">Version 2.3.1 released (contributed by Reinin Oyama)</a></font>
|
||||
<ul class="changes">
|
||||
<li>Japanese translation</li>
|
||||
<li>small design improvements</li>
|
||||
<li>mimeremove and prefix option deletion fixed</li>
|
||||
<li>some bug fixes</li>
|
||||
</ul>
|
||||
</ul></p>
|
||||
|
||||
<font class="title">02005/06/10 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.3.tar.gz" title="download ezmlm-web 2.3">Version 2.3 released</a></font>
|
||||
<p><font class="title">02005/06/10 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.3.tar.gz" title="download ezmlm-web 2.3">Version 2.3 released</a></font>
|
||||
<ul class="changes">
|
||||
<li>css style definitions</li>
|
||||
<li>subscribers's file upload fixed</li>
|
||||
<li>user permission handling fixed</li>
|
||||
</ul>
|
||||
</ul></p>
|
||||
|
||||
<font class="title">02005/01/26 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.2.tar.gz" title="download ezmlm-web 2.2">Version 2.2 released</a></font>
|
||||
<p><font class="title">02005/01/26 - <font class="ez">ezmlm-web</font> <a href="download/ezmlm-web-2.2.tar.gz" title="download ezmlm-web 2.2">Version 2.2 released</a></font>
|
||||
<ul class="changes">
|
||||
<li>German translation</li>
|
||||
<li>security fixes</li>
|
||||
<li>create-permissions per user</li>
|
||||
</ul>
|
||||
</ul></p>
|
||||
|
||||
<font class="title">02005/01/24 - the work of <a href="http://rucus.ru.ac.za/~guy/ezmlm/">Guy Antony Halse</a> will be continued ... here</font>
|
||||
<p><font class="title">02005/01/24 - the work of <a href="http://rucus.ru.ac.za/~guy/ezmlm/">Guy Antony Halse</a> will be continued ... here</font></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue