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/02/07 00:55:10 UTC

cvs commit: httpd-2.0/docs/manual/developer API.xml debugging.xml documenting.xml filters.xml hooks.xml index.xml modules.xml request.xml thread_safety.xml

nd          2004/02/06 15:55:10

  Modified:    docs/manual/developer API.xml debugging.xml documenting.xml
                        filters.xml hooks.xml index.xml modules.xml
                        request.xml thread_safety.xml
  Log:
  apply Apache License, Version 2.0
  
  Revision  Changes    Path
  1.3       +17 -1     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.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- API.xml	27 Jun 2003 18:53:03 -0000	1.2
  +++ API.xml	6 Feb 2004 23:55:10 -0000	1.3
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="API.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  @@ -1217,4 +1233,4 @@
       </section>
   </section>
   
  -</manualpage>
  \ No newline at end of file
  +</manualpage>
  
  
  
  1.5       +16 -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.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- debugging.xml	12 Apr 2003 15:04:45 -0000	1.4
  +++ debugging.xml	6 Feb 2004 23:55:10 -0000	1.5
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="debugging.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  
  
  
  1.5       +16 -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.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- documenting.xml	12 Apr 2003 15:04:45 -0000	1.4
  +++ documenting.xml	6 Feb 2004 23:55:10 -0000	1.5
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="documenting.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  
  
  
  1.5       +16 -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.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- filters.xml	12 Apr 2003 15:04:45 -0000	1.4
  +++ filters.xml	6 Feb 2004 23:55:10 -0000	1.5
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="filters.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  
  
  
  1.6       +16 -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.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- hooks.xml	14 Jul 2003 06:18:02 -0000	1.5
  +++ hooks.xml	6 Feb 2004 23:55:10 -0000	1.6
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="hooks.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  
  
  
  1.4       +16 -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.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- index.xml	12 Apr 2003 15:04:45 -0000	1.3
  +++ index.xml	6 Feb 2004 23:55:10 -0000	1.4
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="index.xml.meta">
   <parentdocument href="../" />
   
  
  
  
  1.5       +16 -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.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- modules.xml	12 Apr 2003 15:04:45 -0000	1.4
  +++ modules.xml	6 Feb 2004 23:55:10 -0000	1.5
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="modules.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  
  
  
  1.5       +16 -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.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- request.xml	12 Apr 2003 15:04:45 -0000	1.4
  +++ request.xml	6 Feb 2004 23:55:10 -0000	1.5
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="request.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  
  
  
  1.6       +17 -1     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.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- thread_safety.xml	27 Jun 2003 18:53:03 -0000	1.5
  +++ thread_safety.xml	6 Feb 2004 23:55:10 -0000	1.6
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="thread_safety.xml.meta">
   <parentdocument href="./">Developer Documentation</parentdocument>
   
  @@ -270,4 +286,4 @@
           use libc's calloc/free which are thread-safe.</td></tr>
       </table>
   </section>
  -</manualpage>
  \ No newline at end of file
  +</manualpage>