fixed JB spelling
authorswa <swa@users.sourceforge.net>
Mon, 8 Apr 2002 20:42:07 +0000 (20:42 +0000)
committerswa <swa@users.sourceforge.net>
Mon, 8 Apr 2002 20:42:07 +0000 (20:42 +0000)
doc/gpl.html
doc/source/privoxy.sgml
doc/source/webserver/index.sgml
filters.c
loadcfg.c
privoxy.1

index 7c252b5..830fa2f 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
-<!-- $Id: gpl.html,v 1.2 2001/05/17 22:56:17 jongfoster Exp $\r
+<!-- $Id: gpl.html,v 1.3 2002/03/26 22:29:55 swa Exp $\r
 \r
      See copyright details at end of file\r
 \r
@@ -35,7 +35,7 @@ b.dot        { color: #FF0000 }
 \r
     <h1>This document is out of date</h1>\r
 \r
-    <p><b>Development of JunkBuster is ongoing and this document is\r
+    <p><b>Development of Junkbuster is ongoing and this document is\r
     no longer current. However, it may provide some assistance. If\r
     you have problems, please use the <a href=\r
     "http://groups.yahoo.com/group/junkbuster-users/">Yahoo Groups\r
@@ -44,7 +44,7 @@ b.dot        { color: #FF0000 }
     "http://sourceforge.net/projects/ijbswa/">project page</a>, or\r
     see the project's <a href="http://www.privoxy.org/">home\r
     page</a>. Please also bear in mind that versions 2.9.x of\r
-    JunkBuster are development releases, and are not production\r
+    Junkbuster are development releases, and are not production\r
     quality.</b></p>\r
 \r
     <h3 align="center">The GNU General Public License</h3>\r
index f119f6c..d5a4918 100644 (file)
@@ -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.
index d94eddb..def8834 100644 (file)
@@ -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
 
index 02259d8..fbb1694 100644 (file)
--- 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.
index c573cd2..f1453d8 100644 (file)
--- 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 */
index 1e9e6fa..354b2c1 100644 (file)
--- 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.