From 221ff673d06a014fa25a09f8eece8aa137695324 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Tue, 12 Mar 2024 11:00:51 +0000 Subject: [PATCH] Update downloads page The FTP site has been replaced by HTTPS, and the Astrogrid maven repo is now an online gambling page. Add a link to the maven central repo. I no longer have a code-signing certificate, so remove reference to the signed jar file. Hopefully this is not going to inconvenience people. --- src/site/xdoc/downloads.xml.vm | 24 +++++++++++++----------- src/site/xdoc/history.xml | 1 + 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/site/xdoc/downloads.xml.vm b/src/site/xdoc/downloads.xml.vm index df108af..c693cb5 100644 --- a/src/site/xdoc/downloads.xml.vm +++ b/src/site/xdoc/downloads.xml.vm @@ -10,6 +10,15 @@
+

Recent versions of JSAMP may be available from the +Maven Central Repository +under the uk.ac.starlink groupId. +

+ +

Other options are below. +

+
Current Version (${jsampVersion}):
@@ -17,23 +26,16 @@
Unsigned jar file:
jsamp-${jsampVersion}.jar
-
Signed jar file:
-
jsamp-${jsampVersion}_signed.jar
Other versions:
-
All previous releases are available from the FTP archive at -ftp://andromeda.star.bristol.ac.uk/pub/star/jsamp. +
All previous releases are available from the archive at +https://www.star.bristol.ac.uk/mbt/releases/jsamp. This may also contain -pre-release versions. -Older versions are also still available from their historical home -on the -Astrogrid Maven server.
Source code:
diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml index 766ed39..8bb0722 100644 --- a/src/site/xdoc/history.xml +++ b/src/site/xdoc/history.xml @@ -964,6 +964,7 @@ for SAMP objects in a few places: At time of writing this prevents some warnings when using Web SAMP from Google Chrome; in future it may avoid browser blocking of Web SAMP communications. +
  • A signed jar file may no longer be available at this release.