* Andr� Malo <[EMAIL PROTECTED]> wrote: > * Joshua Slive <[EMAIL PROTECTED]> wrote: > > > Nobody every really answered the question of whether the license > > boilerplate reference text should be in html docs generated from xml. > > (Clearly it should be contained in a comment in the xml source.) > > > > My suggestion is not to put the boilerplate in an html comment, but rather > > to put: > > > > "Copyright 2002-2004 Apache Software Foundation. Licensed under the > > <a href="http://www.apache.org/licenses/">Apache License, Version > > 2.0</a>." > > > > in the html itself. This omits the disclaimer of liability, but it makes > > things clear to the people who read the docs (as opposed to the insane > > people who read generated html sourcecode). > > +1. But ... where do we get the right year range for every document? Any > idea?
Two ideas: (a) we don't use a range for the generated documents but just the current year (b) we add attributes to root element, one for the initial submission date and one for the cvs $date$ tag, which can be parsed by xslt. ? nd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
