]> granicus.if.org Git - apache/blob - docs/manual/developer/index.xml
A temporary solution to an outdated link. Would be nice to have this
[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  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  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="output-filters.html">Guidelines for output filters in Apache 2.0</a></li>
45       <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li>
46       <li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
47       <li><a href="documenting.html">Documenting Apache 2.0</a></li>
48       <li><a href="thread_safety.html">Apache 2.0 Thread Safety Issues</a></li>
49     </ul>
50 </section>
51
52 <section id="external"><title>External Resources</title>
53     <ul>
54         <li><a href="http://www.rcbowen.com/httpd_api_docs/"
55         >Autogenerated Apache HTTP Server (trunk) code documentation</a></li>
56
57       <li>Module Development Tutorials by Kevin O'Donnell
58       <ul>
59         <li><a
60         href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html"
61         >Integrating a module into the Apache build system</a></li>
62
63         <li><a
64         href="http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html"
65         >Handling configuration directives</a></li>
66       </ul></li>
67
68       <li><a href="http://www.onlamp.com/pub/ct/38">Some notes on 
69       Apache module development by Ryan Bloom</a></li>
70
71       <li>Developer articles at <a href="http://www.apachetutor.org/">apachetutor</a> include:
72       <ul>
73         <li><a href="http://www.apachetutor.org/dev/request">Request Processing in Apache</a></li>
74         <li><a href="http://www.apachetutor.org/dev/config">Configuration for Modules</a></li>
75         <li><a href="http://www.apachetutor.org/dev/pools">Resource Management in Apache</a></li>
76         <li><a href="http://www.apachetutor.org/dev/reslist">Connection Pooling in Apache</a></li>
77         <li><a href="http://www.apachetutor.org/dev/brigades">Introduction to Buckets and Brigades</a></li>
78       </ul></li>
79     </ul>
80 </section>
81 </manualpage>
82