From d85ed748a397a98d5d33aade5f8cf5ed719dac1c Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 18 Jul 2009 16:24:39 +0000
Subject: [PATCH] Bump entities for 3.0.14 beta.

---
 doc/source/authors.sgml          |  6 +++---
 doc/source/config.sgml           |  6 +++---
 doc/source/developer-manual.sgml | 11 +++++++----
 doc/source/faq.sgml              | 11 +++++++----
 doc/source/install.sgml          |  6 +++---
 doc/source/privoxy-man-page.sgml |  6 +++---
 doc/source/readme.sgml           |  8 ++++----
 doc/source/user-manual.sgml      | 11 +++++++----
 doc/source/webserver/index.sgml  |  9 ++++++---
 9 files changed, 43 insertions(+), 31 deletions(-)

diff --git a/doc/source/authors.sgml b/doc/source/authors.sgml
index 48c23122..85634799 100644
--- a/doc/source/authors.sgml
+++ b/doc/source/authors.sgml
@@ -3,7 +3,7 @@
 
  Purpose     :  AUTHORS file for Privoxy
                 
- $Id: authors.sgml,v 2.11 2009/02/12 16:08:26 fabiankeil Exp $
+ $Id: authors.sgml,v 2.12 2009/06/12 14:30:58 fabiankeil Exp $
 
  
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
@@ -26,8 +26,8 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
 <!entity % dummy "IGNORE"> 
 <!entity authors SYSTEM "p-authors.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity % p-text "INCLUDE">           <!-- define we are a text only doc -->
diff --git a/doc/source/config.sgml b/doc/source/config.sgml
index 3155ac6e..0bd99489 100644
--- a/doc/source/config.sgml
+++ b/doc/source/config.sgml
@@ -1,8 +1,8 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[
 <!entity % dummy "IGNORE"> 
 <!entity config SYSTEM "p-config.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % user-man "IGNORE">
 <!entity % config-file "IGNORE">
@@ -13,7 +13,7 @@
 
  Purpose     :  config file generation
                 
- $Id: config.sgml,v 2.12 2009/02/12 16:08:26 fabiankeil Exp $
+ $Id: config.sgml,v 2.13 2009/06/12 14:30:58 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index b55305dc..9521b097 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -8,8 +8,8 @@
 <!entity contacting SYSTEM "contacting.sgml">
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity license SYSTEM "license.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
@@ -24,7 +24,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: developer-manual.sgml,v 2.28 2009/05/16 13:27:21 fabiankeil Exp $
+ $Id: developer-manual.sgml,v 2.29 2009/06/12 14:30:58 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -51,7 +51,7 @@
     </pubdate>
 
 
-    <pubdate>$Id: developer-manual.sgml,v 2.28 2009/05/16 13:27:21 fabiankeil Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 2.29 2009/06/12 14:30:58 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -3005,6 +3005,9 @@ at sourceforge. Three simple steps:
   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
   $Log: developer-manual.sgml,v $
+  Revision 2.29  2009/06/12 14:30:58  fabiankeil
+  Update entities for 3.0.13 beta.
+
   Revision 2.28  2009/05/16 13:27:21  fabiankeil
   Remove CVS revision logs. TODO item #33.
 
diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml
index 2f21b296..e1aae832 100644
--- a/doc/source/faq.sgml
+++ b/doc/source/faq.sgml
@@ -8,8 +8,8 @@
 <!entity history SYSTEM "history.sgml">
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity license SYSTEM "license.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
@@ -27,7 +27,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 2.63 2009/06/15 15:08:03 fabiankeil Exp $
+ $Id: faq.sgml,v 2.64 2009/07/18 12:18:52 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -78,7 +78,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: faq.sgml,v 2.63 2009/06/15 15:08:03 fabiankeil Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 2.64 2009/07/18 12:18:52 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -2930,6 +2930,9 @@ browsing has slowed to a crawl. What gives? </title>
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
 $Log: faq.sgml,v $
+Revision 2.64  2009/07/18 12:18:52  fabiankeil
+Don't describe the action files in the FAQ when we can simply link to the description in the User Manual.
+
 Revision 2.63  2009/06/15 15:08:03  fabiankeil
 Patch #2806626 from Frédéric Crozat to fix a closing tag.
 
diff --git a/doc/source/install.sgml b/doc/source/install.sgml
index 0708bee6..868165fd 100644
--- a/doc/source/install.sgml
+++ b/doc/source/install.sgml
@@ -1,8 +1,8 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
 <!entity % dummy "IGNORE"> 
 <!entity buildsource SYSTEM "buildsource.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-stable "IGNORE">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-alpha "IGNORE">
@@ -16,7 +16,7 @@
 
  Purpose     :  INSTALL file for Privoxy
                 
- $Id: install.sgml,v 2.11 2009/02/12 16:08:26 fabiankeil Exp $
+ $Id: install.sgml,v 2.12 2009/06/12 14:30:58 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml
index cef70c14..6b0af6ef 100644
--- a/doc/source/privoxy-man-page.sgml
+++ b/doc/source/privoxy-man-page.sgml
@@ -5,7 +5,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: privoxy-man-page.sgml,v 2.29 2009/02/19 02:20:22 hal9 Exp $
+ $Id: privoxy-man-page.sgml,v 2.30 2009/06/12 14:30:58 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -42,8 +42,8 @@
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity license SYSTEM "license.sgml">
 <!entity authors SYSTEM "p-authors.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity % p-text "IGNORE">           <!-- define we are not a text only doc -->
diff --git a/doc/source/readme.sgml b/doc/source/readme.sgml
index 85fd4a38..42bf9a93 100644
--- a/doc/source/readme.sgml
+++ b/doc/source/readme.sgml
@@ -4,8 +4,8 @@
 <!entity p-intro SYSTEM "privoxy.sgml">
 <!entity contacting SYSTEM "contacting.sgml">
 <!entity buildsource SYSTEM "buildsource.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity % p-text "INCLUDE">       <!-- define we are a text only doc    -->
@@ -17,7 +17,7 @@
 
  Purpose     :  README for Privoxy
                 
- $Id: readme.sgml,v 2.28 2009/06/13 12:40:44 fabiankeil Exp $
+ $Id: readme.sgml,v 2.29 2009/07/18 16:00:17 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -246,7 +246,7 @@
 <!-- </LiteralLayout> -->
 <!-- </para> -->
 <!-- <para> -->
-<!--  $Id: readme.sgml,v 2.28 2009/06/13 12:40:44 fabiankeil Exp $ -->
+<!--  $Id: readme.sgml,v 2.29 2009/07/18 16:00:17 fabiankeil Exp $ -->
 <!-- </para> -->
 
 </article>
diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index 2714be7c..f60bbaeb 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -11,8 +11,8 @@
 <!entity license SYSTEM "license.sgml">
 <!entity p-authors SYSTEM "p-authors.sgml">
 <!entity config SYSTEM "p-config.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc  -->
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
@@ -34,7 +34,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 2.107 2009/06/12 14:30:58 fabiankeil Exp $
+ $Id: user-manual.sgml,v 2.108 2009/07/18 15:49:23 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -60,7 +60,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 2.107 2009/06/12 14:30:58 fabiankeil Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 2.108 2009/07/18 15:49:23 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -8568,6 +8568,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  USA
 
  $Log: user-manual.sgml,v $
+ Revision 2.108  2009/07/18 15:49:23  fabiankeil
+ Add most of the changes in 3.0.14 to the "What's New" section.
+
  Revision 2.107  2009/06/12 14:30:58  fabiankeil
  Update entities for 3.0.13 beta.
 
diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml
index a217b617..f55b6f54 100644
--- a/doc/source/webserver/index.sgml
+++ b/doc/source/webserver/index.sgml
@@ -5,8 +5,8 @@
 <!entity history SYSTEM "history.sgml">
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity license SYSTEM "license.sgml">
-<!entity p-version "3.0.13">
-<!entity p-status "beta">
+<!entity p-version "3.0.14">
+<!entity p-status "BETA">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
 <!entity  my-copy "&copy;">        <!-- kludge for docbook2man            -->
@@ -20,7 +20,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: index.sgml,v 2.9 2009/02/19 14:12:02 fabiankeil Exp $
+ $Id: index.sgml,v 2.10 2009/06/12 14:30:59 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers <ijbswa-developers@lists.sourceforge.net>
  See LICENSE.
@@ -249,6 +249,9 @@
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: index.sgml,v $
+ Revision 2.10  2009/06/12 14:30:59  fabiankeil
+ Update entities for 3.0.13 beta.
+
  Revision 2.9  2009/02/19 14:12:02  fabiankeil
  Change link to the project page to https://.
 
-- 
2.49.0