martin 00/11/14 01:34:26
Modified: htdocs/manual expand.pl htdocs/manual/search manual-index.cgi Log: Fix URL for HTTP Server Project Revision Changes Path 1.8 +3 -3 httpd-docs-1.3/htdocs/manual/expand.pl Index: expand.pl =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/expand.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- expand.pl 2000/11/14 09:32:30 1.7 +++ expand.pl 2000/11/14 09:34:26 1.8 @@ -28,7 +28,7 @@ # 3. All advertising materials mentioning features or use of this # software must display the following acknowledgment: # "This product includes software developed by the Apache Group -# for use in the Apache HTTP server project (http://www.apache.org/)." +# for use in the Apache HTTP server project (http://httpd.apache.org/)." # # 4. The names "Apache Server" and "Apache Group" must not be used to # endorse or promote products derived from this software without @@ -41,7 +41,7 @@ # 6. Redistributions of any form whatsoever must retain the following # acknowledgment: # "This product includes software developed by the Apache Group -# for use in the Apache HTTP server project (http://www.apache.org/)." +# for use in the Apache HTTP server project (http://httpd.apache.org/)." # # THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY # EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -62,7 +62,7 @@ # on public domain software written at the National Center for # Supercomputing Applications, University of Illinois, Urbana-Champaign. # For more information on the Apache Group and the Apache HTTP server -# project, please see <http://www.apache.org/>. +# project, please see <http://httpd.apache.org/>. # Put a list of dirs (except ..) into @dirs 1.10 +3 -3 httpd-docs-1.3/htdocs/manual/search/manual-index.cgi Index: manual-index.cgi =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/search/manual-index.cgi,v retrieving revision 1.9 retrieving revision 1.10 diff -u -u -r1.9 -r1.10 --- manual-index.cgi 1999/02/26 00:39:58 1.9 +++ manual-index.cgi 2000/11/14 09:34:26 1.10 @@ -1,6 +1,6 @@ #!/usr/local/bin/perl5 -w # ==================================================================== -# Copyright (c) 1995-1997 The Apache Group. All rights reserved. +# Copyright (c) 1995-2000 The Apache Group. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -17,7 +17,7 @@ # 3. All advertising materials mentioning features or use of this # software must display the following acknowledgment: # "This product includes software developed by the Apache Group -# for use in the Apache HTTP server project (http://www.apache.org/)." +# for use in the Apache HTTP server project (http://httpd.apache.org/)." # # 4. The names "Apache Server" and "Apache Group" must not be used to # endorse or promote products derived from this software without @@ -26,7 +26,7 @@ # 5. Redistributions of any form whatsoever must retain the following # acknowledgment: # "This product includes software developed by the Apache Group -# for use in the Apache HTTP server project (http://www.apache.org/)." +# for use in the Apache HTTP server project (http://httpd.apache.org/)." # # THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY # EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE