X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Factions%2Findex.php;h=c6ba857caa6d7b41ec92e7b7f2f505d980954700;hb=60cbbc5f5d7514135bc5afc02d24e77a231c47f4;hp=1c01b471fd8cfd658498aba80757ca8c336646f3;hpb=40b4110a44236760fd109e97509ef35892f8e863;p=privoxy.git diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 1c01b471..c6ba857c 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -8,9 +8,55 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.php,v 1.17 2002/04/08 10:32:00 oes Exp $ + $Id: index.php,v 1.25.2.7 2004/01/30 17:16:44 oes Exp $ $Log: index.php,v $ + Revision 1.25.2.7 2004/01/30 17:16:44 oes + Require AF 1.8 + + Revision 1.25.2.6 2003/11/30 11:39:52 oes + Fixed typo + + Revision 1.25.2.5 2003/09/01 15:20:45 oes + Require AF 1.7 + + Revision 1.25.2.4 2003/03/19 14:00:20 oes + Require AF 1.6 + + 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 + + Revision 1.25.2.1 2002/07/27 18:47:49 oes + Require Privoxy 2.9.16 and AF 1.3 + + 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 + + Revision 1.23 2002/04/13 14:13:19 oes + Require exact AF version; Added hint where to go for BRs, FRs and SRs + + Revision 1.22 2002/04/11 10:11:04 oes + Actionsfile Version 1.2 + + Revision 1.21 2002/04/10 13:51:19 oes + Updated to new Bookmarklet + + Revision 1.20 2002/04/10 00:07:35 oes + Moved window sizing and positioning code to Bookmarklet + + Revision 1.19 2002/04/09 13:06:29 oes + Resize and jump to the right on load + + Revision 1.18 2002/04/08 17:03:29 oes + - Fixed problem with spaces in URLs + - Adapt to unified stylesheet + Revision 1.17 2002/04/08 10:32:00 oes cosmetics again @@ -92,6 +138,7 @@ + @@ -100,9 +147,9 @@ /* * Config: */ -$required_actions_file_version = "1.1"; -$required_privoxy_version = "2.9.14"; -$actions_file_download = "http://www.privoxy.org/actions/testdrive.action"; +$required_actions_file_version = "1.8"; +$required_privoxy_version = "3.0"; +$actions_file_download = "http://sourceforge.net/project/showfiles.php?group_id=11118&release_id=147447"; $submit_target = "http://www.oesterhelt.org/actions/step2.php"; @@ -148,9 +195,9 @@ function error_abort($title, $message) * Bookmarklet that leads here: */ $my_address = "http://" . $HTTP_SERVER_VARS["HTTP_HOST"] . $PHP_SELF; -$bookmarklet = "javascript:void(window.open('$my_address?url='+escape(location.href), 'Feedback', " . - "'width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());"; - +$bookmarklet = "javascript:w=Math.floor(screen.width/2);h=Math.floor(screen.height*0.9);void(window.open('$my_address?url='+escape(location.href)," . + "'Feedback','screenx='+w+',width='+w+',height='+h+',scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no," . + "copyhistory=no').focus());"; /* * Provide default if URL unset @@ -170,18 +217,20 @@ else */ $headers = getallheaders(); -if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $required_actions_file_version) +if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] != $required_actions_file_version) { - error_abort("invalid", "

As much as we welcome your feedback, please note that - we can only accept problem reports based on: + error_abort("invalid", "

Thank you for using Privoxy's + feedback reporting mechanism! 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: +

We hope you will understand that we feel unable to maintain concurrent versions of the file.

-

Hint: To upgrade your actions file, just right-click the above link, then save as default.action in - your Privoxy config directory +

Hint: To upgrade your actions file, follow the above link to download the file, then save as + default.action in your Privoxy config directory

"); } @@ -206,6 +255,14 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi The Privoxy team relies on your feedback to maintain an efficient actions file!
Please fill the below form and click to proceed to step 2.

+ +

+ Please keep in mind that this is not the place for + support requests, +
bug reports or + feature requests. +

+
@@ -227,7 +284,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi - + @@ -254,7 +311,7 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi

Please right-click the following link and choose "Add to Favorites" (IE) or "Add Bookmark for Link" (Netscape): - Privoxy-Submit + Privoxy - Submit Actions File Feedback