Author: jim
Date: Mon Mar 19 13:19:49 2007
New Revision: 520082
URL: http://svn.apache.org/viewvc?view=rev&rev=520082
Log:
And note its existance on the dev doc page
Modified:
httpd/httpd/trunk/docs/manual/developer/index.html.en
httpd/httpd/trunk/docs/manual/developer/index.xml
Modified: httpd/httpd/trunk/docs/manual/developer/index.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/index.html.en?view=diff&rev=520082&r1=520081&r2=520082
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/index.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/index.html.en Mon Mar 19 13:19:49 2007
@@ -39,6 +39,7 @@
<li><a href="hooks.html">Apache 2.0 Hook Functions</a></li>
<li><a href="request.html">Request Processing in Apache 2.0</a></li>
<li><a href="filters.html">How filters work in Apache 2.0</a></li>
+ <li><a href="output-filters.html">Guidelines for output filters in Apache
2.0</a></li>
<li><a href="modules.html">Converting Modules from Apache 1.3 to Apache
2.0</a></li>
<li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
<li><a href="documenting.html">Documenting Apache 2.0</a></li>
Modified: httpd/httpd/trunk/docs/manual/developer/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/index.xml?view=diff&rev=520082&r1=520081&r2=520082
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/index.xml Mon Mar 19 13:19:49 2007
@@ -41,6 +41,7 @@
<li><a href="hooks.html">Apache 2.0 Hook Functions</a></li>
<li><a href="request.html">Request Processing in Apache 2.0</a></li>
<li><a href="filters.html">How filters work in Apache 2.0</a></li>
+ <li><a href="output-filters.html">Guidelines for output filters in Apache
2.0</a></li>
<li><a href="modules.html">Converting Modules from Apache 1.3 to Apache
2.0</a></li>
<li><a href="debugging.html">Debugging Memory Allocation in APR</a></li>
<li><a href="documenting.html">Documenting Apache 2.0</a></li>
|