X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fedit-actions-list;h=1a1b4cc29aa7eb9358b4858d380602f2b566057c;hp=957379225e329185c099e34ee7dee5fa658589c9;hb=4770099d9919013586b0d94ab5defe13f113dd24;hpb=0a8865e0da215820eeb4f691f0d5f0de4b8896dc diff --git a/templates/edit-actions-list b/templates/edit-actions-list index 95737922..1a1b4cc2 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -5,7 +5,7 @@ # Purpose : Template used to edit the actions file. # # -# Copyright : Written by and Copyright (C) 2001 the SourceForge +# Copyright : Written by and Copyright (C) 2001-2007 the SourceForge # Privoxy team. http://www.privoxy.org/ # # Original Author: Copyright (C) 2001 Jonathan Foster @@ -31,6 +31,88 @@ # # Revisions : # $Log: edit-actions-list,v $ +# Revision 1.33 2007/04/08 13:21:06 fabiankeil +# Reference action files in CGI URLs by id instead +# of using the first part of the file name. +# Fixes BR 1694250 and BR 1590556. +# +# Revision 1.32 2007/01/23 16:03:16 fabiankeil +# - Add favicon links. +# - Remove useless W3C validator links. +# +# Revision 1.31 2006/09/10 14:39:24 hal9 +# Fix typo + minor change. +# +# Revision 1.30 2006/09/09 01:12:15 hal9 +# Soften actions files update interval. +# +# Revision 1.29 2006/07/18 14:49:13 david__schmidt +# Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) +# with what was really the latest development (the v_3_0_branch branch) +# +# Revision 1.26.2.4 2003/12/17 16:35:17 oes +# Work around new & silly MSIE behaviour where the request resulting from +# changing window.location.href doesn't reveal the referrer anymore +# +# Revision 1.26.2.3 2002/09/25 15:34:09 oes +# - Work around JS problem in NS 2.0 (no joke) +# - Make JS string edit popup remove the pattern +# if edited to empty; make JS add popup do nothing +# if pattern empty. +# +# Revision 1.26.2.2 2002/08/23 02:22:53 hal9 +# Fix a perl brain fart with
  • in comments. +# +# Revision 1.26 2002/05/23 23:37:25 oes +# Nit +# +# Revision 1.25 2002/05/21 21:02:52 oes +# Added more help links +# +# Revision 1.24 2002/05/21 19:11:40 oes +# - Added client-side JavaScript versions of edit and add URL forms +# - Moved jump targets to before container table cell +# - Let earu determine the jump target when removing URLs via JS +# - Fixed broken help link +# +# Revision 1.23 2002/05/12 15:53:10 jongfoster +# Restoring CVS log information accidentally removed in +# my previous commit. +# +# Revision 1.22 2002/05/12 15:45:33 jongfoster +# Applying [Patch 552094] New templates for edit-actions-list +# This cleans up the templates by: +# - Removing the (confusing) alternating color scheme. +# - Making everything left-justified. +# +# Revision 1.21 2002/05/03 22:58:15 jongfoster +# Fixing link target in all URLs section +# +# Revision 1.20 2002/04/26 12:57:18 oes +# - Central "button" link style in cgi-style.css +# - Help links now dynamic +# +# Revision 1.19 2002/04/24 02:19:16 oes +# - Show name of actions file being edited +# - Show context sensitive help +# - Add buttons for easy changing of defaults +# - Cosmetics and clarifications +# +# Revision 1.18 2002/04/18 19:21:09 jongfoster +# Added code to detect "conventional" action files, that start +# with a set of actions for all URLs (the pattern "/"). +# These are special-cased in the "edit-actions-list" CGI, so +# that a special UI can be written for them. +# +# Revision 1.17 2002/04/10 13:32:53 oes +# Made templates modular +# +# Revision 1.16 2002/04/08 17:08:14 oes +# Cosmetic: make status in title lowercase +# +# Revision 1.15 2002/04/05 16:01:32 oes +# Correct HTML, external Stylesheets, eye candy, some fixes +# # Revision 1.14 2002/03/26 22:29:56 swa # we have a new homepage! # @@ -84,11 +166,11 @@ # MS Internet Explorer 4+ - Untested # MS IE 3.x, NS3.x - Untested (Don't support CSS, so everything # should work, but will look ugly). -# Mozilla >=0.6 - Untested +# Mozilla >=0.6 - Yes - everything works. # # All browsers should work, you just might not get the pretty CSS buttons. # -# If you're favorite browser isn't listed/tested, please test and add it. +# If your favorite browser isn't listed/tested, please test and add it. # # ############################################################################# @@ -118,14 +200,12 @@ + - Privoxy: Edit actions file + Privoxy: Edit actions file @actions-file@ @@ -212,10 +288,9 @@ function rm_p(pattern,curtext) @@ -223,93 +298,107 @@ function rm_p(pattern,curtext) # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in + + + + - + + +@sections@ - - - -
    -

    - This is Privoxy @version@ on @my-hostname@ (@my-ip-address@), port @my-port@, - @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@ -

    + +#include mod-title +
    -

    Warning:

    -

    - Please note that this @code-status@ release - of the proxy software is not intended for production systems! -
    Use at your own risk. See the license for details.
    -

    + +#include mod-unstable-warning +
    +

    What is all this?

    +

    + If you haven't already done so, it is strongly recommended that you at + least skim the + chapter on actions files in the User Manual + before making any changes. You will also find a comprehensive list of + all available actions there, as well how the settings on this page + work. +

    + +

    + Please note that the first section has special importance. It sets the default actions for + all URLs. The resulting actions for a particular URL may differ from these defaults if that + URL matches again further down, but this section is largely responsible for your browsing + experience. Edit manually with great care, or choose from the predefined sets of actions. +

    + + +

    + This is the default action file. Updates for it are available from + Privoxy.org from time to time. + It is therefore not recommended that you add your private + rules here, since they will be lost if you install an update in the future. + Put your rules in a separate actions file, like user.action instead. +

    + +
    -

    Editing Actions File

    +

    Editing Actions File @actions-file@

    +

    Insert new section at top

    +
    -
    @sections@
    +
    + + + + + + + + + + + + +
    Actions:
    + Edit + @all-urls-buttons@ +
    @all-urls-actions@
    URL patterns:
    /   (Matches all requests)
    Advanced:
    + Insert new section below +

    More Privoxy:

    -
      @menu@
    +
    -

    Support and Service via Sourceforge:

    -

    - We value your feedback. To provide you with the best support, - we ask that you: -

    - + +#include mod-support-and-service +
    -

    Local Privoxy support:

    - -

    You can consult the online documentation for more information about this Privoxy installation.

    - +#include mod-local-help - -

    Address e-mail questions about this service to - @admin-address@, - who will be glad to help you. -

    -
    - Valid HTML 4.01 Strict -