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 2013/01/10 09:46:24 UTC

svn commit: r1431211 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/tomcat-docs.xsl

Author: kkolinko
Date: Thu Jan 10 08:46:23 2013
New Revision: 1431211

URL: http://svn.apache.org/viewvc?rev=1431211&view=rev
Log:
Merged revision 1431206 from tomcat/trunk:
Tweak wording of the notice in the "comments" section.
Added comments feature to the changelog.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1431206

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1431211&r1=1431210&r2=1431211&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Jan 10 08:46:23 2013
@@ -192,6 +192,12 @@
         <code>sslProtocol</code> within the documentation web application.
         (markt)
       </fix>
+      <add>
+        Integrate documentation of Tomcat 7 with Apache Comments System.
+        People can leave their comments when reading documentation online
+        at the <a href="http://tomcat.apache.org/">tomcat.apache.org</a>
+        site. (rjung)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Other">

Modified: tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl?rev=1431211&r1=1431210&r2=1431211&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl Thu Jan 10 08:46:23 2013
@@ -194,9 +194,10 @@
               <a href="{$commentslink}">here</a>.
               Comments should be pointed towards suggestions on improving the documentation
               or server, and may be removed again by our moderators if they are either
-              implemented or considered invalid/off-topic.
-              Questions on how to manage Apache Tomcat should be directed
-              to our <a href="http://tomcat.apache.org/lists.html">mailing lists</a>.</p>
+              implemented or considered invalid/off-topic.<br/><br/>
+              Questions on how to configure or use Apache Tomcat should be directed
+              to our <a href="http://tomcat.apache.org/lists.html">mailing lists</a>.
+              If you need help, ask on the users mailing list.</p>
               <script type="text/javascript">
               <xsl:text disable-output-escaping="yes"><![CDATA[<!--//--><![CDATA[//><!--
               var comments_shortname = 'tomcat';



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