From: swa <swa@users.sourceforge.net> Date: Mon, 8 Apr 2002 20:42:07 +0000 (+0000) Subject: fixed JB spelling X-Git-Tag: v_2_9_14~139 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=3a0a72cca85553934f356fafa115ca61ce4a8dc9;p=privoxy.git fixed JB spelling --- diff --git a/doc/gpl.html b/doc/gpl.html index 7c252b5b..830fa2f9 100644 --- a/doc/gpl.html +++ b/doc/gpl.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<!-- $Id: gpl.html,v 1.2 2001/05/17 22:56:17 jongfoster Exp $ +<!-- $Id: gpl.html,v 1.3 2002/03/26 22:29:55 swa Exp $ See copyright details at end of file @@ -35,7 +35,7 @@ b.dot { color: #FF0000 } <h1>This document is out of date</h1> - <p><b>Development of JunkBuster is ongoing and this document is + <p><b>Development of Junkbuster is ongoing and this document is no longer current. However, it may provide some assistance. If you have problems, please use the <a href= "http://groups.yahoo.com/group/junkbuster-users/">Yahoo Groups @@ -44,7 +44,7 @@ b.dot { color: #FF0000 } "http://sourceforge.net/projects/ijbswa/">project page</a>, or see the project's <a href="http://www.privoxy.org/">home page</a>. Please also bear in mind that versions 2.9.x of - JunkBuster are development releases, and are not production + Junkbuster are development releases, and are not production quality.</b></p> <h3 align="center">The GNU General Public License</h3> diff --git a/doc/source/privoxy.sgml b/doc/source/privoxy.sgml index f119f6c8..d5a49181 100644 --- a/doc/source/privoxy.sgml +++ b/doc/source/privoxy.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: privoxy.sgml,v 1.3 2002/04/06 05:07:29 hal9 Exp $ + $Id: privoxy.sgml,v 1.4 2002/04/07 08:10:12 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -44,7 +44,7 @@ <para> <application>Privoxy</application> is based on the code of the <application>Internet Junkbuster</application> (tm). - <application>Junkbuster</application> was originally written by JunkBusters + <application>Junkbuster</application> was originally written by Junkbusters Corporation, and was released as free open-source software under the GNU GPL. Stefan Waldherr made many improvements, and started the SourceForge project to continue development. diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml index d94eddb4..def88340 100644 --- a/doc/source/webserver/index.sgml +++ b/doc/source/webserver/index.sgml @@ -6,8 +6,8 @@ <!entity copyright SYSTEM "copyright.sgml"> <!entity p-version "2.9.13"> <!entity p-status "beta"> -<!entity % p-not-stable "INCLUDE"> <!-- set to IGNORE for stable release --> -<!entity % p-stable "IGNORE"> <!-- set INCLUDE for stable release --> +<!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"> @@ -19,7 +19,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.sgml,v 1.2 2002/04/07 09:06:45 swa Exp $ + $Id: index.sgml,v 1.3 2002/04/07 20:27:18 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -95,7 +95,7 @@ page</ulink> on Sourceforge </listitem> <listitem> <literallayout> - <ulink url="http://www.junkbusters.com/ht/en/ijbfaq.html">JunkBuster Corporation</ulink> + <ulink url="http://www.junkbusters.com/ht/en/ijbfaq.html">Junkbusters Corporation</ulink> </literallayout> </listitem> <!-- <listitem> --> @@ -200,6 +200,9 @@ page</ulink> on Sourceforge Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: index.sgml,v $ + Revision 1.3 2002/04/07 20:27:18 hal9 + Fix meta data. + Revision 1.2 2002/04/07 09:06:45 swa users can now completely browse offline diff --git a/filters.c b/filters.c index 02259d8a..fbb1694a 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.55 2002/04/02 16:13:51 oes Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.56 2002/04/05 15:51:24 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -38,6 +38,10 @@ const char filters_rcs[] = "$Id: filters.c,v 1.55 2002/04/02 16:13:51 oes Exp $" * * Revisions : * $Log: filters.c,v $ + * Revision 1.56 2002/04/05 15:51:24 oes + * - bugfix: error-pages now get correct request protocol + * - fix for invalid HTML in trust info + * * Revision 1.55 2002/04/02 16:13:51 oes * Fix: No "Go there anyway" for SSL * @@ -366,7 +370,7 @@ const char filters_rcs[] = "$Id: filters.c,v 1.55 2002/04/02 16:13:51 oes Exp $" * a lot! ;-) * * Revision 1.3 2001/05/20 16:44:47 jongfoster - * Removing last hardcoded JunkBusters.com URLs. + * Removing last hardcoded Junkbusters.com URLs. * * Revision 1.2 2001/05/20 01:21:20 jongfoster * Version 2.9.4 checkin. diff --git a/loadcfg.c b/loadcfg.c index c573cd2d..f1453d80 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1,4 +1,4 @@ -const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.42 2002/04/05 15:50:15 oes Exp $"; +const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.43 2002/04/08 20:36:50 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.c,v $ @@ -35,6 +35,9 @@ const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.42 2002/04/05 15:50:15 oes Exp $" * * Revisions : * $Log: loadcfg.c,v $ + * Revision 1.43 2002/04/08 20:36:50 swa + * fixed JB spelling + * * Revision 1.42 2002/04/05 15:50:15 oes * fix for invalid HTML proxy_args * @@ -349,7 +352,7 @@ const char loadcfg_h_rcs[] = LOADCFG_H_VERSION; #ifdef FEATURE_TOGGLE /* by haroon - indicates if ijb is enabled */ -int g_bToggleIJB = 1; /* Junkbusters is enabled by default. */ +int g_bToggleIJB = 1; /* Privoxy is enabled by default. */ #endif /* def FEATURE_TOGGLE */ /* The filename of the configfile */ diff --git a/privoxy.1 b/privoxy.1 index 1e9e6fac..354b2c18 100644 --- a/privoxy.1 +++ b/privoxy.1 @@ -61,7 +61,7 @@ stand-alone systems and multi-user networks. .PP \fBPrivoxy\fR is based on the code of the \fBInternet Junkbuster\fR (tm). -\fBJunkbuster\fR was originally written by JunkBusters +\fBJunkbuster\fR was originally written by Junkbusters Corporation, and was released as free open-source software under the GNU GPL. Stefan Waldherr made many improvements, and started the SourceForge project to continue development.