X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=a8c8fa2c919bd8dca1be22879bd22e7bac677ce2;hp=66a07c4cafe787b528fb148725df39bc7ce815d5;hb=8023259b48217910c1dd8038ffc16a57f9a10f37;hpb=9f58e6373090044a4e74b5d07a25b39cbf92587a diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 66a07c4c..a8c8fa2c 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.23 2002/04/04 18:46:47 swa Exp $ + $Id: developer-manual.sgml,v 1.24 2002/04/04 21:33:37 hal9 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.23 2002/04/04 18:46:47 swa Exp $ + $Id: developer-manual.sgml,v 1.24 2002/04/04 21:33:37 hal9 Exp $ @@ -336,7 +336,7 @@ following guidelines for changing stuff in the code. If it is - Tags should be nested like: + Tags should be nested and step indented like: <para> <itemizedlist> @@ -371,6 +371,13 @@ following guidelines for changing stuff in the code. If it is idiosyncrasies (too many to list :). + + + Try to keep overall line lengths in source files to 80 characters or less + for obvious reasons. This is not always possible, with lenghty URLs for + instance. + + Our documents are available in differing formats. Right now, they @@ -1615,7 +1622,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.23 2002/04/04 18:46:47 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.24 2002/04/04 21:33:37 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1675,7 +1682,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.23 2002/04/04 18:46:47 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.24 2002/04/04 21:33:37 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2401,6 +2408,9 @@ 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.24 2002/04/04 21:33:37 hal9 + More on documenting the documents. + Revision 1.23 2002/04/04 18:46:47 swa consistent look. reuse of copyright, history et. al.