You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/03/15 16:26:00 UTC

svn commit: r923287 - in /tomcat/jk/trunk/xdocs: generic_howto/quick.xml style.xsl

Author: rjung
Date: Mon Mar 15 15:26:00 2010
New Revision: 923287

URL: http://svn.apache.org/viewvc?rev=923287&view=rev
Log:
Tab police, remove trailing spaces.
No actual content change.

Modified:
    tomcat/jk/trunk/xdocs/generic_howto/quick.xml
    tomcat/jk/trunk/xdocs/style.xsl

Modified: tomcat/jk/trunk/xdocs/generic_howto/quick.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/generic_howto/quick.xml?rev=923287&r1=923286&r2=923287&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/generic_howto/quick.xml (original)
+++ tomcat/jk/trunk/xdocs/generic_howto/quick.xml Mon Mar 15 15:26:00 2010
@@ -72,26 +72,26 @@
    more complete <a href="../webserver_howto/apache.html">separate HowTo for Apache</a> is available.
 </p>
 <p>
-	You should first have <b>mod_jk.so</b> (unix) or <b>mod_jk.dll</b> (Windows) installed
-	in your Apache module directory (see your Apache documentation to locate it).
+  You should first have <b>mod_jk.so</b> (unix) or <b>mod_jk.dll</b> (Windows) installed
+  in your Apache module directory (see your Apache documentation to locate it).
 </p>
 <p>
-	Usual locations for modules directory on Unix:
-	<ul>
-	<li>/usr/lib/apache/</li>
-	<li>/usr/lib/apache2/</li>
-	<li>/usr/local/apache/libexec/</li>
-	</ul>
+  Usual locations for modules directory on Unix:
+  <ul>
+  <li>/usr/lib/apache/</li>
+  <li>/usr/lib/apache2/</li>
+  <li>/usr/local/apache/libexec/</li>
+  </ul>
 </p>
 <p>
-	Usual locations for modules directory on Windows :
-	<ul>
-	<li>C:\Program Files\Apache Group\Apache\modules\</li>
-	<li>C:\Program Files\Apache Group\Apache2\modules\</li>
-	</ul>
+  Usual locations for modules directory on Windows :
+  <ul>
+  <li>C:\Program Files\Apache Group\Apache\modules\</li>
+  <li>C:\Program Files\Apache Group\Apache2\modules\</li>
+  </ul>
 </p>
 <p>
-	You'll find a link to prebuilt binaries
+  You'll find a link to prebuilt binaries
         <a href="http://tomcat.apache.org/download-connectors.cgi/">here</a>
 </p>
 <p>
@@ -99,19 +99,19 @@
     included from another file:
 </p>    
 <p>
-	Usual locations for configuration directory on Unix:
-	<ul>
-	<li>/etc/httpd/conf/</li>
-	<li>/etc/httpd2/conf/</li>
-	<li>/usr/local/apache/conf/</li>
-	</ul>
+  Usual locations for configuration directory on Unix:
+  <ul>
+  <li>/etc/httpd/conf/</li>
+  <li>/etc/httpd2/conf/</li>
+  <li>/usr/local/apache/conf/</li>
+  </ul>
 </p>
 <p>
-	Usual locations for configuration directory on Windows :
-	<ul>
-	<li>C:\Program Files\Apache Group\Apache\conf\</li>
-	<li>C:\Program Files\Apache Group\Apache2\conf\</li>
-	</ul>
+  Usual locations for configuration directory on Windows :
+  <ul>
+  <li>C:\Program Files\Apache Group\Apache\conf\</li>
+  <li>C:\Program Files\Apache Group\Apache2\conf\</li>
+  </ul>
 </p>
 <p>
 <source>
@@ -143,7 +143,7 @@
 
 <section name="Minimum IIS web server configuration">
 <p>
-	A separate <a href="../webserver_howto/iis.html">HowTo for the IIS web server</a> is available.
+  A separate <a href="../webserver_howto/iis.html">HowTo for the IIS web server</a> is available.
 </p>
 <todo>
 More information to be added!
@@ -152,7 +152,7 @@ More information to be added!
 
 <section name="Minimum NES/iPlanet/Sun web server configuration">
 <p>
-	A separate <a href="../webserver_howto/nes.html">HowTo for the Netscape/iPlanet/Sun web server</a> is available.
+  A separate <a href="../webserver_howto/nes.html">HowTo for the Netscape/iPlanet/Sun web server</a> is available.
 <todo>
 More information to be added?
 </todo>
@@ -162,7 +162,7 @@ More information to be added?
 
 <section name="Test your configuration">
 <p>
-	(Re)start the web server and browse to the <a href="http://localhost/examples/">http://localhost/examples/</a>
+  (Re)start the web server and browse to the <a href="http://localhost/examples/">http://localhost/examples/</a>
 </p>
 
 </section>

Modified: tomcat/jk/trunk/xdocs/style.xsl
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/style.xsl?rev=923287&r1=923286&r2=923287&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/style.xsl (original)
+++ tomcat/jk/trunk/xdocs/style.xsl Mon Mar 15 15:26:00 2010
@@ -68,7 +68,7 @@
       <meta name="author" value="{$name}"/>
       <meta name="email" value="{$email}"/>
     </xsl:for-each>
-    <link href="{$relative-path}/style.css" type="text/css" rel="stylesheet"/>    
+    <link href="{$relative-path}/style.css" type="text/css" rel="stylesheet"/>
     </head>
 
     <body bgcolor="{$body-bg}" text="{$body-fg}" link="{$body-link}"
@@ -264,14 +264,14 @@
     <table border="1" cellpadding="5">
       <tr>
         <th width="20%" bgcolor="{$attributes-color}">
-     	  <xsl:choose>
+          <xsl:choose>
             <xsl:when test="@name != ''">
                <font color="#ffffff"><xsl:value-of select="@name"/></font>
             </xsl:when>
             <xsl:otherwise>
                <font color="#ffffff">Attribute</font>
             </xsl:otherwise>
-          </xsl:choose>          
+          </xsl:choose>
         </th>
         <th width="80%" bgcolor="{$attributes-color}">
           <font color="#ffffff">Description</font>
@@ -319,18 +319,18 @@
               <code><xsl:value-of select="@name"/></code>
             </xsl:if>
           </td>
-     	  <xsl:choose>
+            <xsl:choose>
             <xsl:when test="@default != ''">
-               <td align="center" valign="center">          
+               <td align="center" valign="center">
                <code><xsl:value-of select="@default"/></code>
               </td>
             </xsl:when>
             <xsl:otherwise>
-              <td align="center" valign="center">          
+              <td align="center" valign="center">
               <code>-</code>
               </td>
             </xsl:otherwise>
-          </xsl:choose>          
+          </xsl:choose>
           <td align="left" valign="center">
             <xsl:apply-templates/>
           </td>
@@ -366,30 +366,30 @@
               <code><xsl:value-of select="@name"/></code>
             </xsl:if>
           </td>
-     	  <xsl:choose>
+          <xsl:choose>
             <xsl:when test="@workers != ''">
-               <td align="left" valign="center">          
+               <td align="left" valign="center">
                <code><xsl:value-of select="@workers"/></code>
               </td>
             </xsl:when>
             <xsl:otherwise>
-              <td align="left" valign="center">          
+              <td align="left" valign="center">
               <code>?</code>
               </td>
             </xsl:otherwise>
-          </xsl:choose>          
-     	  <xsl:choose>
+          </xsl:choose>
+          <xsl:choose>
             <xsl:when test="@default != ''">
-               <td align="center" valign="center">          
+               <td align="center" valign="center">
                <code><xsl:value-of select="@default"/></code>
               </td>
             </xsl:when>
             <xsl:otherwise>
-              <td align="center" valign="center">          
+              <td align="center" valign="center">
               <code>-</code>
               </td>
             </xsl:otherwise>
-          </xsl:choose>          
+          </xsl:choose>
           <td align="left" valign="center">
             <xsl:apply-templates/>
           </td>
@@ -420,30 +420,30 @@
           <td align="left" valign="center">
             <code><xsl:value-of select="@name"/></code>
           </td>
-     	  <xsl:choose>
+          <xsl:choose>
             <xsl:when test="@successor != ''">
-               <td align="center" valign="center">          
+               <td align="center" valign="center">
                <code><xsl:value-of select="@successor"/></code>
               </td>
             </xsl:when>
             <xsl:otherwise>
-              <td align="center" valign="center">          
+              <td align="center" valign="center">
               <code>-</code>
               </td>
             </xsl:otherwise>
-          </xsl:choose>          
-     	  <xsl:choose>
+          </xsl:choose>
+          <xsl:choose>
             <xsl:when test="@default != ''">
-               <td align="center" valign="center">          
+               <td align="center" valign="center">
                <code><xsl:value-of select="@default"/></code>
               </td>
             </xsl:when>
             <xsl:otherwise>
-              <td align="center" valign="center">          
+              <td align="center" valign="center">
               <code>-</code>
               </td>
             </xsl:otherwise>
-          </xsl:choose>          
+          </xsl:choose>
           <td align="left" valign="center">
             <xsl:apply-templates/>
           </td>
@@ -477,7 +477,7 @@
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>
-    
+
   <!-- Warning -->
   <xsl:template match="warn">
     <p>
@@ -592,7 +592,7 @@
       </xsl:if>
     </p>
   </xsl:template>
- 
+
   <!-- Screens -->
 
   <xsl:template match="screen">
@@ -608,7 +608,7 @@
       </div>
     </p>
   </xsl:template>
-  
+
   <xsl:template match="note">
     <div class="screen">
       <xsl:value-of select="text()"/>
@@ -656,7 +656,7 @@
     </code>
     <br/>
   </xsl:template>
- 
+
   <xsl:template match="type5250">
     <code>
       <nobr>
@@ -674,7 +674,7 @@
   <xsl:template match="typenext">
     <code>
       <nobr>
-        <em class="screen">        
+        <em class="screen">
           <xsl:text> </xsl:text>
         </em>
         <xsl:if test="string-length(text()) > 0">
@@ -684,7 +684,7 @@
     </code>
     <br/>
   </xsl:template>
-   
+
   <xsl:template match="read">
     <code class="screen">
       <nobr>
@@ -697,8 +697,8 @@
   <xsl:template match="enter">
     <b class="screen"><xsl:value-of select="text()"/></b>
   </xsl:template>
- 
-  
+
+
 
   <!-- Process everything else by just passing it through -->
   <xsl:template match="*|@*">



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