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