X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=9521b097f039a50e570bf543b74a59174bdf2203;hp=3239ac2052228b24acc51d200b80993f543b243f;hb=d85ed748a397a98d5d33aade5f8cf5ed719dac1c;hpb=d550949b6ec37b0771736e20b6317adfbfc15827 diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 3239ac20..9521b097 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -8,12 +8,13 @@ - - + + + ]> - Copyright &my-copy; 2001-2008 by + Copyright &my-copy; 2001-2009 by Privoxy Developers - $Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.29 2009/06/12 14:30:58 fabiankeil Exp $ Quickstart to Privoxy Development - The first step is to join the developer's mailing list. @@ -1833,19 +1825,15 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $"; +const char FILENAME_rcs[] = "$Id$"; /********************************************************************* * * File : $Source$ * * Purpose : (Fill me in with a good description!) * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge - * Privoxy team. http://www.privoxy.org/ - * - * Based on the Internet Junkbuster originally written - * by and Copyright (C) 1997 Anonymous Coders and - * Junkbusters Corporation. http://www.junkbusters.com + * Copyright : Written by and Copyright (C) 2001-2009 + * the Privoxy team. http://www.privoxy.org/ * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @@ -1861,14 +1849,11 @@ const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51: * * The GNU General Public License should be included with * this file. If not, you can view it at - * http://www.gnu.org/copyleft/gpl.html + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * or write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , * USA * - * Revisions : - * $Log$ - * *********************************************************************/ @@ -1894,19 +1879,15 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 2.21 2008/08/16 08:51:28 fabiankeil Exp $" +#define FILENAME_H_VERSION "$Id$" /********************************************************************* * * File : $Source$ * * Purpose : (Fill me in with a good description!) * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge - * Privoxy team. http://www.privoxy.org/ - * - * Based on the Internet Junkbuster originally written - * by and Copyright (C) 1997 Anonymous Coders and - * Junkbusters Corporation. http://www.junkbusters.com + * Copyright : Written by and Copyright (C) 2001-2009 + * the Privoxy team. http://www.privoxy.org/ * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @@ -1922,14 +1903,11 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; * * The GNU General Public License should be included with * this file. If not, you can view it at - * http://www.gnu.org/copyleft/gpl.html + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * or write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , * USA * - * Revisions : - * $Log$ - * *********************************************************************/ @@ -2391,9 +2369,8 @@ at sourceforge. Three simple steps: - Other configuration files (default.action, - default.filter and - standard.action) should be installed as the new + Other configuration files (default.action and + default.filter) should be installed as the new defaults, but all previously installed configuration files should be preserved as backups. This is just good manners :-) These files are likely to change between releases and contain important new features @@ -3028,6 +3005,32 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.29 2009/06/12 14:30:58 fabiankeil + Update entities for 3.0.13 beta. + + Revision 2.28 2009/05/16 13:27:21 fabiankeil + Remove CVS revision logs. TODO item #33. + + Revision 2.27 2009/02/19 02:20:22 hal9 + Make some links in seealso conditional. Man page is now privoxy only links. + + Revision 2.26 2009/02/12 16:08:26 fabiankeil + Declare the code stable. + + Revision 2.25 2009/02/12 15:37:05 fabiankeil + Update templates. + + Revision 2.24 2009/01/13 16:50:35 fabiankeil + The standard.action file is gone. + + Revision 2.23 2008/09/26 17:02:01 fabiankeil + - Break some more CVS substitutions in examples. + - Remove Junkbusters reference in example header + for new files. + + Revision 2.22 2008/08/30 15:37:35 fabiankeil + Update entities. + Revision 2.21 2008/08/16 08:51:28 fabiankeil Update version-related entities.