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 2014/10/26 16:31:35 UTC

svn commit: r1634352 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Sun Oct 26 15:31:35 2014
New Revision: 1634352

URL: http://svn.apache.org/r1634352
Log:
proposal

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1634352&r1=1634351&r2=1634352&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Oct 26 15:31:35 2014
@@ -103,6 +103,25 @@ PATCHES PROPOSED TO BACKPORT:
   +1: kkolinko, schultz
   -1:
 
+* Configure javadoc tool to read sources as ISO-8859-1, suppress timestamp
+  comments and enable charset header.
+
+  Motivation:
+  Timestamp comments: Those comments result in one changed line per each
+  HTML file, which makes the diff between different versions of
+  documentation unnecessary huge. I expect that the effect will be
+  noticeable when publishing documentation for version (next+1). The diff
+  between versions (next) and (next+1) will be smaller and easier to review.
+
+  Charset header: The rest of Tomcat 6 documentation already has <META>
+  header with charset information in generated HTML. This enables it for
+  Javadoc as well.
+
+  https://people.apache.org/~kkolinko/patches/2014-10-26_tc6_javadoc_timestamp.patch
+  +1: kkolinko
+  -1:
+
+
 PATCHES/ISSUES THAT ARE STALLED:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44312



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