]> granicus.if.org Git - apache/blob - docs/manual/developer/index.xml
fix name of The Apache Software Foundation
[apache] / docs / manual / developer / index.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4
5 <!--
6  Copyright 2003-2004 The Apache Software Foundation
7
8  Licensed under the Apache License, Version 2.0 (the "License");
9  you may not use this file except in compliance with the License.
10  You may obtain a copy of the License at
11
12      http://www.apache.org/licenses/LICENSE-2.0
13
14  Unless required by applicable law or agreed to in writing, software
15  distributed under the License is distributed on an "AS IS" BASIS,
16  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  See the License for the specific language governing permissions and
18  limitations under the License.
19 -->
20
21 <manualpage metafile="index.xml.meta">
22 <parentdocument href="../" />
23
24 <title>Developer Documentation for Apache 2.0</title>
25
26 <summary>
27     <p>Many of the documents on these Developer pages are lifted
28     from Apache 1.3's documentation. While they are all being
29     updated to Apache 2.0, they are in different stages of
30     progress. Please be patient, and point out any discrepancies or
31     errors on the developer/ pages directly to the
32     <a href="http://httpd.apache.org/lists.html#http-dev"
33     >dev@httpd.apache.org</a> mailing list.</p>
34 </summary>
35
36 <section id="topics"><title>Topics</title>
37     <ul>
38       <li><a href="API.html">Apache 1.3 API Notes</a></li>
39       <li><a href="hooks.html">Apache 2.0 Hook Functions</a></li>
40       <li><a href="request.html">Request Processing in Apache 2.0</a></li>
41       <li><a href="filters.html">How filters work in Apache 2.0</a></li>
42       <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li>
43       <li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
44       <li><a href="documenting.html">Documenting Apache 2.0</a></li>
45       <li><a href="thread_safety.html">Apache 2.0 Thread Safety Issues</a></li>
46     </ul>
47 </section>
48
49 <section id="external"><title>External Resources</title>
50     <ul>
51       <li>Tools provided by Ian Holsman:
52       <ul>
53         <li><a href="http://lxr.webperf.org/">Apache 2 cross reference</a></li>
54         <li><a href="http://docx.webperf.org/"
55         >Autogenerated Apache 2 code documentation</a></li>
56       </ul></li>
57
58       <li>Module Development Tutorials by Kevin O'Donnell
59       <ul>
60         <li><a
61         href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html"
62         >Integrating a module into the Apache build system</a></li>
63
64         <li><a
65         href="http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html"
66         >Handling configuration directives</a></li>
67       </ul></li>
68
69       <li><a href="http://www.onlamp.com/pub/ct/38">Some notes on 
70       Apache module development by Ryan Bloom</a></li>
71     </ul>
72 </section>
73 </manualpage>
74