On Mon, Jul 25, 2011 at 9:56 AM, Stefan Bodewig <bode...@apache.org> wrote: > On 2011-07-25, <luc.maison...@free.fr> wrote: > >> If the URL do include the version, then it would be better to keep old >> version online, to avoid dangling links from external web pages, mail >> archives or documentation. > > Good point, thanks Luc. The Javadoc URLs for Compress currently don't > contain a version number so there is no danger of breaking anything this > time - need to keep it in mind when we tackle Compress2, though.
Other components have a "current release" url, which is just a symlink to the last release. That way you can have the latest & greatest from svn, along with a URL that doesn't change for the last release. For example, in IO: http://commons.apache.org/io/apidocs/index.html http://commons.apache.org/io/api-release/index.html http://commons.apache.org/io/api-2.0.1/index.html http://commons.apache.org/io/api-1.4/index.html ...etc Niall > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org