You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/03/02 12:19:25 UTC

svn commit: r917968 - in /tomcat/tc6.0.x/trunk/res: welcome.bin.html welcome.main.html

Author: kkolinko
Date: Tue Mar  2 11:19:24 2010
New Revision: 917968

URL: http://svn.apache.org/viewvc?rev=917968&view=rev
Log:
Use definitions list instead of unordered list.
Add information about extras and sources.
Add charset information to the <META> tag.

Modified:
    tomcat/tc6.0.x/trunk/res/welcome.bin.html
    tomcat/tc6.0.x/trunk/res/welcome.main.html

Modified: tomcat/tc6.0.x/trunk/res/welcome.bin.html
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/welcome.bin.html?rev=917968&r1=917967&r2=917968&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/res/welcome.bin.html (original)
+++ tomcat/tc6.0.x/trunk/res/welcome.bin.html Tue Mar  2 11:19:24 2010
@@ -16,19 +16,18 @@
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD><TITLE>Apache Tomcat @VERSION@</TITLE>
-<META http-equiv=Content-Type content="text/html">
+<META http-equiv=Content-Type content="text/html;charset=ISO-8859-1">
 </HEAD>
 <BODY>
 <P>
 <H3>Apache Tomcat @VERSION@</H3>
 <P></P>
-<p>Useful references:
+<p>Useful references:</p>
 <ul>
 <li><a href="../RELEASE-NOTES">Release notes</a>, with important information 
 about known issues</li>
 <li><a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/changelog.html">Changelog</a></li>
 </ul>
-</p>
 
 <p><b>NOTE: The tar files in this distribution use GNU tar extensions, 
 and must be untarred with a GNU compatible version of tar. The version 
@@ -39,17 +38,46 @@
 RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.
 </font></p>
 
-<p>Packaging Details (or "What Should I Download?")
-  <ul>
-    <li>apache-tomcat-[version].zip or .tar.gz: base distribution.  These distributions do not include the Windows service wrapper nor the compiled APR/native for Windows.</li>
-    <li>apache-tomcat-[version].exe: 32-bit/64-bit Windows installer for Tomcat.  Please note that while this distribution includes the vast majority of the base distribution, some of the command-line scripts for launching Tomcat are not included.  This distribution is intended for those users planning to launch Tomcat through the Windows shortcuts or services.</li>
-    <li>apache-tomcat-[version]-windows-x86.zip: 32-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native for Windows for use with 32-bit JVMs on both 32 and 64 bit Windows platforms.</li>
-    <li>apache-tomcat-[version]-windows-x64.zip: 64-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native for Windows for use with 64-bit JVMs on x64 Windows platforms.</li>
-    <li>apache-tomcat-[version]-windows-i64.zip: 64-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native for Windows for use with 64-bit JVMs on i64 Windows platforms.</li>
-    <li>apache-tomcat-[version]-deployer.zip or .tar.gz: the standalone Tomcat Web Application Deployer.</li>
-    <li>apache-tomcat-[version]-fulldocs.tar.gz: the Tomcat documentation bundle, including complete javadocs.</li>
-  </ul>
-</p>
+<h4>Packaging Details (or "What Should I Download?")</h4>
+<dl>
+<dt><b>bin/</b></dt>
+<dd><dl>
+  <dt>apache-tomcat-[version].zip or .tar.gz</dt>
+    <dd>Base distribution. These distributions do not include the Windows
+    service wrapper nor the compiled APR/native library for Windows.</dd>
+  <dt>apache-tomcat-[version].exe</dt>
+    <dd>32-bit/64-bit Windows installer for Tomcat. &nbsp; Please note that while this
+    distribution includes the vast majority of the base distribution, some of the
+    command-line scripts for launching Tomcat are not included.  This distribution
+    is intended for those users planning to launch Tomcat through the Windows
+    shortcuts or services.</dd>
+  <dt>apache-tomcat-[version]-windows-x86.zip</dt>
+    <dd>32-bit Windows specific distribution that includes the Windows service
+    wrapper and the compiled APR/native library for use with 32-bit JVMs on both
+    32 and 64 bit Windows platforms.</dd>
+  <dt>apache-tomcat-[version]-windows-x64.zip</dt>
+    <dd>64-bit Windows specific distribution that includes the Windows service
+    wrapper and the compiled APR/native library for use with 64-bit JVMs on
+    x64 Windows platforms.</dd>
+  <dt>apache-tomcat-[version]-windows-i64.zip</dt>
+    <dd>64-bit Windows specific distribution that includes the Windows service
+    wrapper and the compiled APR/native library for use with 64-bit JVMs on
+    Itanium 64-bit Windows platforms.</dd>
+  <dt>apache-tomcat-[version]-deployer.zip or .tar.gz</dt>
+    <dd>The standalone Tomcat Web Application Deployer.</dd>
+  <dt>apache-tomcat-[version]-fulldocs.tar.gz</dt>
+    <dd>The Tomcat documentation bundle, including complete javadocs.</dd>
+</dl></dd>
+<dt><b>bin/extras/</b></dt>
+<dd>Additional components. See
+  <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">documentation</a>.</dd>
+<dt><b>src/</b></dt>
+<dd><dl>
+  <dt>apache-tomcat-[version].zip or .tar.gz</dt>
+    <dd>The source code. See
+    <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/building.html">building instructions</a>.</dd>
+</dl></dd>
+</dl>
 
 <P>Thank you for using <A href="http://tomcat.apache.org/">Tomcat</A>!. 
 </P>

Modified: tomcat/tc6.0.x/trunk/res/welcome.main.html
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/welcome.main.html?rev=917968&r1=917967&r2=917968&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/res/welcome.main.html (original)
+++ tomcat/tc6.0.x/trunk/res/welcome.main.html Tue Mar  2 11:19:24 2010
@@ -16,19 +16,18 @@
 -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD><TITLE>Apache Tomcat @VERSION@</TITLE>
-<META http-equiv=Content-Type content="text/html">
+<META http-equiv=Content-Type content="text/html;charset=ISO-8859-1">
 </HEAD>
 <BODY>
 <P>
 <H3>Apache Tomcat @VERSION@</H3>
 <P></P>
-<p>Useful references:
+<p>Useful references:</p>
 <ul>
 <li><a href="RELEASE-NOTES">Release notes</a>, with important information 
 about known issues</li>
 <li><a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/changelog.html">Changelog</a></li>
 </ul>
-</p>
 
 <p><b>NOTE: The tar files in this distribution use GNU tar extensions, 
 and must be untarred with a GNU compatible version of tar. The version 
@@ -39,17 +38,46 @@
 RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.
 </font></p>
 
-<p>Packaging Details (or "What Should I Download?")
-  <ul>
-    <li>apache-tomcat-[version].zip or .tar.gz: base distribution.  These distributions do not include the Windows service wrapper nor the compiled APR/native library for Windows.</li>
-    <li>apache-tomcat-[version].exe: 32-bit/64-bit Windows installer for Tomcat.  Please note that while this distribution includes the vast majority of the base distribution, some of the command-line scripts for launching Tomcat are not included.  This distribution is intended for those users planning to launch Tomcat through the Windows shortcuts or services.</li>
-    <li>apache-tomcat-[version]-windows-x86.zip: 32-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native library for use with 32-bit JVMs on both 32 and 64 bit Windows platforms.</li>
-    <li>apache-tomcat-[version]-windows-x64.zip: 64-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native library for use with 64-bit JVMs on x64 Windows platforms.</li>
-    <li>apache-tomcat-[version]-windows-i64.zip: 64-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native library for use with 64-bit JVMs on i64 Windows platforms.</li>
-    <li>apache-tomcat-[version]-deployer.zip or .tar.gz: the standalone Tomcat Web Application Deployer.</li>
-    <li>apache-tomcat-[version]-fulldocs.tar.gz: the Tomcat documentation bundle, including complete javadocs.</li>
-  </ul>
-</p>
+<h4>Packaging Details (or "What Should I Download?")</h4>
+<dl>
+<dt><b>bin/</b></dt>
+<dd><dl>
+  <dt>apache-tomcat-[version].zip or .tar.gz</dt>
+    <dd>Base distribution. These distributions do not include the Windows
+    service wrapper nor the compiled APR/native library for Windows.</dd>
+  <dt>apache-tomcat-[version].exe</dt>
+    <dd>32-bit/64-bit Windows installer for Tomcat. &nbsp; Please note that while this
+    distribution includes the vast majority of the base distribution, some of the
+    command-line scripts for launching Tomcat are not included.  This distribution
+    is intended for those users planning to launch Tomcat through the Windows
+    shortcuts or services.</dd>
+  <dt>apache-tomcat-[version]-windows-x86.zip</dt>
+    <dd>32-bit Windows specific distribution that includes the Windows service
+    wrapper and the compiled APR/native library for use with 32-bit JVMs on both
+    32 and 64 bit Windows platforms.</dd>
+  <dt>apache-tomcat-[version]-windows-x64.zip</dt>
+    <dd>64-bit Windows specific distribution that includes the Windows service
+    wrapper and the compiled APR/native library for use with 64-bit JVMs on
+    x64 Windows platforms.</dd>
+  <dt>apache-tomcat-[version]-windows-i64.zip</dt>
+    <dd>64-bit Windows specific distribution that includes the Windows service
+    wrapper and the compiled APR/native library for use with 64-bit JVMs on
+    Itanium 64-bit Windows platforms.</dd>
+  <dt>apache-tomcat-[version]-deployer.zip or .tar.gz</dt>
+    <dd>The standalone Tomcat Web Application Deployer.</dd>
+  <dt>apache-tomcat-[version]-fulldocs.tar.gz</dt>
+    <dd>The Tomcat documentation bundle, including complete javadocs.</dd>
+</dl></dd>
+<dt><b>bin/extras/</b></dt>
+<dd>Additional components. See
+  <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">documentation</a>.</dd>
+<dt><b>src/</b></dt>
+<dd><dl>
+  <dt>apache-tomcat-[version].zip or .tar.gz</dt>
+    <dd>The source code. See
+    <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/building.html">building instructions</a>.</dd>
+</dl></dd>
+</dl>
 
 <P>Thank you for using <A href="http://tomcat.apache.org/">Tomcat</A>!. 
 </P>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org