X-Git-Url: http://www.privoxy.org/gitweb/config.html?a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=d956b844f31d85e4dbfdaba6a37e643067e09350;hb=89a290c32e6be1cb5c24f8bef09240c1fd0d181f;hp=585cddb1765b46057eccab0f0b5b266b522b734f;hpb=fe2dba94b00d45349597603a45cca6456c03fe54;p=privoxy.git diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 585cddb1..d956b844 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 2.15 2008/01/19 15:03:05 hal9 Exp $ + $Id: developer-manual.sgml,v 2.24 2009/01/13 16:50:35 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 2.15 2008/01/19 15:03:05 hal9 Exp $ + $Id: developer-manual.sgml,v 2.24 2009/01/13 16:50:35 fabiankeil Exp $ Quickstart to Privoxy Development - The first step is to join the developer's mailing list. @@ -1833,19 +1824,15 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.15 2008/01/19 15:03:05 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,7 +1848,7 @@ const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 2.15 2008/01/19 15:03: * * 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 @@ -1894,19 +1881,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.15 2008/01/19 15:03:05 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,7 +1905,7 @@ 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 @@ -2391,9 +2374,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 @@ -2678,11 +2660,11 @@ at sourceforge. Three simple steps: - Mac OSX + Mac OS X First, make sure that you have freshly exported the right version into an empty directory. (See "Building and releasing - packages" above). Then get the Mac OSX setup module: + packages" above). Then get the Mac OS X setup module: @@ -2864,7 +2846,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 +3010,35 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + 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. + Revision 2.15 2008/01/19 15:03:05 hal9 Doc sources tagged for 3.0.8 release. @@ -3199,7 +3212,7 @@ at sourceforge. Three simple steps: More boilerplate text for use across multiple docs. Revision 1.20 2002/04/04 03:28:27 david__schmidt - Add Mac OSX section + Add Mac OS X section Revision 1.19 2002/04/03 15:09:42 david__schmidt Add OS/2 build section