From: hal9 Date: Wed, 15 May 2002 03:55:17 +0000 (+0000) Subject: Fix ulink -> link, and minor modification to release process section for X-Git-Tag: v_3_0_branchpoint~68 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=47b73971a4fed5f577628fde3ad12e751b98c53b Fix ulink -> link, and minor modification to release process section for clarification. --- 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.