X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Factions%2Findex.php;h=30b56c242f7a8b5019b0033d9798d20c3670a47b;hb=3a5e13625a997ca598d03ee308f96d88e7471b46;hp=f1a9d4342fe0bcc9a3b4091f309e80bb19870f08;hpb=33599262c2a261423d4aed1413f37aae93bceb96;p=privoxy.git diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index f1a9d434..30b56c24 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -8,9 +8,40 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.php,v 1.9 2002/04/02 19:32:45 oes Exp $ + $Id: index.php,v 1.19 2002/04/09 13:06:29 oes Exp $ $Log: index.php,v $ + 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 + + Revision 1.16 2002/04/08 08:11:04 oes + Bumped up actions file number + + Revision 1.15 2002/04/07 17:13:08 oes + Ooops: fixing submit target url + + Revision 1.14 2002/04/07 15:10:12 oes + Restoring CVS history + + Revision 1.13 2002/04/06 15:19:35 oes + Clean-up, smarter handling of unreachable URLs + + Revision 1.12 2002/04/06 11:34:44 oes + Cosmetics + + Revision 1.11 2002/04/04 19:48:11 oes + Reactivating the scripts ,-) + + Revision 1.10 2002/04/03 19:36:04 swa + consistent look + Revision 1.9 2002/04/02 19:32:45 oes Adding temporary fix for missing curl support on SF (step 2 + 3 on oesterhelt.org) @@ -20,9 +51,19 @@ Revision 1.7 2002/04/02 07:21:34 oes Using relative link for step2 - Revision 1.5 2002/04/01 19:13:47 oes + Revision 1.6 2002/04/02 06:14:22 oes + Fixed bookmarklet + + Revision 1.5 2002/04/01 19:13:47 oes (based on 1.2) Extended, fixed bugs, beefed up design, made IE-safe + Revision 1.4 2002/03/30 20:44:44 swa + have consistent look and feel. part 2. + use correct urls. + + Revision 1.3 2002/03/30 19:49:34 swa + have consistent look and feel + Revision 1.2 2002/03/30 03:35:48 oes Updated bookmarklet @@ -30,8 +71,10 @@ Added Feedback mechanism for actions file - Written by and Copyright (C) 2002 the SourceForge - Privoxy team. http://www.privoxy.org/ + Copyright (C) 2002 the SourceForge Privoxy team. + http://www.privoxy.org/ + + Written by Andreas Oesterhelt This program is free software; you can redistribute it and/or modify it under the terms of the GNU General @@ -54,24 +97,60 @@ --> - + + + + + + Privoxy: $title + + +
+

+ Privoxy: $title +

+
+
+
+ $message +
+
+

Valid HTML 4.01 Transitional

+ + \n"); + exit; +} + /* * Bookmarklet that leads here: @@ -88,7 +167,10 @@ if (!isset($url)) { $url = "http://www.example.com/"; } - +else +{ + $url = strtr($url, " ", "+"); +} /* * Deny feedback which is not based on our latest @@ -98,55 +180,52 @@ $headers = getallheaders(); if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $required_actions_file_version) { - echo ("Invalid Privoxy Action List Feedback - - -
Invalid Feedback Submission
-
-

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

-

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

-
-
- - "); - exit; + + error_abort("invalid", "

As much as we welcome your feedback, please note that + we can 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 +

"); } ?> Privoxy Action List Feedback - Step 1 of 2 - -
Privoxy Action List Feedback - Step 1 of 2
+
+

+ Privoxy Action List Feedback - Step 1 of 2 +

+

Thank you for reporting a missing or invalid action! -
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. + 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.

- -
+ @@ -175,13 +254,9 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi -
-
-

- - Using Bookmarklets for Feedback - -

+
+
+

Using Bookmarklets for Feedback

To make it even easier for you, we provide a bookmarklet which will not only take you here from any troubled page you might be surfing, but also pre-fill the form! @@ -197,7 +272,9 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi and submit feedback with a single click!

-
+ + +

Valid HTML 4.01 Transitional

URL: - +