From 0db7d019a0f88288c748ceb1d2d72a6d64d6fdf0 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 17 Apr 2002 15:16:15 +0000 Subject: [PATCH] Added link to docbook crash course --- doc/source/developer-manual.sgml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 0920b764..786fdd0b 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -21,7 +21,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.33 2002/04/12 03:49:53 hal9 Exp $ + $Id: developer-manual.sgml,v 1.34 2002/04/15 23:39:32 oes Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -44,7 +44,7 @@ Privoxy Developer Manual - $Id: developer-manual.sgml,v 1.33 2002/04/12 03:49:53 hal9 Exp $ + $Id: developer-manual.sgml,v 1.34 2002/04/15 23:39:32 oes Exp $ @@ -389,6 +389,11 @@ Look at any of the existing docs for examples of all these and more. + + You might also find Writing Documentation + Using DocBook - A Crash Course useful. + @@ -1715,7 +1720,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.33 2002/04/12 03:49:53 hal9 Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.34 2002/04/15 23:39:32 oes Exp $"; /********************************************************************* * * File : $Source$ @@ -1775,7 +1780,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.33 2002/04/12 03:49:53 hal9 Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.34 2002/04/15 23:39:32 oes Exp $" /********************************************************************* * * File : $Source$ @@ -2537,6 +2542,14 @@ 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.34 2002/04/15 23:39:32 oes + - Extended & fixed the release section + - Added CVS guideline sections + - Separated webserver section from release section + - Commented out boilerplate inclusion (If you don't know yet what it is, + you shouldn't mess with its code ;-) + - Nits & fixes + Revision 1.33 2002/04/12 03:49:53 hal9 Spell checked. Clarification on where docs are kept. -- 2.49.0