Skip to content

Commit

Permalink
Update downloads page
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mbtaylor committed Mar 13, 2024
1 parent 4bbf645 commit 221ff67
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/site/xdoc/downloads.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,32 @@
<body>
<section name="Downloads">

<p>Recent versions of JSAMP may be available from the
<a href="https://central.sonatype.com/artifact/uk.ac.starlink/jsamp"
>Maven Central Repository</a>
under the <code>uk.ac.starlink</code> groupId.
</p>

<p>Other options are below.
</p>

<dl>
<dt>Current Version (${jsampVersion}):</dt>

<dd><dl>
<dt>Unsigned jar file:</dt>
<dd><a href="jsamp-${jsampVersion}.jar"
>jsamp-${jsampVersion}.jar</a></dd>
<dt>Signed jar file:</dt>
<dd><a href="jsamp-${jsampVersion}_signed.jar"
>jsamp-${jsampVersion}_signed.jar</a></dd>
</dl>
</dd>

<dt>Other versions:</dt>
<dd>All previous releases are available from the FTP archive at
<a href="ftp://andromeda.star.bristol.ac.uk/pub/star/jsamp/"
>ftp://andromeda.star.bristol.ac.uk/pub/star/jsamp</a>.
<dd>All previous releases are available from the archive at
<a href="https://www.star.bristol.ac.uk/mbt/releases/jsamp/"
>https://www.star.bristol.ac.uk/mbt/releases/jsamp</a>.
This may also contain
<a href="ftp://andromeda.star.bristol.ac.uk/pub/star/jsamp/pre/"
<a href="https://www.star.bristol.ac.uk/mbt/releases/jsamp/pre/"
>pre-release</a> versions.
Older versions are also still available from their historical home
on the
<a href="http://www.astrogrid.org/maven/org.astrogrid/jars/"
>Astrogrid Maven server</a>.
</dd>

<dt>Source code:</dt>
Expand Down
1 change: 1 addition & 0 deletions src/site/xdoc/history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.</li>
<li>A signed jar file may no longer be available at this release.</li>
</ul>
</subsection>

Expand Down

0 comments on commit 221ff67

Please sign in to comment.