ditto
authorhal9 <hal9@users.sourceforge.net>
Wed, 27 Mar 2002 01:16:41 +0000 (01:16 +0000)
committerhal9 <hal9@users.sourceforge.net>
Wed, 27 Mar 2002 01:16:41 +0000 (01:16 +0000)
doc/source/developer-manual.sgml

index 130b9e8..f851625 100644 (file)
@@ -6,7 +6,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $
+ $Id: developer-manual.sgml,v 1.12 2002/03/27 01:02:51 hal9 Exp $
 
  Written by and Copyright (C) 2001 the SourceForge
  Privoxy team. http://www.privoxy.org/
@@ -20,7 +20,7 @@
   <artheader>
     <title>Privoxy Developer Manual</title>
 
-    <pubdate>$Id: developer-manual.sgml,v 1.11 2002/03/26 22:29:55 swa Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 1.12 2002/03/27 01:02:51 hal9 Exp $</pubdate>
 
     <authorgroup>
       <author>
@@ -53,7 +53,7 @@
  <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.
+ to continue development. Other developers have since joined Stefan.
 </para>
 
 <para>
@@ -1256,7 +1256,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 1.11 2002/03/26 22:29:55 swa Exp $";
+const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.12 2002/03/27 01:02:51 hal9 Exp $";
 /*********************************************************************
  *
  * File        :  $S<!-- Break CVS Substitution -->ource$
@@ -1316,7 +1316,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 1.11 2002/03/26 22:29:55 swa Exp $"
+#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.12 2002/03/27 01:02:51 hal9 Exp $"
 /*********************************************************************
  *
  * File        :  $S<!-- Break CVS Substitution -->ource$
@@ -1513,6 +1513,9 @@ at sourceforge. Three simple steps:
   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
   $Log: developer-manual.sgml,v $
+  Revision 1.12  2002/03/27 01:02:51  hal9
+  Touch up on name change...
+
   Revision 1.11  2002/03/26 22:29:55  swa
   we have a new homepage!