Commit graph

58 commits

Author SHA1 Message Date
John "Elwin" Edwards
5ab8448de6 Fix the format of archive links. 2022-08-03 20:49:38 -04:00
John "Elwin" Edwards
877d1169fa Small website updates. 2021-11-02 21:10:10 -04:00
John "Elwin" Edwards
bb00268738 Add a page about UltraRogue. 2021-04-05 21:57:20 -04:00
John "Elwin" Edwards
c58a4aa297 Expand the history pages for Advanced Rogue 7 and XRogue. 2021-04-04 21:19:07 -04:00
John "Elwin" Edwards
3d64a5b691 Expand the history pages for Super-Rogue and Advanced Rogue 5. 2021-04-03 11:12:36 -04:00
John "Elwin" Edwards
aa5de1c7c9 Web site: fix some typos and dead links. 2021-04-02 22:59:18 -04:00
John "Elwin" Edwards
903c02ef1b Expand the section on the history of Rogue V5. 2021-04-02 17:07:23 -04:00
John "Elwin" Edwards
f9bd9c0e31 Add release 2021.03 to the download page. 2021-03-23 21:30:04 -04:00
John "Elwin" Edwards
78181d5ac1 Small website changes. 2020-01-27 18:11:53 -05:00
John "Elwin" Edwards
159952fbc8 Small updates to the About page. 2019-09-06 09:57:35 -04:00
John "Elwin" Edwards
9984f72a3c Remove Google services. 2018-05-30 23:39:29 -04:00
John "Elwin" Edwards
3b412228f0 Add more information about the history of V3 and V4. 2018-04-15 21:46:57 -04:00
John "Elwin" Edwards
7d05ec296f Add more information to the "About" page. 2018-02-24 17:04:18 -05:00
John "Elwin" Edwards
2a4f046509 Update information about ttyrec terminal size. 2018-02-07 20:54:48 -05:00
John "Elwin" Edwards
bb948a4c6f Add some more links to the page footers. 2018-01-30 18:28:24 -05:00
John "Elwin" Edwards
5b24474fe7 Use HTTPS links to the Web player. 2017-01-08 16:49:24 -05:00
John "Elwin" Edwards
951da3c3e5 Use HTTPS to load the Google Fonts stylesheet. 2016-12-30 15:28:00 -05:00
John "Elwin" Edwards
cd4715b751 Update the downloads page. 2016-12-28 10:20:30 -05:00
John "Elwin" Edwards
fbfb6900ce Restore the default size of the high score list.
In an era of megabyte JavaScript libraries, ten lines of text is not
too much.
2016-03-20 07:59:22 -04:00
John "Elwin" Edwards
1958ca9a3b Downloads page: update the links to point to the new builds. 2016-03-19 09:49:25 -04:00
John "Elwin" Edwards
da49bbc987 Add a Windows build link to the download page. 2016-01-25 21:00:19 -05:00
John "Elwin" Edwards
340e52a624 Update some static pages.
The front page has been reorganized.  Links and information on the
downloads page are now current.
2015-11-21 20:01:41 -05:00
John "Elwin" Edwards
d74cb0c0bd Add a news item to the front page. 2015-06-27 19:55:56 -04:00
John "Elwin" Edwards
824fc6e7fd Add support for Advanced Rogue 7 and XRogue. 2015-06-09 14:25:23 -04:00
John "Elwin" Edwards
172d389ba5 Add a basic blog manager.
rlgnotes is an experimental script for managing a static blog.
2015-01-30 09:25:32 -05:00
John "Elwin" Edwards
865e2f3be3 Add a screenshot on the front page. 2015-01-14 10:21:10 -05:00
John "Elwin" Edwards
e3777f3e6c Update the news with a new item. 2015-01-11 14:49:27 -05:00
John "Elwin" Edwards
7f341a15d9 Fix the favicon. 2014-03-31 13:45:29 -07:00
John "Elwin" Edwards
c9f6e6caad Update the announcements section and some download links. 2014-03-31 11:37:43 -07:00
John "Elwin" Edwards
d67561aa42 Escape the player's name when printing it into HTML.
Non-alphanumeric characters in names may eventually be possible.
2014-03-24 16:01:28 -07:00
John "Elwin" Edwards
bc4dda7e9e Rearrange the statistics pages.
Move each game's charts onto individual pages.  Put links to these
pages on /scoring/index.html, instead of dumping all the charts there.
2014-01-16 11:04:45 -08:00
John "Elwin" Edwards
8516530580 stats2.py: adjust x-axis scale for arogue5 score chart.
The range of scores is higher.
2014-01-10 09:03:16 -05:00
John "Elwin" Edwards
be7dba5b6c Add a new statistics script that creates SVG plots. 2014-01-10 07:15:39 -05:00
John "Elwin" Edwards
dfd8098844 Remove the static high score page.
Don't create it, change all links, and redirect any requests.
2014-01-03 13:02:29 -05:00
John "Elwin" Edwards
d34e211a3f Add a high score CGI script.
/scoring/high.cgi shows a score list, with a configurable length,
offset, and game list.
2014-01-03 11:11:07 -05:00
John "Elwin" Edwards
41eab38a58 Add a footer with some links to the Web pages. 2014-01-02 13:58:05 -05:00
John "Elwin" Edwards
f272772dcb Change the Python module's name back to rlgall.
It is no longer an experimental variant.  Using a database as a backend
is a settled feature.
2014-01-02 13:09:48 -05:00
John "Elwin" Edwards
b9081d194b Add the favicon.
It belongs with the static files.
2014-01-02 11:48:15 -05:00
John "Elwin" Edwards
31174f58ee Right-align the numeric columns.
The Game.printTable() method now right-aligns the name, rank, and score
columns, by giving their cells a different CSS class.
2014-01-02 11:39:57 -05:00
John "Elwin" Edwards
aef04a38e1 Port to Python 3.
All scripts and modules have been ported to Python 3 and appear to
work.  Some changes to the lighttpd configuration were needed.
2013-12-31 13:36:19 -05:00
John "Elwin" Edwards
914f367657 Add the Web pages from the 2012 tournament. 2013-10-31 14:33:50 -07:00
John "Elwin" Edwards
2e74e18c6a Add README, put some new links on several pages. 2013-10-05 17:10:24 -07:00
John "Elwin" Edwards
c74f9cb333 Add a downloads page, and update some links. 2013-09-10 15:23:13 -04:00
John "Elwin" Edwards
dc45fbe25e Add tablerecent() so recent.cgi will work as before.
Port the tablerecent() function, which reads the most recent games
directly from the logfile instead of the database.  This allows
recent.cgi to show games immediately without waiting for the recorder
to put them in the database.
2012-09-17 13:41:10 -07:00
John "Elwin" Edwards
d29446fded Update the index page. 2012-09-15 17:23:13 +00:00
John "Elwin" Edwards
4ffd81e3e9 Add links to the Advanced Rogue 5 page. 2012-09-14 22:53:16 -07:00
John "Elwin" Edwards
06d5929642 Add an about page for Advanced Rogue 5. 2012-09-14 22:51:18 -07:00
John "Elwin" Edwards
bbb9b31894 Fix the titles and explain a little more about Super-Rogue. 2012-09-14 22:39:39 -07:00
John "Elwin" Edwards
ffd5e45fd0 Import the web/scoring/ files. 2012-09-05 22:34:00 -07:00
John "Elwin" Edwards
81f7f77450 Update the description of rlgallery.org's setup. 2012-08-23 13:17:59 -07:00