mirror of https://github.com/XEphem/XEphem.git
60 lines
1.9 KiB
HTML
60 lines
1.9 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Free XEphem Downloads</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY background="bg.png" TEXT="#000000" LINK="#004400" VLINK="#004400" ALINK="#000000">
|
|
|
|
<center>
|
|
<h2>
|
|
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"
|
|
target="_top">Official Releases</a>
|
|
as both <code>zip</code> and <code>tar.gz</code> files.
|
|
<li><a href="https://github.com/XEphem/XEphem"
|
|
target="_top">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
|
|
|
|
Copyright (c) 2020 Elwood Charles Downey
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
</pre>
|
|
|
|
<p>
|
|
Thanks for using XEphem!
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|