Require Privoxy 3.0, AF 1.5; Fixed bad help text.
authoroes <oes@users.sourceforge.net>
Wed, 4 Sep 2002 09:31:38 +0000 (09:31 +0000)
committeroes <oes@users.sourceforge.net>
Wed, 4 Sep 2002 09:31:38 +0000 (09:31 +0000)
doc/webserver/actions/index.php

index 660f7be..65ca715 100755 (executable)
@@ -2,15 +2,18 @@
 <html>
  <!--
 
-  File :  $Source: /cvsroot/ijbswa/current/doc/webserver/actions/index.php,v $
+  File :  $Source: /cvsroot/ijbswa//current/doc/webserver/actions/index.php,v $
 
   Purpose  :  Submit form for actions file feedback (step 1)
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: index.php,v 1.24 2002/04/28 16:56:47 swa Exp $
+  $Id: index.php,v 1.25 2002/04/29 17:30:20 oes Exp $
 
   $Log: index.php,v $
+  Revision 1.25  2002/04/29 17:30:20  oes
+  Fixed BML link text
+
   Revision 1.24  2002/04/28 16:56:47  swa
   bookmarklet text
 
 /*
  * Config:
  */
-$required_actions_file_version = "1.2";
-$required_privoxy_version = "2.9.14";
-$actions_file_download = "http://www.privoxy.org/actions/testdrive.action";
+$required_actions_file_version = "1.5";
+$required_privoxy_version = "3.0";
+$actions_file_download = "http://sourceforge.net/project/showfiles.php?group_id=11118&release_id=107430";
 $submit_target = "http://www.oesterhelt.org/actions/step2.php";
 
 
@@ -201,11 +204,11 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi
                </p>
                <ul>
                 <li><a href=\"http://www.privoxy.org/\" target=\"_blank\">Privoxy</a> version $required_privoxy_version or later</li>
-                <li><a href=\"$actions_file_download\">Actionsfile</a> version  version $required_actions_file_version</li>
+                <li><a href=\"$actions_file_download\">Actionsfile</a> version $required_actions_file_version</li>
                </ul>
                <p>We hope you will understand that we feel unable to maintain concurrent versions of the file.</p>
-               <p><i>Hint: To upgrade your actions file, just right-click the above link, then save as default.action in
-                  your Privoxy config directory</i>
+               <p><i>Hint: To upgrade your actions file, follow the above link, then save as default.action, overwriting 
+                  the old copy in your Privoxy config directory</i>
                </p>");
 }