index.xml revision 6fbd2e53c97ea6976d93e0ac521adabc55e0fb73
4597N/A<?xml version="1.0" encoding="UTF-8" ?>
4597N/A<!DOCTYPE manualpage SYSTEM "/style/manualpage.dtd">
4597N/A<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
4597N/A
4597N/A<!--
4597N/A Copyright 2003-2004 The Apache Software Foundation
4597N/A
4597N/A Licensed under the Apache License, Version 2.0 (the "License");
4597N/A you may not use this file except in compliance with the License.
4597N/A You may obtain a copy of the License at
4597N/A
4597N/A http://www.apache.org/licenses/LICENSE-2.0
4597N/A
4597N/A Unless required by applicable law or agreed to in writing, software
4597N/A distributed under the License is distributed on an "AS IS" BASIS,
4597N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4597N/A See the License for the specific language governing permissions and
4597N/A limitations under the License.
4597N/A-->
4597N/A
5680N/A<manualpage metafile="index.xml.meta">
4597N/A<parentdocument href="../" />
5680N/A
5680N/A<title>Developer Documentation for Apache 2.0</title>
5680N/A
4597N/A<summary>
4597N/A <p>Many of the documents on these Developer pages are lifted
4597N/A from Apache 1.3's documentation. While they are all being
5877N/A updated to Apache 2.0, they are in different stages of
4597N/A progress. Please be patient, and point out any discrepancies or
4597N/A errors on the developer/ pages directly to the
5877N/A <a href="http://httpd.apache.org/lists.html#http-dev"
4597N/A >dev@httpd.apache.org</a> mailing list.</p>
4597N/A</summary>
5877N/A
4597N/A<section id="topics"><title>Topics</title>
4597N/A <ul>
4597N/A <li><a href="API.html">Apache 1.3 API Notes</a></li>
4597N/A <li><a href="hooks.html">Apache 2.0 Hook Functions</a></li>
4597N/A <li><a href="request.html">Request Processing in Apache 2.0</a></li>
4597N/A <li><a href="filters.html">How filters work in Apache 2.0</a></li>
5680N/A <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li>
5680N/A <li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
5680N/A <li><a href="documenting.html">Documenting Apache 2.0</a></li>
4597N/A <li><a href="thread_safety.html">Apache 2.0 Thread Safety Issues</a></li>
4597N/A </ul>
4597N/A</section>
4597N/A
4597N/A<section id="external"><title>External Resources</title>
5877N/A <ul>
4597N/A <li>Tools provided by Ian Holsman:
4597N/A <ul>
5877N/A <li><a href="http://lxr.webperf.org/">Apache 2 cross reference</a></li>
4597N/A <li><a href="http://docx.webperf.org/"
4597N/A >Autogenerated Apache 2 code documentation</a></li>
5877N/A </ul></li>
4597N/A
4597N/A <li>Module Development Tutorials by Kevin O'Donnell
4597N/A <ul>
4597N/A <li><a
4597N/A href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html"
>Integrating a module into the Apache build system</a></li>
<li><a
href="http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html"
>Handling configuration directives</a></li>
</ul></li>
<li><a href="http://www.onlamp.com/pub/ct/38">Some notes on
Apache module development by Ryan Bloom</a></li>
</ul>
</section>
</manualpage>