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 2005/11/02 20:33:00 UTC

svn commit: r330322 - /spamassassin/site/main.wmk

Author: jm
Date: Wed Nov  2 11:32:59 2005
New Revision: 330322

URL: http://svn.apache.org/viewcvs?rev=330322&view=rev
Log:
fix tests.html building; add 'UPGRADING?' section to the downloads page

Modified:
    spamassassin/site/main.wmk

Modified: spamassassin/site/main.wmk
URL: http://svn.apache.org/viewcvs/spamassassin/site/main.wmk?rev=330322&r1=330321&r2=330322&view=diff
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Wed Nov  2 11:32:59 2005
@@ -64,6 +64,9 @@
 #     system ("cd $SITE_SRC_DIR/versions/3.0; ".
 #             "svn update; ./build/update_website_docs");
 
+#     system ("cd $SITE_SRC_DIR/versions/3.1; ".
+#             "svn update; ./build/update_website_docs");
+
     # system ("cd $SITE_SRC_DIR/versions/trunk; svn update; ./build/update_website_docs");
 
     '';
@@ -109,7 +112,7 @@
 ${testsheader}
 <!--etsafe--> <{perl
     # calls out to a script in the spamassassin build dir
-    `cd $SITE_SRC_DIR/versions/trunk; ./build/cf_to_html rules/*.cf`
+    `cd $SITE_SRC_DIR/versions/3.1; ./build/cf_to_html rules/*.cf`
 }> <!--/etsafe-->
 </table>
 </content>
@@ -262,6 +265,13 @@
 
 ${title}
 ---------
+
+Upgrading From an Older Version?
+~~~~~~~~~~~~~~~~~~~
+
+        If so, please take the time to read <a
+        href="http://wiki.apache.org/spamassassin/UpgradeNotes">the
+        UpgradeNotes page</a> while you're downloading.
 
 Product Information
 ~~~~~~~~~~~~~~~~~~~