Commit Graph

18 Commits

Author SHA1 Message Date
Brandon Rhodes e690ae3dab Draft “changes.html” update for upcoming release 2022-01-06 09:28:22 -05:00
Brandon Rhodes b8450a6387 Replace duplicate “png/” directory with symlink 2021-11-30 17:34:39 -05:00
dave-kaye b63f0ae033
Add “visual.txt” to menu; add dates to downloads (#37) 2021-11-30 15:09:01 -05:00
Brandon Rhodes e9809ef91b Replace duplicate Reference Manual with symlink 2021-11-20 14:10:08 -05:00
dave-kaye 85821c82bb Update docs for USNO field star catalogs (#33) 2021-11-03 16:07:08 -04:00
Brandon Rhodes 2da95b1901 Remove .patch files that have been applied already 2021-11-03 15:58:17 -04:00
Brandon Rhodes 02389fa485 Fix #32: load other websites outside frames
Stops these links from making a browser error display in the frame.
2021-10-27 12:04:36 -04:00
Brandon Rhodes 38a3fbd2b1 Fix embarrasing typo 2021-09-13 17:57:42 -04:00
Brandon Rhodes f0fd4e9189 Declare version 4.1.0 2021-09-13 12:55:21 -04:00
Brandon Rhodes 3f76d700d5 Add changelog entry for new SSL support 2021-09-13 11:57:12 -04:00
Brandon Rhodes 10d7c79bca Add a few missing changelog entries 2021-09-13 11:25:09 -04:00
Brandon Rhodes eddeeeb8f8 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.
2021-09-13 10:32:39 -04:00
Brandon Rhodes 64c09e0580 Make the site slightly less version-specific
There have been about a half-dozen places on the XEphem site that
mention its current version number.  To lighten the maintenance load for
releases, let’s try simplifying most of those cases; we can put them
back if users report any problems.
2021-09-13 03:55:30 -04:00
Brandon Rhodes d77d297bfe Remove stale “RCS” comments from C code
perl -pi -0777 -e 's/\/\* For RCS .*?\*\/\n+//gs' **/*
perl -pi -0777 -e 's/static char \*rcsid.*?;\n//gs' **/*
2021-08-23 13:19:28 -04:00
Brandon Rhodes 41ce20fec4 Start the change log entry for an upcoming 4.0.3 2021-08-23 09:17:31 -04:00
Brandon Rhodes c25aa34f85 Fix release date of 4.0.2 in changes.html 2021-06-24 11:36:07 -04:00
Brandon Rhodes 9407c4c129 Update changelog (alas, late for 4.0.2 release) 2021-06-24 11:07:50 -04:00
Brandon Rhodes 33897fa0c2 Add recursive “wget” of XEphem website as `Site/`
These files are from the `xephem/` directory fetched by this command:

    wget --mirror --reject '*.tgz' https://www.clearskyinstitute.com/xephem/
2021-05-20 14:50:47 -04:00