Commit graph

13 commits

Author SHA1 Message Date
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
John "Elwin" Edwards
ca978b175b Import the /about web pages. 2012-08-23 10:50:35 -07:00
John "Elwin" Edwards
ba999f774b Begin importing the website.
Add the files from the website's top-level directory.  Note that
recent.cgi still uses the old rlgall module.
2012-08-19 21:29:06 -07:00
John "Elwin" Edwards
44aa9d52d1 web/archive.cgi: disable cgitb by default.
The Archivist ought to be stable enough...
2012-08-19 15:28:28 -07:00
John "Elwin" Edwards
9e51f9b9d7 web/archive.cgi: fix backward comparisons.
Some form-printing code was using != instead of ==, which led to the
date defaulting to today whenever it was specified.
2012-08-19 15:26:18 -07:00
John "Elwin" Edwards
4771dce2d0 Continue removing the time module.
Convert some more struct_time instances to datetime objects.
2012-07-26 10:14:56 -07:00
John "Elwin" Edwards
72fcde0ae0 Remove obsolete code.
Remove some unnecessary module imports and code that worked with UNIX
timestamps.
2012-07-26 09:35:07 -07:00
John "Elwin" Edwards
5eacaecbcb Convert web/archive.cgi to use the new SQL timestamps.
The Archivist has replaced UNIX timestamps with python datetime objects
derived from SQL timestamps.  There are still a lot of struct_time
objects which should be converted too.
2012-07-26 08:07:00 -07:00
John "Elwin" Edwards
ddf0ec25b0 Put this project under version control, finally.
Scripts for rlgallery.org, using a PostgreSQL backend.  The recorder
system is in py/, CGI scripts are in web/.
2012-07-25 21:59:42 -07:00