David Bartley
0eee3a8e62
Fix links
15 years ago
David Bartley
fea8037245
No need for mirror.cs anymore
15 years ago
Matt Lawrence
0e1b9c01b4
Doing the ad removal in a bit nicer way.
15 years ago
Matt Lawrence
a7114235d5
Pulling ads from the media page (at sgcummin's request)
15 years ago
David Bartley
adb60fbe4d
Don't autostart media files
16 years ago
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).
16 years ago
David Bartley
df06aefb1f
Remove .html from internal links
...
* This produces nicer looking links
* Apache auto-aliases blah to blah.html if blah.html exists
16 years ago
David Bartley
06e9a818d9
Move ads to top of page
16 years ago
David Bartley
94051e3c05
Don't output xmlns attributes except on root element
16 years ago
David Bartley
94d27cb2bf
We're using XSLT 1.1 (not 1.0)
16 years ago
David Bartley
52afb0eb51
Fix css
16 years ago
David Bartley
e62976a7c9
Actually use pipe instead of comma
16 years ago
David Bartley
e80fc509d9
Use pipe (|) instead of comma in media file list
16 years ago
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)
16 years ago
David Bartley
3db75f9647
Use copy-of since $infotext isn't a node
16 years ago
David Bartley
90d60bd208
Make website XHTML 1.1 compliant
16 years ago
Holden Karau
9acbb46dab
Accept donations!
16 years ago
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
16 years ago
David Bartley
262bbed146
Prepend some global variables with g_
16 years ago
David Bartley
cc1adb01b6
Replace some tabs with spaces and remove trailing whitespace
16 years ago
David Bartley
9f59677f5a
Add media title to directory header
16 years ago
David Bartley
6df49fa279
Change some http://www.csclub links to http://csclub links
16 years ago
David Bartley
c4029eeb9c
Move ads into separate template
16 years ago
David Bartley
b987680082
Nothing to see, move along
16 years ago
David Bartley
d46b8e787e
Put bittorrents link above http links.
16 years ago
David Bartley
59efae6296
Replace <strong> in media pages with CSS.
16 years ago
David Bartley
e968868797
Converted most <br>'s to <p>'s.
16 years ago
David Bartley
93393c5658
Fixed digg/reddit/etc... buttons so that they encode url properly.
16 years ago
David Bartley
e9d9d40458
Forced correct (non-uw) url to be used in digg/reddit/etc... buttons.
...
Added stroustrup media page stub.
16 years ago
David Bartley
c25a91c61f
Fix double-list on media page and ResNet text in media pages.
16 years ago
David Bartley
20d9406ad9
Generate two media pages (on-campus and external) instead of using dynamic SSI pages.
16 years ago
David Bartley
ab5c717fb9
Fixed xmlns="" garbage.
16 years ago
David Bartley
21d57fc91b
Now use saxon8 instead of cow.
16 years ago
David Bartley
b8cb691ac5
Removed " that was appearing after torrent urls.
16 years ago
David Bartley
f11125325d
Reverse cs and csc mirror for flv player url.
16 years ago
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.
16 years ago
David Bartley
dc0cc52db0
Added SSI code to use mirror.cs if remote client is within UW network
16 years ago
Michael Spang
e7c0a3e041
Add Q&A summary to RMS talk.
16 years ago
David Bartley
3003d82a3b
Reflowed and split cscweb.xsl into smaller xsl files.
16 years ago