SF.net SVN: mod-aspdotnet: [213] mod_aspdotnet2/trunk/docs/index.html
Brought to you by:
wrowe
From: <wr...@us...> - 2007-08-18 01:41:20
|
Revision: 213 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=213&view=rev Author: wrowe Date: 2007-08-17 18:41:18 -0700 (Fri, 17 Aug 2007) Log Message: ----------- Follow intro style Modified Paths: -------------- mod_aspdotnet2/trunk/docs/index.html Modified: mod_aspdotnet2/trunk/docs/index.html =================================================================== --- mod_aspdotnet2/trunk/docs/index.html 2007-08-18 00:41:46 UTC (rev 212) +++ mod_aspdotnet2/trunk/docs/index.html 2007-08-18 01:41:18 UTC (rev 213) @@ -37,29 +37,35 @@ </menu> </td> <!-- RIGHT SIDE INFORMATION --> - <td align="left" valign="top"> -<h2>Read This First</h2> -<p>mod_aspdotnet is a module for Apache HTTP Server 2.0.44 or later, running -on Windows, Windows NT Service Pack 6 or later (including 2000, 2003, and XP) -with the .NET Framework 1.1 (or 1.0), including Microsoft's ASP.NET hosting -framework. It was originally developed by Covalent Technologies, lived for -a time at the Apache Software Foundation and is now maintained by the +<td><table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td bgcolor="#525D76"> + <font color="#ffffff" face="arial,helvetica,sanserif"> + <a name="Server"><strong>Read This First</strong></a> + </font> + </td></tr> + <tr><td align="left" valign="top"> + +<p class="indent">mod_aspdotnet is a module for Apache HTTP Server 2.0.44 or +later, running on Windows, Windows NT Service Pack 6 or later (including 2000, +2003, XP and Vista) with the .NET Framework 1.1 (or 1.0), including Microsoft's +ASP.NET hosting framework. It was originally developed by Covalent Technologies, +lived for a time at the Apache Software Foundation and is now maintained by the <a href="http://sourceforge.net/projects/mod-aspdotnet">mod-aspdotnet project</a> hosted on SourceForge and sponsored by Covalent Technologies. It is not known to work on non-Windows platforms, with earlier versions of Apache, or 2.0 and later versions of the .NET framework. Consult the project's pages for more details.</p> -<p>mod_aspdotnet is available as an .msi for you to get running out of -the box. Simply ensure you have installed Apache HTTP Server 2.0 or 2.2 +<p class="indent">mod_aspdotnet is available as an .msi for you to get running +out of the box. Simply ensure you have installed Apache HTTP Server 2.0 or 2.2 first, and also the Microsoft .NET Framework 1.1, before you attempt to install it. Two flavors are provided, one for Apache 2.0 (2.0.44 or later) and the other for Apache 2.2. A new flavor will be required for later version of Apache web server.</p> -<p>The -src.zip files contain the sources of this module. It is not -trivial to build and run without a bit of understanding, it is much +<p class="indent">The -src.zip files contain the sources of this module. +It is not trivial to build and run without a bit of understanding, it is much easier for most users to simply install the .msi. Note that at present, it can only be built under Microsoft Visual Studio .NET (2002), and not the later 2003 or 2005 Studio products, due to major changes in the way @@ -69,10 +75,11 @@ to helping contribute to the mod-aspdotnet project! Or stay tuned for the availability of the .NET 2.0 flavor.</p> -<p>We have an <a href="introduction.html">introduction</a> to help you get -started, and a <a href="mod_aspdotnet.html">module reference</a> to detail -the particulars of configuring the module.</p> +<p class="indent">We have an <a href="introduction.html">introduction</a> to +help you get started, and a <a href="mod_aspdotnet.html">module reference</a> +to detail the particulars of configuring the module.</p> +</td></tr></table> </td> </tr> <!-- FOOTER --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |