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/05/15 22:43:41 UTC

svn commit: r406737 - in /httpd/site/trunk/xdocs/cli: index.xml introduction.xml mod_aspdotnet.html

Author: wrowe
Date: Mon May 15 13:43:40 2006
New Revision: 406737

URL: http://svn.apache.org/viewcvs?rev=406737&view=rev
Log:

  Remove hints of 'cli'.  'cli' is gone.

Modified:
    httpd/site/trunk/xdocs/cli/index.xml
    httpd/site/trunk/xdocs/cli/introduction.xml
    httpd/site/trunk/xdocs/cli/mod_aspdotnet.html

Modified: httpd/site/trunk/xdocs/cli/index.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/index.xml?rev=406737&r1=406736&r2=406737&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/index.xml (original)
+++ httpd/site/trunk/xdocs/cli/index.xml Mon May 15 13:43:40 2006
@@ -1,22 +1,21 @@
 <?xml version="1.0"?>
 <document>
   <properties>
-    <author email="cli-dev@httpd.apache.org">cli-dev subproject team</author>
-    <title>Apache HTTP CLI Project</title>
+    <author email="dev@httpd.apache.org">httpd project team</author>
+    <title>Apache HTTP Project mod_aspdotnet component</title>
   </properties>
 <body>
 
 <section id="Welcome">
-<title>Welcome to the CLI sub-project of the Apache HTTP Server</title>
-
-<p>This project is focused on developing interfaces to the various Common
-Language Runtime (CLR) alternatives for .NET integration into the Apache HTTP 
-Server.  This is a subproject of the <a href="../">Apache HTTP Server Project</a>.</p>
+<title>Welcome to mod_aspdotnet for the Apache HTTP Server</title>
 
+<p>This module provides an alternative for ASP.NET integration from the
+into the Apache HTTP Server, on Win32 platforms only.  This module is an 
+effort of the <a href="../">Apache HTTP Server Project</a>.</p>
 </section>
 
 <section id="mod_aspdotnet">
-<title>mod_aspdotnet Apache HTTP Server 2.0 Module</title>
+<title>mod_aspdotnet Apache HTTP Server 2 Module</title>
 
 <p>mod_aspdotnet is an ASP.NET host interface to Microsoft's ASP.NET engine.
 It is implemented with an Apache.Web.dll assembly that provides ASP.NET with 
@@ -25,13 +24,14 @@
 
 <p>mod_aspdotnet works <strong>only</strong> with the .NET Framework version 
 1.0 and 1.1 at this time.  Flexibility for the 2.0 .NET Framework and beyond
-is being considered.</p>
+is under construction.</p>
 
 <p>This module is <strong>not</strong> compatible other .NET CLR interfaces,
-such as Rotor or Mono, and therefore it is only compatible with the WinNT
-port of Apache 2.0 and will only run on Windows NT SP6 and beyond (2000, XP,
-and 2003.)  There is no Microsoft support for ASP.NET under Windows 98 or 
-Windows ME, so we cannot support those pre-NT platforms.</p>
+such as Rotor or Mono, and is therefore only compatible with the WinNT
+port of Apache 2.0 or 2.2, and will only run on Windows NT SP6 and beyond 
+(2000, XP, and 2003.)  There is no Microsoft support for ASP.NET under 
+Windows 98 or Windows ME, so we cannot support those pre-NT platforms
+(although there are rumors that it happens to work).</p>
 
 <p>Users on non-Win32 platforms may wish to explore the 
 <a href="http://www.mono-project.com/about/index.html">mono project's</a>
@@ -65,27 +65,37 @@
 
 <p>Our mailing lists are open to the public.</p>
 
-<p><strong>Please</strong> use the cli-users list to discuss how to deploy your ASP.NET 
-applications, or discuss any problems you encounter.  The cli-dev list is reserved
+<p><strong>Please</strong> use the users list to discuss how to deploy your ASP.NET 
+applications, or discuss any problems you encounter.  The dev list is reserved
 for technical and detailed development discussions about mod_aspdotnet and the
 Apache.Web support framework.</p>
 
 <p>Subscription</p>
 <ul>
-<li><a href="mailto:cli-users-subscribe@httpd.apache.org">cli-users@httpd.apache.org</a>
- for ASP.NET developers and users of mod_aspdotnet</li>
-<li><a href="mailto:cli-dev-subscribe@httpd.apache.org">cli-dev@httpd.apache.org</a>
- for Apache httpd module development discussions</li>
+<li><a href="mailto:users-subscribe@httpd.apache.org">users@httpd.apache.org</a>
+ for httpd administrators and users, including mod_aspdotnet</li>
+<li><a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a>
+ for Apache httpd development discussions, including mod_aspdotnet</li>
 </ul>
 
 <p>Archives</p>
 <ul>
+<li><a href="http://mail-archives.apache.org/mod_mbox/httpd-users/"
+ >Apache httpd users Archives</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/httpd-dev/"
+ >Apache httpd dev Archives</a></li>
+<li><a href="http://httpd.apache.org/mail/users/">Apache httpd users Archives (raw mbox files)</a></li>
+<li><a href="http://httpd.apache.org/mail/dev/">Apache httpd dev Archives (raw mbox files)</a></li>
+</ul>
+
+<p>Older Archives (lists now closed)</p>
+<ul>
 <li><a href="http://mail-archives.apache.org/mod_mbox/httpd-cli-users/"
  >cli-users Archives</a></li>
 <li><a href="http://mail-archives.apache.org/mod_mbox/httpd-cli-dev/"
  >cli-dev Archives</a></li>
-<li><a href="http://httpd.apache.org/mail/cli-dev/">cli-dev Archives (raw mbox files)</a></li>
 <li><a href="http://httpd.apache.org/mail/cli-users/">cli-users Archives (raw mbox files)</a></li>
+<li><a href="http://httpd.apache.org/mail/cli-dev/">cli-dev Archives (raw mbox files)</a></li>
 </ul>
 </section>
 

Modified: httpd/site/trunk/xdocs/cli/introduction.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/introduction.xml?rev=406737&r1=406736&r2=406737&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/introduction.xml (original)
+++ httpd/site/trunk/xdocs/cli/introduction.xml Mon May 15 13:43:40 2006
@@ -1,33 +1,39 @@
 <?xml version="1.0"?>
 <document>
   <properties>
-    <author email="cli-users@httpd.apache.org">cli-users support team</author>
+    <author email="users@httpd.apache.org">Apache httpd users</author>
     <title>Introduction to mod_aspdotnet</title>
   </properties>
 <body>
 
-<section id="Project">
-<title>What is the cli (.NET) project?</title>
+<section id="Server">
+<title>What is the Apache HTTP Server?</title>
 
-<p>The cli subproject stands for Common Language Interfaces.  These include 
-only mod_aspdotnet today, but the developers in the cli subproject are looking 
-forward to building additional .NET flexibility into Apache HTTP Server.</p>
+<p>The Apache HTTP Server is a robust implementation of an HTTP/1.1 server
+which runs on Windows, various flavors of unix and other modern operating
+systems.  It is a modular framework, which allows modules supporting various
+features to be loaded, or not, as required by the administrator.</p>
+
+<p>The mod_aspdotnet module is provided only for the Windows operating system,
+and this module won't work for the other operating systems.  See the
+<a href="http://httpd.apache.org/mod_aspdotnet/">mod_aspdotnet main page</a>
+for alternatives available to users of other operating systems.</p>
 
 <p>This document will introduce you to all of the key concepts you might be
 unfamiliar with, introduce you to mod_aspdotnet and the purpose it serves,
 and what you can accomplish with it.  This document is a work in progress,
-feedback is welcome at the cli-users mailing list.</p>
+feedback is welcome at the users mailing list.</p>
 
-<p>See the <a href="http://httpd.apache.org/cli/">cli subproject site</a>
-for information about mailing lists, other resources and how to participate 
-in these ongoing efforts!</p>
+<p>See the <a href="http://httpd.apache.org/mod_aspdotnet/">mod_aspdotnet
+pages</a> for information about mailing lists, other resources and how to 
+participate in these ongoing efforts!</p>
 
 </section>
 <section id=".NET">
 <title>What Is .NET?</title>
 <p>Microsoft's marketing of .NET is a vision encompasing a wide spectrum of 
-technologies, not one specific new technology.  This leads to some confusion 
-about .NET development and what web development under .NET really entails.</p>.
+technologies, not one specific new technology.  This leads to much confusion 
+about .NET development, and what web development under .NET really entails.</p>
 
 <p>The deepest underpinning of .NET is a new program execution model, the CLR
 (Common Language Runtime), which hosts IL (Intermediate Language) code.  
@@ -69,14 +75,14 @@
 <section id="mod_aspdotnet">
 <title>What is mod_aspdotnet?</title>
 
-<p>This is actually two modules; mod_aspdotnet.so is an in-process 
+<p>This is actually two modules; the first, mod_aspdotnet.so, is an in-process 
 Apache 2.0 module, which starts the ASP.NET engine and hands off requests
 to the ASP.NET engine.  There is a second module compiled for .NET, which
-is Apache.Web.dll.  The Apache.Web.dll is loaded into Microsoft's ASP.NET
-host environment and dispatches request and response operations back to
+is named Apache.Web.dll.  The Apache.Web.dll is loaded into Microsoft's ASP.NET
+host environment, and dispatches request and response operations back to
 the mod_aspdotnet.so.  This combination of managed (.NET-side) and 
 unmanaged (Apache-side) code, running in the same process as the Apache 2.0 
-server, attains the optimal performance for serving ASP.NET content.  The 
+server, attains very optimal performance for serving ASP.NET content.  The 
 solution maintains tight compatibility with existing, IIS-hosted ASP.NET,
 because the same Microsoft ASP.NET hosting environment is running under 
 either of these scenarios.</p>
@@ -109,17 +115,19 @@
 
 <p>Microsoft's .NET Framework is available as a free download for Windows 2000 
 or 2003 Professional and Server versions, XP Professional, and .NET Server 
-platforms from <a href="http://asp.net/download.aspx">http://asp.net/download.aspx</a>.
+platforms from 
+<a href="http://asp.net/download.aspx">http://asp.net/download.aspx</a>.
 You must minimally install the .NET Framework Resdistributable version, while 
-developers will prefer to install the .NET Framework Software Development Kit, or 
-another .NET development tool such as VisualStudio .NET.</p>
+developers will prefer to install the .NET Framework Software Development Kit, 
+or another .NET development tool such as VisualStudio .NET.</p>
 
-<p>Once you download and install the mod_aspdotnet .msi package, it will install
-both mod_aspdotnet.so into your Apache2/modules/ directory, and the Apache.Web.dll
-into the Global Assembly Cache.  You then need to modify your Apache2/conf/httpd.conf
-file to load the mod_aspdotnet.so module, and declare what content you will serve.
-See the <a href="mod_aspdotnet">mod_aspdotnet</a> module documentation for the
-directives to add for a typical scenario, or follow the Example below.</p>
+<p>Once you download and install the mod_aspdotnet .msi package, it will 
+install both mod_aspdotnet.so into your Apache2/modules/ directory, and the 
+Apache.Web.dll into the Global Assembly Cache.  You then need to modify your 
+Apache2/conf/httpd.conf file to load the mod_aspdotnet.so module, and declare 
+what content you will serve.  See the <a href="mod_aspdotnet">mod_aspdotnet</a>
+module documentation for the directives to add for a typical scenario, or 
+follow the Example below.</p>
 
 </section>
 <section id="Example">
@@ -171,8 +179,7 @@
 </pre>
 
 <p>Configuring the VisualBasic.NET version is very similar, simply change the 
-<code>StoreCSVS</code> directory names above to the name 
-<code>StoreVBVS</code>.</p>
+<code>StoreCSVS</code> directory names above, to <code>StoreVBVS</code>.</p>
 
 </section>
 </body>

Modified: httpd/site/trunk/xdocs/cli/mod_aspdotnet.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/mod_aspdotnet.html?rev=406737&r1=406736&r2=406737&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/mod_aspdotnet.html (original)
+++ httpd/site/trunk/xdocs/cli/mod_aspdotnet.html Mon May 15 13:43:40 2006
@@ -15,7 +15,7 @@
 <p class="apache">Apache HTTP Server Version 2.0</p>
 <img alt="" src="http://httpd.apache.org/docs-2.0/images/feather.gif" /></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/cli/">CLI Subproject</a></div>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/mod_aspdotnet/">aspdotnet Module</a></div>
 <div id="page-content">
 <div id="preamble"><h1>Apache Module mod_aspdotnet</h1>
 <table class="module"><tr><th><a href="http://httpd.apache.org/docs-2.0/mod/module-dict.html#Description">Description:</a></th><td>Provides an interface for ASP.NET content between Apache HTTP
@@ -107,4 +107,4 @@
 <div id="footer">
 <p class="apache">Copyright 2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 </div>
-</body></html>
\ No newline at end of file
+</body></html>