X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-list;h=44e55e4f17c39e2c32a4b2e5f94c57e028706cd5;hb=60aa73dd9e9e8465439a4c4bcfcf1afca5fd6fba;hp=1bc0bcb9c17e4b448cfc84494f59d939212da145;hpb=43c6915d10f5e6357d30541a5db24918c9bb1e99;p=privoxy.git diff --git a/templates/edit-actions-list b/templates/edit-actions-list index 1bc0bcb9..44e55e4f 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -1,226 +1,292 @@ -############################################################################## -# -# File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ -# -# Purpose : Template used to edit the actions file. -# -# -# Copyright : Written by and Copyright (C) 2001 the SourceForge -# IJBSWA team. http://ijbswa.sourceforge.net -# -# Original Author: Copyright (C) 2001 Jonathan Foster -# http://www.jon-foster.co.uk/ -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will -# be useful, but WITHOUT ANY WARRANTY; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. See the GNU General Public -# License for more details. -# -# The GNU General Public License should be included with -# this file. If not, you can view it at -# http://www.gnu.org/copyleft/gpl.html -# or write to the Free Software Foundation, Inc., 59 -# Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# Revisions : -# $Log$ -# -############################################################################## -# -# Browser support for the CSS on this page: -# MS Internet Explorer 5.5 - Yes - everything works. -# Netscape 6.2 - Yes - everything works. -# Netscape 4.75 - No - CSS buttons look really bad, but they are -# usable. Everything else works. -# Opera 5.12 - Yes - everything works. -# 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 -# -# 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. -# -# -############################################################################# -# -# Standard support: -# -# This file currently produces valid HTML 4.01 Strict. -# -# If you change it, please save the generated page from your web browser -# and then upload it to http://validator.w3.org/ for checking. -# -############################################################################# -# -# Available variables include: -# -# filename -# ver -# -# -############################################################################# - - - - - - - - - -JunkBuster: Edit actions file - @filename@.action - - - - - - - - - - - - - - -# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in - - - - - - - - -
-

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

-
-

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.
-

- -

Feel free to mail the developers - with any problems you encounter. -

-
-

Editing Actions File - @filename@.action

-

- Insert new section at top -

-
- -@sections@ - - - - - - - - - - - - - - - - -
-

More Junkbuster:

-
    @menu@
-
-

Local Junkbuster support:

- - -

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

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

-
- Valid HTML 4.01 Strict -
- - - - +############################################################################## +# +# File : $Source: /cvsroot/ijbswa/current/templates/edit-actions-list,v $ +# +# Purpose : Template used to edit the actions file. +# +# +# Copyright : Written by and Copyright (C) 2001 the SourceForge +# IJBSWA team. http://ijbswa.sourceforge.net +# +# Original Author: Copyright (C) 2001 Jonathan Foster +# http://www.jon-foster.co.uk/ +# +# This program is free software; you can redistribute it +# and/or modify it under the terms of the GNU General +# Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU General Public +# License for more details. +# +# The GNU General Public License should be included with +# this file. If not, you can view it at +# http://www.gnu.org/copyleft/gpl.html +# or write to the Free Software Foundation, Inc., 59 +# Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# Revisions : +# $Log: edit-actions-list,v $ +# Revision 1.7 2002/01/23 00:26:45 jongfoster +# Reducing length of URLs +# Where encoded and unencoded versions of a string existed, removing +# the unencoded one. +# +# Revision 1.6 2002/01/17 21:33:00 jongfoster +# Replacing all references to the URL of the config interface +# with @default-cgi@ +# +# Revision 1.5 2002/01/17 21:21:05 jongfoster +# DOS->Unix line endings +# +# Revision 1.4 2001/11/13 00:58:18 jongfoster +# New version of actions file editor templates +# +# +############################################################################## +# +# Browser support for the CSS on this page: +# MS Internet Explorer 5.5 - Yes - everything works. +# Netscape 6.2 - Yes - everything works. +# Netscape 4.75 - No - CSS buttons look really bad, but they are +# usable. Everything else works. +# Opera 5.12 - Yes - everything works. +# 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 +# +# 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. +# +# +############################################################################# +# +# Standard support: +# +# This file currently produces valid HTML 4.01 Strict. +# +# If you change it, please save the generated page from your web browser +# and then upload it to http://validator.w3.org/ for checking. +# +############################################################################# +# +# Available variables include: +# +# filename +# ver +# +# +############################################################################# + + + + + + + + + +JunkBuster: Edit actions file - @f@.action + + + + + + + + + + + + + + +# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in + + + + +
+

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

+
+

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.
+

+ +

+

Support and Service via Sourceforge

+

+We value your feedback. However, to provide you with the best support, +please note: +

+

+

+For any other issues, feel free to use the mailing lists. +

+
+ +
+ + + + + +
+

Editing Actions File - @f@.action

+

Insert new section at top

+
+ +@sections@ + +
+ + + + + + + + + + + + + + + + +
+

More Junkbuster:

+
    @menu@
+
+

Local Junkbuster support:

+ + +

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

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

+
+ Valid HTML 4.01 Strict +
+ + + +