X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=89c126426ae735e08c5adc25f6a46fd9bed6e92d;hp=44c3d93b647330f9b084e5653433b512914110ea;hb=47b73971a4fed5f577628fde3ad12e751b98c53b;hpb=47ebc96cd29a0e2de4c752e7b42006c27d365064 diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 44c3d93b..89c12642 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.42 2002/05/05 20:26:02 hal9 Exp $ + $Id: developer-manual.sgml,v 1.43 2002/05/10 01:48:19 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.42 2002/05/05 20:26:02 hal9 Exp $ + $Id: developer-manual.sgml,v 1.43 2002/05/10 01:48:19 hal9 Exp $ @@ -1727,7 +1726,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.42 2002/05/05 20:26:02 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.43 2002/05/10 01:48:19 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1787,7 +1786,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.42 2002/05/05 20:26:02 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.43 2002/05/10 01:48:19 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2120,7 +2119,8 @@ at sourceforge. Three simple steps: Please find additional instructions for the source tarball and the - individual platform dependent binary packages below. + individual platform dependent binary packages below. And details + on the Sourceforge release process below that. Source Tarball @@ -2158,7 +2158,7 @@ at sourceforge. Three simple steps: - SuSE or Red Hat RPM + SuSE, Conectiva or Red Hat RPM In following text, replace dist with either rh for Red Hat or suse for SuSE. @@ -2542,6 +2542,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg + + Or use the make targets as described above. + Once this done go to http://sourceforge.net/project/admin/editpackages.php?group_id=11118, making sure you are logged in. Find your target platform in the @@ -2697,6 +2700,11 @@ 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.43 2002/05/10 01:48:19 hal9 + This is mostly proposed copyright/licensing additions and changes. Docs + are still GPL, but licensing and copyright are more visible. Also, copyright + changed in doc header comments (eliminate references to JB except FAQ). + Revision 1.42 2002/05/05 20:26:02 hal9 Sorting out license vs copyright in these docs.