Tim Bishop [Mon, 9 Jul 2001 23:11:09 +0000 (23:11 +0000)]
Just a little test thing. The idea is nice, having an almost custom search engine,
but I guess the front end form could be done a LOT neater by someone with
a little more design skills ;-) A small box on the left menu bar may be nice?
Tim Bishop [Mon, 18 Jun 2001 15:19:37 +0000 (15:19 +0000)]
Major changes:
- Now supports period=date&date=yyyy/mm/dd query strings.
- The files/logs section of each commit has been broken into two seperate bits.
- The filenames are linked to their relevant viewcvs page.
- The revisions are linked to their diffs, allowing one to see the changes a
certain commit has introduced.
- The log message itself has been unwrapped, for neatness.
Bugs:
- fails to know about "deleted" files. They simply show up as a new revision.
This is a fault in the underlying cvs2cl script.
Notes:
- This uses a modified version of cvs2cl. The diff is given here to avoid any
confusion as to what this script expects in the future.
777c777,778
< $files = wrap ("\t", " ", "$files");
---
> # tdb1: no-wrap shouldn't wrap ANYTHING!
> #$files = wrap ("\t", " ", "$files"); 934c935,936
< if ((scalar (@qunkrefs)) > 1)
---
> # tdb1: hacked to turn off the commondir feature
> if ((scalar (@qunkrefs)) < 0) 1126c1128,1129
< $beauty .= ", ";
---
> # tdb1: hacked to put a newline after each one
> $beauty .= ",\n"; 1175c1178,1179
< $beauty = "* $beauty:";
---
> # tdb1: hacked to remove the prefixed *
> $beauty = "$beauty:";
Tim Bishop [Tue, 5 Jun 2001 16:19:00 +0000 (16:19 +0000)]
Now been "updated" to support some more funky features :)
Firstly the output is grouped by module, making it clearer to see what commits
belong where.
Secondly, query strings allow you to specify the period, rather than just the
current day that the old one did. This are:
Current Day: period=today
Current Week: period=thisweek
Last n Days: period=days&days=n
There are also subtle location changes to suit the location on the new webserver
rather than raptor.
Paul Mutton [Tue, 29 May 2001 12:07:42 +0000 (12:07 +0000)]
Just thought this would be a nice touch... put the real file sizes on the
current download page - as "<1mb" was a bit misleading for the 8kb ihost
(albeit true!)
Paul Mutton [Sun, 27 May 2001 18:39:31 +0000 (18:39 +0000)]
Quite an overhaul of the main homepage contents as they were a little out
of date (so quickly!). Put in a lot more links to the important things of
the project - who we are, documents, screenshots etc. Also added a few of
the screenshots to make the page try and look at least a little bit more
exciting. Also fixed some badass HTML (! -> ")
Tim Bishop [Fri, 25 May 2001 22:53:48 +0000 (22:53 +0000)]
Moved the older TODO items to an older list. This leaves a new list of things
we plan to do in the future, which probably need not be quite as detailed.
Tim Bishop [Fri, 25 May 2001 22:32:05 +0000 (22:32 +0000)]
The "papers" section of the original website. These are maybe still useful, but
are very much outdated now and have been superceeded by the official
documentation.
Paul Mutton [Fri, 25 May 2001 18:02:15 +0000 (18:02 +0000)]
Now displays the total number of downloads at the bottom of the
page... always nice to know. Perhaps one day I shall have to change this
so it doesn't display the whole lot!
Paul Mutton [Fri, 25 May 2001 17:25:11 +0000 (17:25 +0000)]
Changed "Software Builds" to "Downloads" and made the three surrounding
links in a larger font as these are the most important links to check out
from a "potential customer" point of view, aye.
Paul Mutton [Fri, 25 May 2001 17:20:01 +0000 (17:20 +0000)]
Added approximate download sizes to the page. Actually I think Apache
might be able to calculate this on the fly with SHTML but I've not looked
into that yet.
Paul Mutton [Fri, 25 May 2001 16:20:46 +0000 (16:20 +0000)]
An index page that shows all of the screenshots for the i-scream
system. Also acts as a general 5 minute overview that we can show to
people to give them a better idea of what the thing does from a user's
point of view. Each thumbnail links to the original large image in either
16 or 256 colours GIF as appropriate.