]> granicus.if.org Git - apache/blob - docs/manual/developer/index.xml
update URL and remove old/dead site
[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-2005 The Apache Software Foundation or its licensors, as
8  applicable.
9
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <manualpage metafile="index.xml.meta">
24 <parentdocument href="../" />
25
26 <title>Developer Documentation for Apache 2.0</title>
27
28 <summary>
29     <p>Many of the documents on these Developer pages are lifted
30     from Apache 1.3's documentation. While they are all being
31     updated to Apache 2.0, they are in different stages of
32     progress. Please be patient, and point out any discrepancies or
33     errors on the developer/ pages directly to the
34     <a href="http://httpd.apache.org/lists.html#http-dev"
35     >dev@httpd.apache.org</a> mailing list.</p>
36 </summary>
37
38 <section id="topics"><title>Topics</title>
39     <ul>
40       <li><a href="API.html">Apache 1.3 API Notes</a></li>
41       <li><a href="hooks.html">Apache 2.0 Hook Functions</a></li>
42       <li><a href="request.html">Request Processing in Apache 2.0</a></li>
43       <li><a href="filters.html">How filters work in Apache 2.0</a></li>
44       <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li>
45       <li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
46       <li><a href="documenting.html">Documenting Apache 2.0</a></li>
47       <li><a href="thread_safety.html">Apache 2.0 Thread Safety Issues</a></li>
48     </ul>
49 </section>
50
51 <section id="external"><title>External Resources</title>
52     <ul>
53       <li>Tools provided by Ian Holsman:
54       <ul>
55         <li><a href="http://docx.itscales.com/"
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
73       <li>Developer articles at <a href="http://www.apachetutor.org/">apachetutor</a> include:
74       <ul>
75         <li><a href="http://www.apachetutor.org/dev/request">Request Processing in Apache</a></li>
76         <li><a href="http://www.apachetutor.org/dev/config">Configuration for Modules</a></li>
77         <li><a href="http://www.apachetutor.org/dev/pools">Resource Management in Apache</a></li>
78         <li><a href="http://www.apachetutor.org/dev/reslist">Connection Pooling in Apache</a></li>
79         <li><a href="http://www.apachetutor.org/dev/brigades">Introduction to Buckets and Brigades</a></li>
80       </ul></li>
81     </ul>
82 </section>
83 </manualpage>
84