X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=df057f0860d5fe2efbee3a2e3b355d10423771eb;hp=b7b101c8bbcde3b26da75b2fdf9c48c1ea22d0e4;hb=a1ba76497f491fb9efb23487c9d5d4dd916fe2b7;hpb=043a1d495ada3ded930834bd238dbdc90bac47ef diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index b7b101c8..df057f08 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.16 2008/01/19 17:52:38 hal9 Exp $ + $Id: developer-manual.sgml,v 2.33 2010/02/13 17:38:27 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.16 2008/01/19 17:52:38 hal9 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.16 2008/01/19 17:52: * * 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.16 2008/01/19 17:52:38 hal9 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 @@ -2864,7 +2841,9 @@ at sourceforge. Three simple steps: Or use the make targets as described above. - Once this done go to http://sourceforge.net/project/admin/editpackages.php?group_id=11118, + Once this done go to https://sourceforge.net/project/admin/editpackages.php?group_id=11118, making sure you are logged in. Find your target platform in the second column, and click Add Release. You will then need to create a new release for your package, using the format @@ -3026,6 +3005,59 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.33 2010/02/13 17:38:27 fabiankeil + Update entities for 3.0.16 stable. + + Revision 2.32 2009/11/15 14:24:12 fabiankeil + Prepare to generate docs for 3.0.16 UNRELEASED. + + Revision 2.31 2009/10/10 05:48:55 fabiankeil + Prepare for 3.0.15 beta. + + Revision 2.30 2009/07/18 16:24:39 fabiankeil + Bump entities for 3.0.14 beta. + + 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. + + Revision 2.20 2008/06/14 13:21:24 fabiankeil + Prepare for the upcoming 3.0.9 beta release. + + Revision 2.19 2008/05/12 11:13:33 fabiankeil + Clarify that Privoxy is licensed under GPL version 2. + + Revision 2.18 2008/02/04 12:14:06 fabiankeil + Change "Edit Packages" URL to use https. + + Revision 2.17 2008/02/03 21:37:41 hal9 + Apply patch from Mark: s/OSX/OS X/ + Revision 2.16 2008/01/19 17:52:38 hal9 Re-commit to fix various minor issues for new release.