]> granicus.if.org Git - apache/blob - docs/manual/developer/index.xml
Axes links to many grossly outdated resources. Adds more visible warning
[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.x</title>
27
28 <summary>
29     <note type="warning"><title>Warning</title>
30     <p>Many of the documents listed here are in need of update.
31     They are in different stages of progress.
32     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     </note>
37 </summary>
38
39 <section id="topics"><title>Topics</title>
40     <ul>
41       <li><a href="new_api_2_4.html">API changes in Apache 2.3/2.4</a></li>
42       <li><a href="hooks.html">Apache 2.x Hook Functions</a></li>
43       <li><a href="request.html">Request Processing in Apache 2.x</a></li>
44       <li><a href="filters.html">How filters work in Apache 2.x</a></li>
45       <li><a href="output-filters.html">Guidelines for output filters in Apache 2.x</a></li>
46       <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.x</a></li>
47       <li><a href="documenting.html">Documenting Apache 2.x</a></li>
48       <li><a href="thread_safety.html">Apache 2.x Thread Safety Issues</a></li>
49     </ul>
50 </section>
51
52 <section id="external"><title>External Resources</title>
53     <ul>
54       <li><a
55         href="http://ci.apache.org/projects/httpd/trunk/doxygen/"
56         >Autogenerated Apache HTTP Server (trunk) code documentation</a></li>
57
58       <li>Developer articles at <a href="http://www.apachetutor.org/">apachetutor</a> include:
59       <ul>
60         <li><a href="http://www.apachetutor.org/dev/request">Request Processing in Apache</a></li>
61         <li><a href="http://www.apachetutor.org/dev/config">Configuration for Modules</a></li>
62         <li><a href="http://www.apachetutor.org/dev/pools">Resource Management in Apache</a></li>
63         <li><a href="http://www.apachetutor.org/dev/reslist">Connection Pooling in Apache</a></li>
64         <li><a href="http://www.apachetutor.org/dev/brigades">Introduction to Buckets and Brigades</a></li>
65       </ul></li>
66     </ul>
67 </section>
68 </manualpage>
69