From 4cd34abccf768adb1fb30d797689fe9f005ede05 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 13 Jan 2009 16:50:36 +0000 Subject: [PATCH] The standard.action file is gone. --- doc/source/buildsource.sgml | 6 +++--- doc/source/developer-manual.sgml | 14 ++++++++----- doc/source/faq.sgml | 15 +++++++++----- doc/source/privoxy-man-page.sgml | 5 ++--- doc/source/user-manual.sgml | 35 ++++++++++++-------------------- doc/source/webserver/index.sgml | 13 +++++++----- privoxy-rh.spec | 6 ++++-- utils/filter2docs.pl | 4 ++-- 8 files changed, 51 insertions(+), 47 deletions(-) diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index b2505020..4c7c08d3 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: buildsource.sgml,v 2.14 2007/11/22 17:38:40 hal9 Exp $ + $Id: buildsource.sgml,v 2.15 2008/01/17 01:49:51 hal9 Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -225,8 +225,8 @@ can also be disabled through the configuration file. If install finds previous versions of local configuration files, most of these will not be overwritten, and the new ones will be installed with a - new extension. default.action, default.filter, and - standard.action will be overwritten. You will then need + new extension. default.action and default.filter + will be overwritten. You will then need to manually update the other installed configuration files as needed. The default template files will be overwritten. If you have customized, local templates, these should be stored safely in a separate diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index aed9fc55..e75278df 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.22 2008/08/30 15:37:35 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.23 2008/09/26 17:02:01 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 2.22 2008/08/30 15:37:35 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.23 2008/09/26 17:02:01 fabiankeil Exp $ @@ -20,7 +20,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.sgml,v 2.5 2008/06/18 17:42:13 fabiankeil Exp $ + $Id: index.sgml,v 2.6 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001 - 2008 Privoxy Developers See LICENSE. @@ -249,6 +249,9 @@ Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: index.sgml,v $ + Revision 2.6 2008/08/16 08:51:28 fabiankeil + Update version-related entities. + Revision 2.5 2008/06/18 17:42:13 fabiankeil - Remove link to soon-to-be-removed PDFs. - Use https for the download URL. diff --git a/privoxy-rh.spec b/privoxy-rh.spec index fa406a86..97da19f3 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.59 2008/08/13 16:57:46 fabiankeil Exp $ +# $Id: privoxy-rh.spec,v 1.60 2008/08/30 12:46:49 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2006 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -271,7 +271,6 @@ fi # -- morcego # WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! %config(noreplace) %{privoxyconf}/config -%config %{privoxyconf}/standard.action %config(noreplace) %{privoxyconf}/user.action %config %{privoxyconf}/default.action %config %{privoxyconf}/default.filter @@ -765,6 +764,9 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.60 2008/08/30 12:46:49 fabiankeil +# The jarfile directive is gone. Update accordingly. +# # Revision 1.59 2008/08/13 16:57:46 fabiankeil # Change version to 3.0.10. # diff --git a/utils/filter2docs.pl b/utils/filter2docs.pl index 1a4c0a06..b80348c2 100755 --- a/utils/filter2docs.pl +++ b/utils/filter2docs.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: filter2docs.pl,v 1.4 2008/05/11 15:33:35 fabiankeil Exp $ +# $Id: filter2docs.pl,v 1.5 2008/05/12 09:31:36 fabiankeil Exp $ # $Source: /cvsroot/ijbswa/current/utils/filter2docs.pl,v $ # Parse the filter names and descriptions from a filter file and @@ -65,7 +65,7 @@ Producing $type markup: Comment lines for default.action: $comment_lines{$type} -Block of $type actions for standard.action: +Block of $type actions for default.action: $action_lines{$type} SGML Source for AF chapter in U-M: -- 2.39.2