From: oes Date: Wed, 22 May 2002 17:15:00 +0000 (+0000) Subject: Updated intro X-Git-Tag: v_3_0_branchpoint~30 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=dbe412cddd49ee8c2398fc7ca2649b69b47af450 Updated intro --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index ce349fd4..5049edd9 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.44 2002/05/15 03:55:17 hal9 Exp $ + $Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.44 2002/05/15 03:55:17 hal9 Exp $ + $Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $ @@ -1726,7 +1727,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.44 2002/05/15 03:55:17 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1786,7 +1787,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.44 2002/05/15 03:55:17 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.45 2002/05/19 23:01:54 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2800,6 +2801,10 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.45 2002/05/19 23:01:54 hal9 + Add small section on general packaging guidelines (e.g. actions files must + be writable). + Revision 1.44 2002/05/15 03:55:17 hal9 Fix ulink -> link, and minor modification to release process section for clarification.