You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/04/17 12:31:09 UTC

cvs commit: httpd-2.0/docs/manual/misc index.xml perf-tuning.xml relevant_standards.xml rewriteguide.xml security_tips.xml

nd          2004/04/17 03:31:09

  Modified:    docs/manual/developer API.xml debugging.xml documenting.xml
                        filters.xml hooks.xml index.xml modules.xml
                        request.xml thread_safety.xml
               docs/manual/faq all_in_one.xml error.xml index.xml
                        support.xml
               docs/manual/howto auth.xml cgi.xml htaccess.xml index.xml
                        public_html.xml ssi.xml
               docs/manual/misc index.xml perf-tuning.xml
                        relevant_standards.xml rewriteguide.xml
                        security_tips.xml
  Log:
  the up-to-date checker currently depends on a properly configured cvs in path
  that's totally uncool. Let make cvs the work on the fly:
  - start adding $Revision$ keyword to english files
  
  Revision  Changes    Path
  1.5       +1 -0      httpd-2.0/docs/manual/developer/API.xml
  
  Index: API.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/API.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- API.xml	9 Feb 2004 20:22:50 -0000	1.4
  +++ API.xml	17 Apr 2004 10:31:08 -0000	1.5
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/developer/debugging.xml
  
  Index: debugging.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/debugging.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- debugging.xml	9 Feb 2004 20:22:50 -0000	1.6
  +++ debugging.xml	17 Apr 2004 10:31:08 -0000	1.7
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/developer/documenting.xml
  
  Index: documenting.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/documenting.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- documenting.xml	9 Feb 2004 20:22:50 -0000	1.6
  +++ documenting.xml	17 Apr 2004 10:31:08 -0000	1.7
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/developer/filters.xml
  
  Index: filters.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/filters.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- filters.xml	9 Feb 2004 20:22:50 -0000	1.6
  +++ filters.xml	17 Apr 2004 10:31:08 -0000	1.7
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.8       +1 -0      httpd-2.0/docs/manual/developer/hooks.xml
  
  Index: hooks.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/hooks.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- hooks.xml	9 Feb 2004 20:22:50 -0000	1.7
  +++ hooks.xml	17 Apr 2004 10:31:08 -0000	1.8
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.6       +1 -0      httpd-2.0/docs/manual/developer/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- index.xml	9 Feb 2004 20:22:50 -0000	1.5
  +++ index.xml	17 Apr 2004 10:31:08 -0000	1.6
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/developer/modules.xml
  
  Index: modules.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/modules.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- modules.xml	9 Feb 2004 20:22:50 -0000	1.6
  +++ modules.xml	17 Apr 2004 10:31:08 -0000	1.7
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/developer/request.xml
  
  Index: request.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/request.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- request.xml	9 Feb 2004 20:22:50 -0000	1.6
  +++ request.xml	17 Apr 2004 10:31:08 -0000	1.7
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.8       +1 -0      httpd-2.0/docs/manual/developer/thread_safety.xml
  
  Index: thread_safety.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/thread_safety.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- thread_safety.xml	9 Feb 2004 20:22:50 -0000	1.7
  +++ thread_safety.xml	17 Apr 2004 10:31:08 -0000	1.8
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.4       +1 -0      httpd-2.0/docs/manual/faq/all_in_one.xml
  
  Index: all_in_one.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/all_in_one.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- all_in_one.xml	9 Feb 2004 20:22:51 -0000	1.3
  +++ all_in_one.xml	17 Apr 2004 10:31:09 -0000	1.4
  @@ -3,6 +3,7 @@
       <!ENTITY categories SYSTEM "categories.xml">
   ]>
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.6       +1 -0      httpd-2.0/docs/manual/faq/error.xml
  
  Index: error.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/error.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- error.xml	8 Apr 2004 18:17:32 -0000	1.5
  +++ error.xml	17 Apr 2004 10:31:09 -0000	1.6
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE faq SYSTEM "../style/faq.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.4       +1 -0      httpd-2.0/docs/manual/faq/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- index.xml	9 Feb 2004 20:22:51 -0000	1.3
  +++ index.xml	17 Apr 2004 10:31:09 -0000	1.4
  @@ -3,6 +3,7 @@
       <!ENTITY categories SYSTEM "categories.xml">
   ]>
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.4       +1 -0      httpd-2.0/docs/manual/faq/support.xml
  
  Index: support.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/support.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- support.xml	9 Feb 2004 20:22:51 -0000	1.3
  +++ support.xml	17 Apr 2004 10:31:09 -0000	1.4
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE faq SYSTEM "../style/faq.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.9       +1 -0      httpd-2.0/docs/manual/howto/auth.xml
  
  Index: auth.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/auth.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- auth.xml	9 Feb 2004 20:22:51 -0000	1.8
  +++ auth.xml	17 Apr 2004 10:31:09 -0000	1.9
  @@ -1,6 +1,7 @@
   <?xml version='1.0' encoding='UTF-8' ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.12      +1 -0      httpd-2.0/docs/manual/howto/cgi.xml
  
  Index: cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/cgi.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- cgi.xml	8 Apr 2004 18:17:58 -0000	1.11
  +++ cgi.xml	17 Apr 2004 10:31:09 -0000	1.12
  @@ -1,6 +1,7 @@
   <?xml version='1.0' encoding='UTF-8' ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.13      +1 -0      httpd-2.0/docs/manual/howto/htaccess.xml
  
  Index: htaccess.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/htaccess.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- htaccess.xml	23 Mar 2004 15:42:45 -0000	1.12
  +++ htaccess.xml	17 Apr 2004 10:31:09 -0000	1.13
  @@ -1,6 +1,7 @@
   <?xml version='1.0' encoding='UTF-8' ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/howto/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- index.xml	9 Feb 2004 20:22:51 -0000	1.6
  +++ index.xml	17 Apr 2004 10:31:09 -0000	1.7
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.12      +1 -0      httpd-2.0/docs/manual/howto/public_html.xml
  
  Index: public_html.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/public_html.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- public_html.xml	12 Feb 2004 02:42:17 -0000	1.11
  +++ public_html.xml	17 Apr 2004 10:31:09 -0000	1.12
  @@ -1,6 +1,7 @@
   <?xml version='1.0' encoding='UTF-8' ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.12      +1 -0      httpd-2.0/docs/manual/howto/ssi.xml
  
  Index: ssi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/ssi.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- ssi.xml	22 Mar 2004 21:32:12 -0000	1.11
  +++ ssi.xml	17 Apr 2004 10:31:09 -0000	1.12
  @@ -1,6 +1,7 @@
   <?xml version='1.0' encoding='UTF-8' ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.10      +1 -0      httpd-2.0/docs/manual/misc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/index.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- index.xml	9 Feb 2004 20:22:51 -0000	1.9
  +++ index.xml	17 Apr 2004 10:31:09 -0000	1.10
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.17      +1 -0      httpd-2.0/docs/manual/misc/perf-tuning.xml
  
  Index: perf-tuning.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/perf-tuning.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- perf-tuning.xml	9 Feb 2004 20:22:51 -0000	1.16
  +++ perf-tuning.xml	17 Apr 2004 10:31:09 -0000	1.17
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.8       +1 -0      httpd-2.0/docs/manual/misc/relevant_standards.xml
  
  Index: relevant_standards.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/relevant_standards.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- relevant_standards.xml	9 Feb 2004 20:22:51 -0000	1.7
  +++ relevant_standards.xml	17 Apr 2004 10:31:09 -0000	1.8
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.12      +1 -0      httpd-2.0/docs/manual/misc/rewriteguide.xml
  
  Index: rewriteguide.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/rewriteguide.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- rewriteguide.xml	9 Feb 2004 20:22:51 -0000	1.11
  +++ rewriteguide.xml	17 Apr 2004 10:31:09 -0000	1.12
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.12      +1 -0      httpd-2.0/docs/manual/misc/security_tips.xml
  
  Index: security_tips.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/security_tips.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- security_tips.xml	9 Feb 2004 20:22:51 -0000	1.11
  +++ security_tips.xml	17 Apr 2004 10:31:09 -0000	1.12
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +<!-- $Revision$ -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation