home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252317_index.xml < prev    next >
Extensible Markup Language  |  2003-04-15  |  2KB  |  59 lines

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