From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 30 Aug 2008 15:37:35 +0000 (+0000) Subject: Update entities. X-Git-Tag: v_3_0_11~257 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=d550949b6ec37b0771736e20b6317adfbfc15827;p=privoxy.git Update entities. --- diff --git a/doc/source/announce.sgml b/doc/source/announce.sgml index 4db1cc56..066bbc8a 100644 --- a/doc/source/announce.sgml +++ b/doc/source/announce.sgml @@ -5,10 +5,10 @@ <!entity contacting SYSTEM "../contacting.sgml"> <!entity history SYSTEM "../history.sgml"> <!entity newfeatures SYSTEM "../newfeatures.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!entity % p-supp-userman "IGNORE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> <!entity % p-doc "IGNORE"> <!-- and never a text doc --> @@ -19,7 +19,7 @@ Purpose : Announcement text - $Id: announce.sgml,v 2.9 2008/08/16 08:51:28 fabiankeil Exp $ + $Id: announce.sgml,v 2.10 2008/08/16 09:34:52 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. diff --git a/doc/source/authors.sgml b/doc/source/authors.sgml index 792ce137..66c086d1 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.8 2008/06/14 13:21:23 fabiankeil Exp $ + $Id: authors.sgml,v 2.9 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org @@ -26,10 +26,10 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity % dummy "IGNORE"> <!entity authors SYSTEM "p-authors.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc --> ]> diff --git a/doc/source/config.sgml b/doc/source/config.sgml index 901adf10..70cabeb7 100644 --- a/doc/source/config.sgml +++ b/doc/source/config.sgml @@ -1,9 +1,9 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[ <!entity % dummy "IGNORE"> <!entity config SYSTEM "p-config.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-not-stable "INCLUDE"> <!entity % user-man "IGNORE"> <!entity % config-file "IGNORE"> <!entity my-app "<application>Privoxy</application>"> @@ -13,7 +13,7 @@ Purpose : config file generation - $Id: config.sgml,v 2.9 2008/06/14 13:21:24 fabiankeil Exp $ + $Id: config.sgml,v 2.10 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 60ca51b9..3239ac20 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,10 +8,10 @@ <!entity contacting SYSTEM "contacting.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc --> <!entity my-copy "©"> <!-- kludge for docbook2man --> @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.20 2008/06/14 13:21:24 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -50,7 +50,7 @@ </pubdate> - <pubdate>$Id: developer-manual.sgml,v 2.20 2008/06/14 13:21:24 fabiankeil Exp $</pubdate> + <pubdate>$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $</pubdate> <!-- @@ -1833,7 +1833,7 @@ static void unload_re_filterfile( void *f ) { ... }</programlisting> <para><emphasis>Example for file comments:</emphasis></para> <programlisting> -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.20 2008/06/14 13:21:24 fabiankeil Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $"; /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -1894,7 +1894,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; <programlisting> #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.20 2008/06/14 13:21:24 fabiankeil Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $" /********************************************************************* * * File : $S<!-- Break CVS Substitution -->ource$ @@ -3028,6 +3028,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.21 2008/08/16 08:51:28 fabiankeil + Update version-related entities. + Revision 2.20 2008/06/14 13:21:24 fabiankeil Prepare for the upcoming 3.0.9 beta release. diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 22527021..57bde0b9 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -8,10 +8,10 @@ <!entity history SYSTEM "history.sgml"> <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc --> <!entity % p-supp-userman "INCLUDE"> <!-- Include all from supported.sgml --> @@ -26,7 +26,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 2.44 2008/06/19 01:41:36 hal9 Exp $ + $Id: faq.sgml,v 2.45 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -77,7 +77,7 @@ </subscript> </pubdate> -<pubdate>$Id: faq.sgml,v 2.44 2008/06/19 01:41:36 hal9 Exp $</pubdate> +<pubdate>$Id: faq.sgml,v 2.45 2008/08/16 08:51:28 fabiankeil Exp $</pubdate> <!-- @@ -2820,6 +2820,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.45 2008/08/16 08:51:28 fabiankeil +Update version-related entities. + Revision 2.44 2008/06/19 01:41:36 hal9 Add short note about zlib being enabled in 3.0.9 diff --git a/doc/source/install.sgml b/doc/source/install.sgml index bde2749f..bf0c4bc9 100644 --- a/doc/source/install.sgml +++ b/doc/source/install.sgml @@ -1,10 +1,10 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity % dummy "IGNORE"> <!entity buildsource SYSTEM "buildsource.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-stable "INCLUDE"> -<!entity % p-not-stable "IGNORE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-stable "IGNORE"> +<!entity % p-not-stable "INCLUDE"> <!entity % p-alpha "IGNORE"> <!entity % p-beta "IGNORE"> <!entity % p-text "INCLUDE"> <!-- define we are a text only doc --> @@ -16,7 +16,7 @@ Purpose : INSTALL file for Privoxy - $Id: install.sgml,v 2.8 2008/06/14 13:21:26 fabiankeil Exp $ + $Id: install.sgml,v 2.9 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001-2008 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 6d44ecdc..3ae4a1ad 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.19 2008/06/14 13:21:26 fabiankeil Exp $ + $Id: privoxy-man-page.sgml,v 2.20 2008/08/16 08:51:28 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -42,10 +42,10 @@ <!entity copyright SYSTEM "copyright.sgml"> <!entity license SYSTEM "license.sgml"> <!entity authors SYSTEM "p-authors.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-authors-formal "IGNORE"> <!-- exclude additional formating --> <!entity my-copy "(C)"> <!-- db2man barfs on copyright symbol --> diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 9b793942..fc9a89da 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -11,11 +11,11 @@ <!entity license SYSTEM "license.sgml"> <!entity p-authors SYSTEM "p-authors.sgml"> <!entity config SYSTEM "p-config.sgml"> -<!entity p-version "3.0.10"> -<!entity p-status "stable"> +<!entity p-version "3.0.11"> +<!entity p-status "UNRELEASED"> <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc --> -<!entity % p-not-stable "IGNORE"> -<!entity % p-stable "INCLUDE"> +<!entity % p-not-stable "INCLUDE"> +<!entity % p-stable "IGNORE"> <!entity % p-text "IGNORE"> <!-- define we are not a text only doc --> <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc --> <!entity % p-readme "IGNORE"> @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.85 2008/08/16 10:04:59 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.86 2008/08/16 10:12:23 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -59,7 +59,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.85 2008/08/16 10:04:59 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.86 2008/08/16 10:12:23 fabiankeil Exp $</pubdate> <!-- @@ -8607,6 +8607,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut USA $Log: user-manual.sgml,v $ + Revision 2.86 2008/08/16 10:12:23 fabiankeil + Merge two sentences and move the URL to the end of the item. + Revision 2.85 2008/08/16 10:04:59 fabiankeil Some more syntax fixes. This version actually builds.