You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/07/19 08:57:29 UTC

svn commit: r423385 - in /httpd/site/trunk: docs/mod_aspdotnet/ docs/modules/index.html xdocs/mod_aspdotnet/ xdocs/modules/index.xml

Author: wrowe
Date: Tue Jul 18 23:57:28 2006
New Revision: 423385

URL: http://svn.apache.org/viewvc?rev=423385&view=rev
Log:

  The magic of a /mod_aspdotnet.* -> /modules/#mod_aspdotnet rewrite is needed
  to make this work out correctly.

Removed:
    httpd/site/trunk/docs/mod_aspdotnet/
    httpd/site/trunk/xdocs/mod_aspdotnet/
Modified:
    httpd/site/trunk/docs/modules/index.html
    httpd/site/trunk/xdocs/modules/index.xml

Modified: httpd/site/trunk/docs/modules/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/modules/index.html?rev=423385&r1=423384&r2=423385&view=diff
==============================================================================
--- httpd/site/trunk/docs/modules/index.html (original)
+++ httpd/site/trunk/docs/modules/index.html Tue Jul 18 23:57:28 2006
@@ -90,23 +90,6 @@
            <table border="0" cellspacing="0" cellpadding="2" width="100%">
  <tr><td bgcolor="#525D76">
   <font color="#ffffff" face="arial,helvetica,sanserif">
-   <a name="mod_aspdotnet"><strong>mod_aspdotnet</strong></a>
-  </font>
- </td></tr>
- <tr><td>
-  <blockquote>
-<p>Do you want to have ASP.NET embedded in your Win32 server?
-Try <a href="http://httpd.apache.org/mod_aspdotnet/">mod_aspdotnet</a>.</p>
-<p>This works only for Apache 2.0 on the Win32 platform.  The
-<a href="http://httpd.apache.org/mod_aspdotnet/">mod_aspdotnet</a> provides
-this feature support, including a pointer to the mono project (not
-affiliated with the Apache Software Foundation) for non-Win32 users.</p>
-  </blockquote>
- </td></tr>
-</table>
-           <table border="0" cellspacing="0" cellpadding="2" width="100%">
- <tr><td bgcolor="#525D76">
-  <font color="#ffffff" face="arial,helvetica,sanserif">
    <a name="mod_mbox"><strong>mod_mbox</strong></a>
   </font>
  </td></tr>
@@ -171,6 +154,21 @@
 <li>ViewCVS: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_smtpd">mod_smtpd</a></li>
 <li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a></li>
 </ul>
+  </blockquote>
+ </td></tr>
+</table>
+           <table border="0" cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#525D76">
+  <font color="#ffffff" face="arial,helvetica,sanserif">
+   <a name="mod_aspdotnet"><strong>mod_aspdotnet (retired)</strong></a>
+  </font>
+ </td></tr>
+ <tr><td>
+  <blockquote>
+<p>The mod_aspdotnet module has been retired by the project.  You will find
+the old release at http://archive.apache.org/dist/httpd/mod_aspdotnet/, however
+there is no further support or effort on this module from the httpd project.
+</p>
   </blockquote>
  </td></tr>
 </table>

Modified: httpd/site/trunk/xdocs/modules/index.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/modules/index.xml?rev=423385&r1=423384&r2=423385&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/modules/index.xml (original)
+++ httpd/site/trunk/xdocs/modules/index.xml Tue Jul 18 23:57:28 2006
@@ -28,19 +28,6 @@
 
 </section>
 
-<section id="mod_aspdotnet">
-<title>mod_aspdotnet</title>
-
-<p>Do you want to have ASP.NET embedded in your Win32 server?
-Try <a href="http://httpd.apache.org/mod_aspdotnet/">mod_aspdotnet</a>.</p>
-
-<p>This works only for Apache 2.0 on the Win32 platform.  The
-<a href="http://httpd.apache.org/mod_aspdotnet/">mod_aspdotnet</a> provides
-this feature support, including a pointer to the mono project (not
-affiliated with the Apache Software Foundation) for non-Win32 users.</p>
-
-</section>
-
 <section id="mod_mbox">
 <title>mod_mbox</title>
 
@@ -89,6 +76,16 @@
 <li>ViewCVS: <a href="http://svn.apache.org/viewcvs.cgi/httpd/mod_smtpd">mod_smtpd</a></li>
 <li>Mailing list: <a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a></li>
 </ul>
+</section>
+
+<section id="mod_aspdotnet">
+<title>mod_aspdotnet (retired)</title>
+
+<p>The mod_aspdotnet module has been retired by the project.  You will find
+the old release at http://archive.apache.org/dist/httpd/mod_aspdotnet/, however
+there is no further support or effort on this module from the httpd project.
+</p>
+
 </section>
 
 </body>