From 67d5194db38bb8a9282bf306c03a373c53e5c557 Mon Sep 17 00:00:00 2001 From: hal9 Date: Wed, 11 Dec 2002 13:12:15 +0000 Subject: [PATCH] Rewrite cvs write access give-away section. --- doc/source/developer-manual.sgml | 41 ++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 2edb63a3..9a5a5ca6 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,10 +8,10 @@ - - - - + + + + @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.46.2.9 2002/09/26 01:21:40 hal9 Exp $ + $Id: developer-manual.sgml,v 1.46.2.10 2002/09/26 21:53:45 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.46.2.9 2002/09/26 01:21:40 hal9 Exp $ + $Id: developer-manual.sgml,v 1.46.2.10 2002/09/26 21:53:45 hal9 Exp $ Quickstart to Privoxy Development + + + The first step is to join the developer's mailing list. + You can submit your ideas, or even better patches. Patches are best + submitted to the Sourceforge tracker set up for this purpose, but + can be sent to the list for review too. + You will also need to have a cvs package installed, which will entail having ssh installed as well (which seems to be a requirement of @@ -147,8 +156,9 @@ Hal. tools is also going to be important (particularly, autoconf and gmake). - For the time being (read, this section is under construction), please - refer to the extensive comments in the source code. + For the time being (read, this section is under construction), you can + also refer to the extensive comments in the source code. In fact, + reading the code is recommended in any case. @@ -156,9 +166,10 @@ Hal. The CVS Repository - If you intend to help us with programming, documentation or packaging - you will need write access to our holy grail, the CVS repository. - Please read this chapter completely before accessing via CVS. + If you become part of the active development team, you will eventually + need write access to our holy grail, the CVS repository. One of the + team members will need to set this up for you. Please read + this chapter completely before accessing via CVS. Access to CVS @@ -1846,7 +1857,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.46.2.9 2002/09/26 01:21:40 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.46.2.10 2002/09/26 21:53:45 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1906,7 +1917,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.46.2.9 2002/09/26 01:21:40 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.46.2.10 2002/09/26 21:53:45 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -3018,6 +3029,10 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.46.2.10 2002/09/26 21:53:45 hal9 + Changes to reflect recent change in stable branch commit policy (hopefully + clearer now). + Revision 1.46.2.9 2002/09/26 01:21:40 hal9 Porting 3.1.1 changes: more on cvs and branches, more on versions and releases. -- 2.39.2