2011/6/25 <ma...@apache.org>: > Author: markt > Date: Sat Jun 25 17:47:46 2011 > New Revision: 1139576 > > URL: http://svn.apache.org/viewvc?rev=1139576&view=rev > Log: > Add an upgrade page to the documentation that can be used to determine the > changes in any of the configuration files between two given versions.
(...) > +<input type="hidden" name="diff_format" value="h"/> > +<select name="r1"> > +<option value="954232">7.0.0</option> > +<option value="982035">7.0.2</option> > +<option value="1022637">7.0.4</option> > +<option value="1038717">7.0.5</option> > +<option value="1057288">7.0.6</option> > +<option value="1067169">7.0.8</option> > +<option value="1078282">7.0.10</option> > +<option value="1080182">7.0.11</option> > +<option value="1087797">7.0.12</option> > +<option value="1101230">7.0.14</option> > +<option value="1134562">7.0.16</option> > +</select> Nice, but you will have chicken vs. egg problem when publishing this document for a new release. The list of revisions could be on tomcat.apache.org and retrieved via ajax. Or maybe it'd be better to make this form part of http://tomcat.apache.org/migration.html By the way, 1) using r2=HEAD works for me - may add that value to the list. 2) besides left-side menu, there is also a list of all the pages on docs/index.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org