You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/09 22:34:51 UTC

svn commit: r1311427 - in /httpd/httpd/trunk/docs/manual/developer: index.html.en index.xml

Author: humbedooh
Date: Mon Apr  9 20:34:51 2012
New Revision: 1311427

URL: http://svn.apache.org/viewvc?rev=1311427&view=rev
Log:
Added a link to the new guide

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?rev=1311427&r1=1311426&r2=1311427&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/index.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/index.html.en Mon Apr  9 20:34:51 2012
@@ -38,6 +38,7 @@
 <h2><a name="topics" id="topics">Topics</a></h2>
     <ul>
       <li><a href="new_api_2_4.html">API changes in Apache 2.3/2.4</a></li>
+      <li><a href="modguide.html">Developing modules for Apache 2.4</a></li>
       <li><a href="hooks.html">Apache 2.x Hook Functions</a></li>
       <li><a href="request.html">Request Processing in Apache 2.x</a></li>
       <li><a href="filters.html">How filters work in Apache 2.x</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?rev=1311427&r1=1311426&r2=1311427&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/index.xml Mon Apr  9 20:34:51 2012
@@ -39,6 +39,7 @@
 <section id="topics"><title>Topics</title>
     <ul>
       <li><a href="new_api_2_4.html">API changes in Apache 2.3/2.4</a></li>
+      <li><a href="modguide.html">Developing modules for Apache 2.4</a></li>
       <li><a href="hooks.html">Apache 2.x Hook Functions</a></li>
       <li><a href="request.html">Request Processing in Apache 2.x</a></li>
       <li><a href="filters.html">How filters work in Apache 2.x</a></li>