You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/10/23 05:40:43 UTC

svn commit: rev 55350 - spamassassin/site

Author: felicity
Date: Fri Oct 22 20:40:42 2004
New Revision: 55350

Modified:
   spamassassin/site/main.wmk
Log:
bunch of updates from other folks, updated downloads from current to actual version, etc.

Modified: spamassassin/site/main.wmk
==============================================================================
--- spamassassin/site/main.wmk	(original)
+++ spamassassin/site/main.wmk	Fri Oct 22 20:40:42 2004
@@ -1,6 +1,6 @@
 <webmake>
 
-<content name="relversion">3.0.0</content>
+<content name="relversion">3.0.1</content>
 <content name="relline">3.0.x</content>
 <content name="docsline">3.0.x</content>
 
@@ -15,9 +15,12 @@
 <!-- this is the href to use to refer to the downloads page.
   it will use the ASF mirror infrastructure and ensures the mirrors
   in question is up-to-date.
-    <content name="mirrordl">http://spamassassin.apache.org/downloads.cgi?update=200409211830</content>
-  -->
+
+  Note that the ?update parameter specifies the time in YYYYMMDDHHMM
+  format, in the *PST timezone*, not UTC!
 <content name="mirrordl">http://spamassassin.apache.org/downloads.cgi</content>
+  -->
+<content name="mirrordl">http://spamassassin.apache.org/downloads.cgi?update=200410222000</content>
 
 <!-- and these are used in the downloads.html backend page. -->
 <content name="mirrorhref">[preferred]/spamassassin/</content>
@@ -36,11 +39,11 @@
 
     umask 002;
 # DQ
-     system ("cd $SITE_SRC_DIR/versions/b2_6_0; ".
-             "svn update; ./build/update_website_docs");
+#     system ("cd $SITE_SRC_DIR/versions/b2_6_0; ".
+#             "svn update; ./build/update_website_docs");
 # DQ
-     system ("cd $SITE_SRC_DIR/versions/3.0; ".
-             "svn update; ./build/update_website_docs");
+#     system ("cd $SITE_SRC_DIR/versions/3.0; ".
+#             "svn update; ./build/update_website_docs");
 
     # system ("cd $SITE_SRC_DIR/versions/trunk; svn update; ./build/update_website_docs");
 
@@ -164,7 +167,7 @@
 
 <h2>News and Announcements</h2>
 
-  **SpamAssassin 3.0.0 was released on 2004-09-22!  Please visit
+  **SpamAssassin 3.0.1 was released on 2004-10-22!  Please visit
   <a href="${mirrordl}">the downloads page</a> to get the latest version.**
 
   **Conference**: There will be three SpamAssassin sessions at <a href="http://www.apachecon.com/">ApacheCon 2004</a> in Las Vegas, Nevada, USA on 13-17 November 2004.  There will be one 3-hour tutorial and two 1-hour talks on SpamAssassin.
@@ -329,11 +332,11 @@
   is compromised, the sigs are not and they will mismatch.
   -->
 
-  - <a href=${mirrorhref}/Mail-SpamAssassin-current.tar.gz>SpamAssassin(tm) in tar.gz</a> format.  (signatures: <a href=${relhomehref}/Mail-SpamAssassin-current.tar.gz.asc>GPG</a> <a href=${relhomehref}/Mail-SpamAssassin-current.tar.gz.md5>MD5</a> <a href=${relhomehref}/Mail-SpamAssassin-current.tar.gz.sha1>SHA1</a>)
+  - <a href=${mirrorhref}/Mail-SpamAssassin-${relversion}.tar.gz>SpamAssassin(tm) in tar.gz</a> format.  (signatures: <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.tar.gz.asc>GPG</a> <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.tar.gz.md5>MD5</a> <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.tar.gz.sha1>SHA1</a>)
 
-  - <a href=${mirrorhref}/Mail-SpamAssassin-current.tar.bz2>SpamAssassin(tm) in tar.bz2</a> format.  (signatures: <a href=${relhomehref}/Mail-SpamAssassin-current.tar.bz2.asc>GPG</a> <a href=${relhomehref}/Mail-SpamAssassin-current.tar.bz2.md5>MD5</a> <a href=${relhomehref}/Mail-SpamAssassin-current.tar.bz2.sha1>SHA1</a>)
+  - <a href=${mirrorhref}/Mail-SpamAssassin-${relversion}.tar.bz2>SpamAssassin(tm) in tar.bz2</a> format.  (signatures: <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.tar.bz2.asc>GPG</a> <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.tar.bz2.md5>MD5</a> <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.tar.bz2.sha1>SHA1</a>)
 
-  - <a href=${mirrorhref}/Mail-SpamAssassin-current.zip>SpamAssassin(tm) in ZIP</a> format.  (signatures: <a href=${relhomehref}/Mail-SpamAssassin-current.zip.asc>GPG</a> <a href=${relhomehref}/Mail-SpamAssassin-current.zip.md5>MD5</a> <a href=${relhomehref}/Mail-SpamAssassin-current.zip.sha1>SHA1</a>)
+  - <a href=${mirrorhref}/Mail-SpamAssassin-${relversion}.zip>SpamAssassin(tm) in ZIP</a> format.  (signatures: <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.zip.asc>GPG</a> <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.zip.md5>MD5</a> <a href=${relhomehref}/Mail-SpamAssassin-${relversion}.zip.sha1>SHA1</a>)
 
 Packages
 ~~~~~~~~
@@ -694,7 +697,7 @@
   body {
     background-color: #fff;
     color: #000;
-    font-family: verdana,lucida,helvetica,sans-serif;
+    font-family: arial,helvetica,sans-serif;
     margin-left: 2px;
     margin-right: 2px;
   }
@@ -704,27 +707,27 @@
     font-family: monospace;
   }
 
-  H1 { font-size: x-large; font-family: Garamond,Book Antiqua,Times,serif; }
-  H2 { font-size: large; font-family: Garamond,Book Antiqua,Times,serif; }
-  H3 { font-size: medium; font-family: Garamond,Book Antiqua,Times,serif; }
-  H4 { font-size: small; font-family: Garamond,Book Antiqua,Times,serif; }
-  H5 { font-size: x-small; font-family: Garamond,Book Antiqua,Times,serif; }
-  H6 { font-size: xx-small; font-family: Garamond,Book Antiqua,Times,serif; }
+  H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
+  H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
+  H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
+  H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
+  H5 { font-size: x-small; font-family: arial,helvetica,sans-serif; }
+  H6 { font-size: xx-small; font-family: arial,helvetica,sans-serif; }
 
   A:link {
-    font-weight: bold;
+#    font-weight: bold;
     color: #004000;
     text-decoration: underline; 
   }
 
   A:visited {
-    font-weight: normal;
+#    font-weight: normal;
     color: #008000;
     text-decoration: underline; 
   }
 
   A:active {
-    font-weight: bold;
+#    font-weight: bold;
     color: #800000;
     text-decoration: underline; 
   }
@@ -742,7 +745,8 @@
     text-decoration: none;
   }
   font.navibar {
-    font-family: sans-serif;
+    font-family: arial,helvetica,sans-serif;
+    text-decoration: none;
     font-size: 80%;
   }
 
@@ -766,14 +770,14 @@
       -->
   </head>
   <body>
-  <font face="verdana,lucida,helvetica,sans-serif">
+  <font face="arial,helvetica,sans-serif">
 
   <p>${navbar}</p>
 
   <!-- yes, it's that Mozilla black-border code again ;) -->
   <!-- stolen from www.mozilla.org via rc3.org -->
   <table border=0 cellpadding=0 cellspacing=0 width="100%">
-  <tr><td BGCOLOR="#000000">
+  <tr><td BGCOLOR="#808080">
   <table border=0 cellspacing=4 cellpadding=4 width="100%">
   <tr><td BGCOLOR="#ffffff">
   <table border=0 cellspacing=4 cellpadding=4 width="100%">
@@ -829,9 +833,8 @@
   </td>
   <td valign=center>
   <h1>The Apache SpamAssassin Project</h1>
-  <!-- TODO: drop the "font size" stuff and use CSS! -->
-  <p><b><font size=-1>SpamAssassin is an extensible email filter which is
-used to identify spam.</font></b></p>
+  <p><strong><small>SpamAssassin is an extensible email filter which is
+used to identify spam.</small></strong></p>
   </td>
   </tr>
   <tr>
@@ -840,16 +843,16 @@
   <table class="navibar" cellpadding=0 cellspacing=3 border=0>
     <tr>
     <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b>SpamAssassin Home</b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="$(index)">Home</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="http://wiki.apache.org/spamassassin/">Wiki</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="${mirrordl}">Download</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="http://wiki.apache.org/spamassassin/FrequentlyAskedQuestions">FAQ</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="$(doc)">Docs</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="http://wiki.apache.org/spamassassin/MailingLists">Lists</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="$(tests)">Tests</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="http://bugzilla.spamassassin.org/">Bugs</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CREDITS?root=Apache-SVN&amp;view=markup">Credits</a></b>&nbsp;</td>
-    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<b><a href="$(TOP/)gtube/">GTUBE</a></b>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="$(index)">Home</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="http://wiki.apache.org/spamassassin/">Wiki</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="${mirrordl}">Download</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="http://wiki.apache.org/spamassassin/FrequentlyAskedQuestions">FAQ</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="$(doc)">Docs</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="http://wiki.apache.org/spamassassin/MailingLists">Lists</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="$(tests)">Tests</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="http://bugzilla.spamassassin.org/">Bugs</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CREDITS?root=Apache-SVN&amp;view=markup">Credits</a>&nbsp;</td>
+    <td class="navibar" valign=top align=center bgcolor="#e8e8e8">&nbsp;<a href="$(TOP/)gtube/">GTUBE</a>&nbsp;</td>
     </tr>
   </table>
   </font>

Re: svn commit: rev 55350 - spamassassin/site

Posted by Daniel Quinlan <qu...@pathname.com>.
Theo Van Dinter <fe...@kluge.net> writes:

>> just to reiterate -- I'm -1 on this change.  It looks awful by
>> comparison (where Verdana is available), at least under Firefox on
>> linux.

It looks better to me, actually, on both Linux and Windows.  Perhaps you
have some broken setting.  ;-)

Anyway, I think it could look better and I'm still working on the CSS,
so don't get too in love/hate with the current site.

Daniel

-- 
Daniel Quinlan                     ApacheCon! 13-17 November (3 SpamAssassin
http://www.pathname.com/~quinlan/  http://www.apachecon.com/  sessions & more)

Re: svn commit: rev 55350 - spamassassin/site

Posted by Theo Van Dinter <fe...@kluge.net>.
On Fri, Oct 22, 2004 at 09:07:30PM -0700, Justin Mason wrote:
> > -    font-family: verdana,lucida,helvetica,sans-serif;
> > +    font-family: arial,helvetica,sans-serif;
> 
> just to reiterate -- I'm -1 on this change.  It looks awful
> by comparison (where Verdana is available), at least under
> Firefox on linux.
> 
> Some discussion and agreement is essential before changing
> "branding" elements like this!

Oops.  I didn't know there was "questionable" issues with the main file
there...  I just wanted to get my changes committed.

We really ought to have a "stage" area where we can test out changes and then
launch them to the main site.  Avoid issues like this. :)

-- 
Randomly Generated Tagline:
Accidental stacks considered harmful.
              -- Larry Wall in <20...@wall.org>