You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/07/13 03:25:57 UTC

svn commit: rev 22859 - in spamassassin/site: . images

Author: jm
Date: Mon Jul 12 18:25:56 2004
New Revision: 22859

Added:
   spamassassin/site/images/apache-feather.png   (contents, props changed)
Removed:
   spamassassin/site/images/spamassassin.css
Modified:
   spamassassin/site/main.wmk
Log:
some website tweaks; CSS-only look and feel, removed old banner, added Apache feather

Added: spamassassin/site/images/apache-feather.png
==============================================================================
Binary file. No diff available.

Modified: spamassassin/site/main.wmk
==============================================================================
--- spamassassin/site/main.wmk	(original)
+++ spamassassin/site/main.wmk	Mon Jul 12 18:25:56 2004
@@ -117,9 +117,9 @@
   distribution.  Packages downloaded here contain UNIX-oriented front-end
   scripts.  Versions for Windows, commercial versions, and other front-ends,
   are listed on <a
-  href=http://wiki.apache.org/spamassassin/UsingSpamAssassin>the wiki</a>.
+  href=http://wiki.apache.org/spamassassin/UsingSpamAssassin>the wiki</a>.**
 
-  If you were sent here because you received an e-mail message which was
+  **If you were sent here because you received an e-mail message which was
   modified by SpamAssassin, please go to <a href=$(users)>this page</a>.**
 
 -----------------
@@ -366,7 +366,7 @@
 ---------
 
 This page has been replaced by the
-<a href="http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CREDITS?root=Apache-SVN&view=markup">
+<a href="http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CREDITS?root=Apache-SVN&amp;view=markup">
 CREDITS file in the distribution</a>.
 </content>
 <content name="users.txt" format=text/et>
@@ -607,7 +607,6 @@
 
 <!-- -------------------------------------------------------------------- -->
 
-<contents src="./images" name="*.css" />
 <media src="images" name="*" />
 
 <content name=all_files>
@@ -628,6 +627,47 @@
      headers and footers inside the .wmk file.
   -->
 
+<template name="spamassassin.css">
+  body {
+    background-color: #fff;
+    color: #000;
+    font-family: verdana,lucida,helvetica,sans-serif;
+    font-size: 11px;
+    margin-left: 2px;
+    margin-right: 2px;
+  }
+
+  code, samp, pre
+  {
+    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; }
+
+  A:link {
+    font-weight: bold;
+    color: #004000;
+    text-decoration: underline; 
+  }
+
+  A:visited {
+    font-weight: normal;
+    color: #008000;
+    text-decoration: underline; 
+  }
+
+  A:active {
+    font-weight: bold;
+    color: #800000;
+    text-decoration: underline; 
+  }
+</template>
+
 <content name=header format="text/html">
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
@@ -637,18 +677,19 @@
       <meta name="generator" content="${WebMake.GeneratorString}">
       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 
-      <style>${spamassassin.css}</style>
+      <style type="text/css" media="all">${spamassassin.css}</style>
       <!--
                 Link to WPoison to thwart spambots:
                 <a href="http://SpamAssassin.taint.org/moreinfo.whtml">More Info</a>
       -->
   </head>
-  <body text="#000000" bgcolor="#ffffff" link="#004000" vlink="#008000">
+  <body>
   <font face="verdana,lucida,helvetica,sans-serif">
 
-  <div align=center><img src=$(TOP/)images/ninjalogo.png ${IMGSIZE} 
+  <div align=center>
+    <img src=$(TOP/)images/ninjalogo.png ${IMGSIZE} 
   	alt="SpamAssassin(tm)" />
-	</div>
+  </div>
 
   <p>${navbar}</p>
 
@@ -672,34 +713,23 @@
 
   <td valign=top>
   <p><div align=left>
-  <a href="http://webmake.taint.org/">
-  <img src="http://webmake.taint.org/BuiltWithWebMake.png" 
-  width="88" height="31" border="0" alt="Built With WebMake" /></a>
-  </div></p>
-  </td>
-
-  <td valign=top>
-  <p><div align=middle>
-  <a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=25457&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
+  <a href="http://www.apache.org/">
+    <img src=$(TOP/)images/apache-feather.png ${IMGSIZE}
+        alt="An Apache Project" border=0 /></a>
   </div></p>
   </td>
 
   <td valign=top>
   <p><div align=right>
-  <A HREF="http://www.euro.cauce.org/en/"><IMG
-  SRC="$(TOP/)images/EuroCAUCElogo.png" BORDER=0 HEIGHT=32 WIDTH=100>
-  </A>
+  <a href="http://webmake.taint.org/">
+  <img src="http://webmake.taint.org/BuiltWithWebMake.png" 
+  width="88" height="31" border="0" alt="Site Built With WebMake" /></a>
   </div></p>
   </td>
 
   </tr></table>
   </font>
 
-  <p align=center>
-  <a href="http://spam.abuse.net/spam/"><img ${IMGSIZE} border=0
-  src="$(TOP/)images/spam-banner-1.gif" alt="Boycott Internet spam!" /></a>
-  </p>
-
   <!-- some anti-spam trapping links -->
   <font size=-6><a href="mailto:sa_website@spamtraps.taint.org"></a></font>
   <font size=-6><a href="mailto:abanspam@taint.org"></a></font>
@@ -733,7 +763,7 @@
   [<a href="http://wiki.apache.org/spamassassin/MailingLists">Lists</a>]
   [<a href="$(tests)">Tests</a>]
   [<a href="http://bugzilla.spamassassin.org/">Bugs</a>]
-  [<a href="http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CREDITS?root=Apache-SVN&view=markup">Credits</a>]
+  [<a href="http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CREDITS?root=Apache-SVN&amp;view=markup">Credits</a>]
   [<a href="$(TOP/)gtube/">GTUBE</a>]
   </font>
   </div></td>