From: hal9 Date: Tue, 22 Aug 2006 23:35:01 +0000 (+0000) Subject: Fix email address, cvs URI, address branching changes and various other X-Git-Tag: v_3_0_5~148 X-Git-Url: http://www.privoxy.org/gitweb/eas?a=commitdiff_plain;h=74602637391ac4c89938bc4b70c1609a34ffe4ac;p=privoxy.git Fix email address, cvs URI, address branching changes and various other small updates. --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 93f23834..fbbd6785 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.11 2002/12/11 13:12:15 hal9 Exp $ + $Id: developer-manual.sgml,v 2.7 2006/07/18 14:48:50 david__schmidt Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.46.2.11 2002/12/11 13:12:15 hal9 Exp $ + $Id: developer-manual.sgml,v 2.7 2006/07/18 14:48:50 david__schmidt Exp $ The first step is to join the developer's mailing list. + url="mailto:ijbswa-developers@lists.sourceforge.net">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. @@ -180,7 +180,7 @@ Hal. SF's site documentation for the technical access details for your operating system. For historical reasons, the CVS server is - called cvs.ijbswa.sourceforge.net, the repository is + called ijbswa.cvs.sourceforge.net, the repository is called ijbswa, and the source tree module is called current. @@ -193,7 +193,7 @@ Hal. mentioned, the sources are in the current module. Other modules are present for platform specific issues. There is a webview of the CVS hierarchy at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/, + url="http://ijbswa.cvs.sourceforge.net/ijbswa/">http://ijbswa.cvs.sourceforge.net/ijbswa/, which might help with visualizing how these pieces fit together. @@ -210,6 +210,13 @@ Hal. linkend="versionnumbers">Version Numbers below for details on versioning.) + + At one time there were two distinct branches: stable and unstable. The + more drastic changes were to be in the unstable branch. These branches + have now been merged to minimize time and effort of maintaining two + branches. + + CVS Commit Guidelines @@ -236,8 +244,8 @@ Hal. - Never (read: never, ever) be tempted to commit - that small change without testing it thoroughly first. When we're + Please don't commit even + a small change without testing it thoroughly first. When we're close to a public release, ask a fellow developer to review your changes. @@ -271,6 +279,7 @@ Hal. + - @@ -364,7 +338,8 @@ Hal. url="../user-manual/index.html">user-manual, FAQ, and, of course this, the developer-manual in this format. - The README, AUTHORS + The README, AUTHORS, + INSTALL, privoxy.1 (man page), and config files are also now maintained as Docbook SGML. These files, when built, in the top-level source directory are @@ -372,7 +347,7 @@ Hal. variation on this file, privoxy-index.html, meant for inclusion with doc packages), are maintained as SGML as well. DO NOT edit these directly. Edit the SGML source, or - contact someone involved in the documentation (at present Hal). + contact someone involved in the documentation. config requires some special handling. The reason it @@ -387,15 +362,15 @@ Hal. config. - Other, less formal documents (e.g. LICENSE, - INSTALL) are maintained as plain text files in the - top-level source directory. At least for the time being. + Other, less formal documents (e.g. LICENSE) are + maintained as plain text files in the top-level source directory. Packagers are encouraged to include this documentation. For those without the ability to build the docs locally, text versions of each are kept in - CVS. HTML versions are also now being kept in CVS under - doc/webserver/*. + CVS. HTML versions are also being kept in CVS under + doc/webserver/*. And PDF version are kept in + doc/pdf/*. Formal documents are built with the Makefile targets of @@ -616,7 +591,7 @@ Hal. Our documents are available in differing formats. Right now, they - are just plain text, TML, and PDF, but others are always a + are just plain text, HTML, and PDF, but others are always a future possibility. Be careful with URLs (<ulink>), and avoid this mistake: @@ -1857,7 +1832,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.46.2.11 2002/12/11 13:12:15 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.7 2006/07/18 14:48:50 david__schmidt Exp $"; /********************************************************************* * * File : $Source$ @@ -1917,7 +1892,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.11 2002/12/11 13:12:15 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.7 2006/07/18 14:48:50 david__schmidt Exp $" /********************************************************************* * * File : $Source$ @@ -2526,7 +2501,7 @@ at sourceforge. Three simple steps: - cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co os2setup + cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co os2setup @@ -2626,7 +2601,7 @@ at sourceforge. Three simple steps: - cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co winsetup + cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co winsetup @@ -2690,7 +2665,7 @@ at sourceforge. Three simple steps: - cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co osxsetup + cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co osxsetup @@ -3029,6 +3004,10 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.7 2006/07/18 14:48:50 david__schmidt + Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + with what was really the latest development (the v_3_0_branch branch) + Revision 1.46.2.11 2002/12/11 13:12:15 hal9 Rewrite cvs write access give-away section.