]> granicus.if.org Git - apache/blob - docs/manual/developer/index.xml
add the metafile attribute to all xml files.
[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
5 <manualpage metafile="index.xml.meta">
6 <relativepath href=".."/>
7 <parentdocument href="../" />
8
9 <title>Developer Documentation for Apache 2.0</title>
10
11 <summary>
12     <p>Many of the documents on these Developer pages are lifted
13     from Apache 1.3's documentation. While they are all being
14     updated to Apache 2.0, they are in different stages of
15     progress. Please be patient, and point out any discrepancies or
16     errors on the developer/ pages directly to the
17     <a href="http://httpd.apache.org/lists.html#http-dev"
18     >dev@httpd.apache.org</a> mailing list.</p>
19 </summary>
20
21 <section id="topics"><title>Topics</title>
22     <ul>
23       <li><a href="API.html">Apache 1.3 API Notes</a></li>
24       <li><a href="hooks.html">Apache 2.0 Hook Functions</a></li>
25       <li><a href="request.html">Request Processing in Apache 2.0</a></li>
26       <li><a href="filters.html">How filters work in Apache 2.0</a></li>
27       <li><a href="modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li>
28       <li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
29       <li><a href="documenting.html">Documenting Apache 2.0</a></li>
30       <li><a href="thread_safety.html">Apache 2.0 Thread Safety Issues</a></li>
31     </ul>
32 </section>
33
34 <section id="external"><title>External Resources</title>
35     <ul>
36       <li>Tools provided by Ian Holsman:
37       <ul>
38         <li><a href="http://lxr.webperf.org/">Apache 2 cross reference</a></li>
39         <li><a href="http://docx.webperf.org/"
40         >Autogenerated Apache 2 code documentation</a></li>
41       </ul></li>
42
43       <li>Module Development Tutorials by Kevin O'Donnell
44       <ul>
45         <li><a
46         href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html"
47         >Integrating a module into the Apache build system</a></li>
48
49         <li><a
50         href="http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html"
51         >Handling configuration directives</a></li>
52       </ul></li>
53
54       <li><a href="http://www.onlamp.com/pub/ct/38">Some notes on 
55       Apache module development by Ryan Bloom</a></li>
56     </ul>
57 </section>
58 </manualpage>
59