From: hal9 Date: Wed, 3 Apr 2002 03:51:48 +0000 (+0000) Subject: Touch ups. X-Git-Tag: v_2_9_14~251 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=f557d5350f9f9991fec9ffc919330792e337b646;p=privoxy.git Touch ups. --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index db044832..b34829f0 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -1,4 +1,4 @@ - @@ -11,7 +11,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.16 2002/03/31 23:04:40 hal9 Exp $ + $Id: developer-manual.sgml,v 1.17 2002/04/03 01:21:17 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -25,7 +25,7 @@ Privoxy Developer Manual - $Id: developer-manual.sgml,v 1.16 2002/03/31 23:04:40 hal9 Exp $ + $Id: developer-manual.sgml,v 1.17 2002/04/03 01:21:17 hal9 Exp $ @@ -95,10 +95,13 @@ Quickstart to Privoxy Development -You'll need an account on Sourceforge to support our development. Mail your ID -to the list and wait until a project manager has added you. +You'll need an account on Sourceforge to support our development. +Mail your ID to the list and wait until a project manager has added you. + -For the time beeing (read, this section is under construction), please note the + +For the time being (read, this section is under construction), please note the following guidelines for changing stuff in the code. If it is @@ -117,8 +120,8 @@ following guidelines for changing stuff in the code. If it is A major redesign of some part of the code: ask the list - - + + Documentation Guidelines @@ -1309,7 +1312,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.16 2002/03/31 23:04:40 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.17 2002/04/03 01:21:17 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1369,7 +1372,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.16 2002/03/31 23:04:40 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.17 2002/04/03 01:21:17 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2073,6 +2076,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.17 2002/04/03 01:21:17 hal9 + Implementing Andreas's suggestions for Release sections. + Revision 1.16 2002/03/31 23:04:40 hal9 Fleshed out the doc section, and added something for an intro so it was not blank.