Require AF 1.6
authoroes <oes@users.sourceforge.net>
Wed, 19 Mar 2003 14:00:20 +0000 (14:00 +0000)
committeroes <oes@users.sourceforge.net>
Wed, 19 Mar 2003 14:00:20 +0000 (14:00 +0000)
doc/webserver/actions/index.php

index b5279bf..af32105 100755 (executable)
@@ -8,9 +8,12 @@
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: index.php,v 1.25.2.2 2002/08/06 08:39:09 oes Exp $
+  $Id: index.php,v 1.25.2.3 2002/08/27 16:33:39 oes Exp $
 
   $Log: index.php,v $
+  Revision 1.25.2.3  2002/08/27 16:33:39  oes
+  Require AF 1.5 & Privoxy 3.0
+
   Revision 1.25.2.2  2002/08/06 08:39:09  oes
   Require AF 1.4; link to new AF download location
 
 /*
  * Config:
  */
-$required_actions_file_version = "1.5";
+$required_actions_file_version = "1.6";
 $required_privoxy_version = "3.0";
-$actions_file_download = "http://sourceforge.net/project/showfiles.php?group_id=11118&release_id=103670";
+$actions_file_download = "http://sourceforge.net/project/showfiles.php?group_id=11118&release_id=147447";
 $submit_target = "http://www.oesterhelt.org/actions/step2.php";
 
 
@@ -205,16 +208,17 @@ $headers = getallheaders();
 if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] != $required_actions_file_version)
 {
 
-   error_abort("invalid", "<p>As much as we welcome your feedback, please note that
-               we can only accept problem reports based on:
+   error_abort("invalid", "<p><b>Thank you for using <a href=\"http://www.privoxy.org/\" target=\"_blank\">Privoxy</a>'s
+               feedback reporting mechanism!</b> However, in order to make optimal use of our limited development resources,
+               we regret that we can at this time only accept problem reports based on:
                </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 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 to download the file, then save as
+                  default.action in your Privoxy config directory</i>
                </p>");
 }