From: hal9 Date: Sat, 17 Aug 2002 00:16:10 +0000 (+0000) Subject: Add note on updating webserver for User-manual/CGI editor, which is version X-Git-Tag: v_3_0_0~36 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=5fb3fcba706268b7777d9531a3e17885a9fb462a;p=privoxy.git Add note on updating webserver for User-manual/CGI editor, which is version dependent (and different from main UM link). --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index ae6ff35b..8c917f67 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.46.2.6 2002/08/10 11:40:25 oes Exp $ + $Id: developer-manual.sgml,v 1.46.2.7 2002/08/14 17:29:25 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.46.2.6 2002/08/10 11:40:25 oes Exp $ + $Id: developer-manual.sgml,v 1.46.2.7 2002/08/14 17:29:25 hal9 Exp $ ource$ @@ -1811,7 +1810,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.46.2.6 2002/08/10 11:40:25 oes Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.46.2.7 2002/08/14 17:29:25 hal9 Exp $" /********************************************************************* * * File : $Source$ @@ -2081,11 +2080,25 @@ at sourceforge. Three simple steps: rather obscure processing tools. config, the man page (and the html version of the man page), and the PDF docs fall in this category. REAMDE, the man page, AUTHORS, and config - should all also be committed to CVS for other packageers. The + should all also be committed to CVS for other packagers. The formal docs should be uploaded to the webserver. See the Section "Updating the webserver" in this manual for details. + + + The User Manual is also used for context + sensitive help for the CGI editor. This is version sensitive, so that + the user will get appropriate help for his/her release. So with + each release a fresh version should be uploaded to the webserver + (this is in addition to the main User Manual + link from the main page since we need to keep manuals for various + versions available). The CGI pages will link to something like + http://privoxy.org/$(VERSION)/user-manual/. This + will need to be updated for each new release. There is no Makefile + target for this at this time!!! It needs to be done manually. + + All developers should look at the ChangeLog and @@ -2759,9 +2772,10 @@ at sourceforge. Three simple steps: Update the Webserver - When updating the webserver, please follow these steps to make - sure that no broken links, inconsistent contents or permission - problems will occur: + The webserver should be updated at least with each stable release. When + updating, please follow these steps to make sure that no broken links, + inconsistent contents or permission problems will occur (as it has many + times in the past!): If you have changed anything in the stable-branch documentation source @@ -2874,6 +2888,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.46.2.7 2002/08/14 17:29:25 hal9 + Add small notes on post-release steps, and uploading docs to webserver. + Revision 1.46.2.6 2002/08/10 11:40:25 oes Added disclaimer about probably being out-of-date and two small hints