Add titles.

This commit is contained in:
Stuart Gathman
2005-10-30 01:08:52 +00:00
parent 3ad67bd33b
commit d1583d88c9
7 changed files with 18 additions and 25 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
Title: Recent Changes
<h2> Recent Changes </h2> <h2> Recent Changes </h2>
Python milter has been moved to Python milter has been moved to
@@ -7,7 +9,7 @@ project</a> for development and release downloads.
<h3> New website design </h3> <h3> New website design </h3>
Hey, I'm no artist, so I just used the Hey, I'm no artist, so I just used the
<a href="http://ht2html.sourceforge.net/"ht2html</a> package <a href="http://ht2html.sourceforge.net/">ht2html</a> package
by <a href="http://barry.wooz.org/">Barry Warsaw</a>. The mascot by <a href="http://barry.wooz.org/">Barry Warsaw</a>. The mascot
is by <a href="http://alphard.ethz.ch/hafner/lebl.htm">Christian Hafner</a>, is by <a href="http://alphard.ethz.ch/hafner/lebl.htm">Christian Hafner</a>,
or maybe his wife. I chose Maxwell's daemon because it tirelessly or maybe his wife. I chose Maxwell's daemon because it tirelessly
+2
View File
@@ -1,3 +1,5 @@
Title: Credits
<h1> CREDITS </h1> <h1> CREDITS </h1>
<a href="mailto:Jim Niemira <urmane@urmane.org>">Jim Niemira</a> <a href="mailto:Jim Niemira <urmane@urmane.org>">Jim Niemira</a>
+1 -7
View File
@@ -1,8 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> Title: Python Milter FAQ
<html>
<head>
<title>Python Milter FAQ</title>
</head><body>
<h1> Python Milter <a name=faq>FAQ</a> </h1> <h1> Python Milter <a name=faq>FAQ</a> </h1>
@@ -194,5 +190,3 @@ everything up for you. For other systems:
</ol> </ol>
</ol> </ol>
</body>
</html>
+1 -7
View File
@@ -1,11 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 Final//EN"> Title: Python Milter Log Documentation
<html>
<head>
<title>Python Milter Log Documentation</title>
<style> <style>
DT { font-weight: bolder; padding-top: 1em } DT { font-weight: bolder; padding-top: 1em }
</style> </style>
</head><body>
<h1> Milter Log Documentation </h1> <h1> Milter Log Documentation </h1>
@@ -72,5 +68,3 @@ error
</dl> </dl>
Please add more tags to this list if you know of any. Thanks. Please add more tags to this list if you know of any. Thanks.
</body>
</html>
+5
View File
@@ -1,3 +1,4 @@
Title: Python Milters
<P ALIGN="CENTER"><A HREF="http://www.anybrowser.org/campaign/"> <P ALIGN="CENTER"><A HREF="http://www.anybrowser.org/campaign/">
<IMG SRC="http://bmsi.com/art/brain1.gif" <IMG SRC="http://bmsi.com/art/brain1.gif"
@@ -224,6 +225,10 @@ me if you successfully install milter on a system not mentioned below.
<td>0.8.4</td><tr> <td>0.8.4</td><tr>
<td>RedHat 8.0</td><td>gcc-3.2</td><td>2.2.1</td><td>8.12.6</td> <td>RedHat 8.0</td><td>gcc-3.2</td><td>2.2.1</td><td>8.12.6</td>
<td>0.5.2</td><tr> <td>0.5.2</td><tr>
<td>RedHat 9.0</td><td>gcc-3.2.2</td><td>2.4.1</td><td>8.13.1</td>
<td>0.8.2</td><tr>
<td>RedHat EL3</td><td>gcc-3.2.3</td><td>2.4.1</td><td>8.13.5</td>
<td>0.8.4</td><tr>
<td>Debian Linux</td><td>gcc-2.95.2</td><td>2.1.1</td><td>8.12.0</td> <td>Debian Linux</td><td>gcc-2.95.2</td><td>2.1.1</td><td>8.12.0</td>
<td>0.3.7</td><tr> <td>0.3.7</td><tr>
<td>Debian Linux</td><td>gcc-3.2.2</td><td>2.2.2</td><td>8.12.7</td> <td>Debian Linux</td><td>gcc-3.2.2</td><td>2.2.2</td><td>8.12.7</td>
+4 -9
View File
@@ -1,8 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> Title: Python Milter Mail Policy
<html>
<head>
<title>Python Milter Mail Policy </title>
</head><body>
<h1> Python Milter Mail Policy </h1> <h1> Python Milter Mail Policy </h1>
@@ -72,7 +68,9 @@ The wiretap feature can screen and/or monitor mail to/from certain
users. If the MAIL FROM is being wiretapped, the recipients are users. If the MAIL FROM is being wiretapped, the recipients are
altered accordingly. altered accordingly.
<h4> SPF check </h4> <!--table-stop-->
<h2> SPF check </h2>
Finally, the MAIL FROM, connect IP, and HELO name are checked against Finally, the MAIL FROM, connect IP, and HELO name are checked against
any SPF records published via DNS for the alleged sender (MAIL FROM). any SPF records published via DNS for the alleged sender (MAIL FROM).
@@ -232,6 +230,3 @@ should retry the message at a later time.
</td></tr> </td></tr>
</table> </table>
</body>
</html>
+2 -1
View File
@@ -1,3 +1,5 @@
Title: Requirements
<h2> Requirements </h2> <h2> Requirements </h2>
<menu> <menu>
@@ -89,4 +91,3 @@ If you have installed python2, and want
python-milter to use python2, add <code>python=python2</code> to setup.cfg python-milter to use python2, add <code>python=python2</code> to setup.cfg
and build with <code>python2 setup.py bdist_rpm</code>. and build with <code>python2 setup.py bdist_rpm</code>.
You'll need to install the sendmail-devel package to compile milter. You'll need to install the sendmail-devel package to compile milter.