Send users to download releases on GitHub

This lets us avoid the duplicate work of maintaining a list of source
code download links for recent releases here on the static site.
This commit is contained in:
Brandon Rhodes 2021-09-13 10:32:39 -04:00
parent 6ede94e53d
commit eddeeeb8f8
1 changed files with 17 additions and 43 deletions

View File

@ -1,17 +1,30 @@
<HTML>
<HEAD>
<TITLE>Free XEphem Downloads</TITLE>
<LINK REV="made" HREF="MAILTO:xephem@ClearSkyInstitute.com">
</HEAD>
<BODY background="bg.png" TEXT="#000000" LINK="#004400" VLINK="#004400" ALINK="#000000">
<center>
<h2>
Download XEphem 4.0.1 <i>free</i>
Download the latest version of XEphem <i>free</i>
</h2>
</center>
The XEphem source code for all of the latest releases is available from
GitHub.
<ul>
<li><a href="https://github.com/XEphem/XEphem/releases">Official Releases</a>
as both <code>zip</code> and <code>tar.gz</code> files.
<li><a href="https://github.com/XEphem/XEphem">Full repository</a>
that you can fetch with <code>git</code>.
<li><a href="changes.html">Changelog</a> of versions back to December 2000.
</ul>
Here are the terms under which XEphem is licensed:
<hr>
<pre>
MIT License
@ -36,48 +49,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</pre>
<p>
<b>By downloading any of the files below, you are agreeing to all of the terms above.</b>
<p>
<table border='1'>
<tr> <th>File name</th> <th>Size</th> <th>MD5</th> <th>Description</th>
</tr>
<tr>
<td><a href='xephem-4.0.1.tgz'>xephem-4.0.1.tgz</a></td>
<td align='right'>18214327</td>
<td>45322de0b926e7f8b56d2cadba664dfb</td>
<td>Source code</td>
</tr>
<tr>
<td><a href='XEphem-3.7.7-disk1.tgz'>XEphem-3.7.7-disk1.tgz</a></td>
<td>499485723</td>
<td>89ee3845c873b67c4498d133130a658b</td>
<td>Source code, binaries for linux and macOS, lunar images, misc catalogs to mag 15</td>
</tr>
<tr>
<td><a href='XEphem-3.7-disk2.tgz'>XEphem-3.7-disk2.tgz</a></td>
<td>596791910</td>
<td>39539d44a6cb66eb3ddc164757d989ad</td>
<td>Northen GSC 2.2.0.1 stars to mag 18.5</td>
</tr>
<tr>
<td><a href='XEphem-3.7-disk3.tgz'>XEphem-3.7-disk3.tgz</a></td>
<td>574497414</td>
<td>fef0324ec4ae5131a0939dc4b2378899</td>
<td>Southern GSC 2.2.0.1 stars to mag 18.5</td>
</tr>
</table>
<p>
Future updates will only be posted to the XEphem github repository at
<a target="_blank" href="https://github.com/XEphem/XEphem">https://github.com/XEphem/XEphem</a>.
<p>
Thanks for using XEphem.
Thanks for using XEphem!
</p>
</body>
</html>