On Sun, 7 Sep 2003, robert burrell donkin <[EMAIL PROTECTED]> wrote:
> 1. the latest bsf release (2.3.0) be summed, signed and added to the
> mirrored directories and linked from the main jakarta download page
There is a 2.3.0 release?
AFAIK there only is a release candidate and those are supposed to be
on cvs.apache.org instead of mirrors.
> 2. the old releases be moved to archive.apache.org
There shouldn't be any old releases yet.
> 3. all requests for downloads from the old directories be redirected
> to the main jakarta binary download page where the latest release
> can be download or the link to the archives can be followed
This more or less happens now, but as I've just discovered is
currently broken. The download links on BSF's pages (in the
navigation bar) point to the template files directly instead of the
CGI script handling the mirror location logic.
Please see the appended patch.
Stefan
Index: xdocs/stylesheets/project.xml
===================================================================
RCS file: /home/cvspublic/jakarta-bsf/xdocs/stylesheets/project.xml,v
retrieving revision 1.5
diff -u -r1.5 project.xml
--- xdocs/stylesheets/project.xml 12 Nov 2002 07:43:43 -0000 1.5
+++ xdocs/stylesheets/project.xml 8 Sep 2003 06:48:18 -0000
@@ -24,8 +24,8 @@
</menu>
<menu name="Download">
- <item name="Binaries" href="/site/binindex.html"/>
- <item name="Source Code" href="/site/sourceindex.html"/>
+ <item name="Binaries" href="/site/binindex.cgi"/>
+ <item name="Source Code" href="/site/sourceindex.cgi"/>
</menu>
<menu name="Jakarta">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]