You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2017/01/26 12:55:08 UTC

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

Author: kmcgrail
Date: Thu Jan 26 12:55:07 2017
New Revision: 1780376

URL: http://svn.apache.org/viewvc?rev=1780376&view=rev
Log:
update main.wmk for more up to date website notes

Modified:
    spamassassin/site/main.wmk

Modified: spamassassin/site/main.wmk
URL: http://svn.apache.org/viewvc/spamassassin/site/main.wmk?rev=1780376&r1=1780375&r2=1780376&view=diff
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Thu Jan 26 12:55:07 2017
@@ -3,16 +3,25 @@
 
   Here's how to rebuild this website:
 
-        ssh spamassassin.zones.apache.org
-        cd /var/www/buildbot.spamassassin.org/staging/website
-        PATH=$HOME/sabuildtools/bin:$PATH
-        export PATH
+	Checkout https://svn.apache.org/repos/asf/spamassassin/site
+
+	Add sabuildtools/bin to your path, i.e.: 
+          PATH=$HOME/sabuildtools/bin:$PATH
+          export PATH
+
+	Modify the site as needed noting that you edit main.wmk 
+	to create much of the site with webmake, i.e.:
+
         webmake -F
 
-  Note that you may need to install HTML-WebMake if running elsewhere.
-  See http://webmake.taint.org/.
+  Note that you need to install HTML-WebMake if running elsewhere.
+
+  http://webmake.taint.org/devel/HTML-WebMake-2.4.tar.gz
+  
+  Also, a copy is mirrored at www.pccc.com/downloads/SpamAssassin
 
-  Preview at http://buildbot.spamassassin.org/staging/website/ .
+  If you want to preview, you'll have to create a local webserver that
+  serves the files created on your system.
 
   Once happy, commit using "svn commit".  As of 2014-02-04, the site is
   updated via SVNPubSub so the changes should be active very shortly at