Commit Graph

38 Commits

Author SHA1 Message Date
Matt Lawrence 0e1b9c01b4 Doing the ad removal in a bit nicer way. 2008-03-03 20:53:08 -05:00
Matt Lawrence a7114235d5 Pulling ads from the media page (at sgcummin's request) 2008-03-03 20:45:50 -05:00
David Bartley adb60fbe4d Don't autostart media files 2007-12-17 11:05:21 -05:00
Michael Spang 9455ac60b9 Add .html back to the media files
There's a little more magic to Apache's "aliasing"
of foo to foo.html than meets the eye. You can provide
the same resource in different formats and Apache will
serve whichever one the browser best supports through
mod_negotation. If you remove the .html from the *filename*
Apache won't be able to determine the content-type and
will assume the default (currently text/plain).
2007-12-17 10:39:12 -05:00
David Bartley df06aefb1f Remove .html from internal links
* This produces nicer looking links
* Apache auto-aliases blah to blah.html if blah.html exists
2007-12-12 21:18:34 -05:00
David Bartley 06e9a818d9 Move ads to top of page 2007-11-25 21:41:47 -05:00
David Bartley 94051e3c05 Don't output xmlns attributes except on root element 2007-11-22 04:49:00 -05:00
David Bartley 94d27cb2bf We're using XSLT 1.1 (not 1.0) 2007-11-22 03:44:33 -05:00
David Bartley 52afb0eb51 Fix css 2007-11-21 21:51:13 -05:00
David Bartley e62976a7c9 Actually use pipe instead of comma 2007-11-21 14:41:05 -05:00
David Bartley e80fc509d9 Use pipe (|) instead of comma in media file list 2007-11-21 02:07:29 -05:00
David Bartley 41c621d1ee Add xsltproc.py
* Python frontend to libxslt implementing csc extensions
* All xsl files are now XSLT 1.0
* Faster build times (down from 20s to 8s)
2007-11-10 03:08:39 -05:00
David Bartley 3db75f9647 Use copy-of since $infotext isn't a node 2007-10-09 21:08:02 -04:00
David Bartley 90d60bd208 Make website XHTML 1.1 compliant 2007-10-09 20:04:09 -04:00
Holden Karau 9acbb46dab Accept donations! 2007-10-07 04:16:11 -04:00
David Bartley 1f5b375820 New build system
* Website is now built in build/ by default
* Build directory can be controlled via BUILDDIR environment variable
* Build files are no longer accessible from the web page
2007-10-06 16:11:45 -04:00
David Bartley 262bbed146 Prepend some global variables with g_ 2007-09-29 21:58:00 -04:00
David Bartley cc1adb01b6 Replace some tabs with spaces and remove trailing whitespace 2007-09-26 02:46:20 -04:00
David Bartley 9f59677f5a Add media title to directory header 2007-09-19 04:43:46 -04:00
David Bartley 6df49fa279 Change some http://www.csclub links to http://csclub links 2007-09-14 00:45:51 -04:00
David Bartley c4029eeb9c Move ads into separate template 2007-09-12 18:02:25 -04:00
David Bartley b987680082 Nothing to see, move along 2007-09-10 19:58:22 -04:00
David Bartley d46b8e787e Put bittorrents link above http links. 2007-08-14 01:51:27 -04:00
David Bartley 59efae6296 Replace <strong> in media pages with CSS. 2007-08-12 18:51:16 -04:00
David Bartley e968868797 Converted most <br>'s to <p>'s. 2007-08-12 18:49:18 -04:00
David Bartley 93393c5658 Fixed digg/reddit/etc... buttons so that they encode url properly. 2007-08-12 16:27:28 -04:00
David Bartley e9d9d40458 Forced correct (non-uw) url to be used in digg/reddit/etc... buttons.
Added stroustrup media page stub.
2007-08-12 16:06:42 -04:00
David Bartley c25a91c61f Fix double-list on media page and ResNet text in media pages. 2007-08-11 22:16:27 -04:00
David Bartley 20d9406ad9 Generate two media pages (on-campus and external) instead of using dynamic SSI pages. 2007-08-11 21:55:47 -04:00
David Bartley ab5c717fb9 Fixed xmlns="" garbage. 2007-08-11 05:24:19 -04:00
David Bartley b3ce845228 Merge branch 'master' of disk:/users/www/www/ 2007-08-11 04:27:18 -04:00
David Bartley 21d57fc91b Now use saxon8 instead of cow. 2007-08-11 04:27:03 -04:00
David Bartley b8cb691ac5 Removed " that was appearing after torrent urls. 2007-08-11 00:15:43 -04:00
David Bartley f11125325d Reverse cs and csc mirror for flv player url. 2007-08-10 16:49:13 -04:00
David Bartley 7cf3cd7f5b Updated cow to return 1 on error (still needs work).
Updated Makefile to check for error from cow.
Fixed bug in events.xsl that prevents events from displaying on main page.
Moved mirror_* variables into cscweb.xsl.
Added news about mirror.cs.
2007-08-10 16:42:08 -04:00
David Bartley dc0cc52db0 Added SSI code to use mirror.cs if remote client is within UW network 2007-08-10 14:27:57 -04:00
Michael Spang e7c0a3e041 Add Q&A summary to RMS talk. 2007-07-20 03:27:01 -04:00
David Bartley 3003d82a3b Reflowed and split cscweb.xsl into smaller xsl files. 2007-07-16 22:59:28 -04:00