Tidying some stuff up

This commit is contained in:
Jacob Parker 2012-03-15 19:53:31 -04:00
parent 0c0073e84d
commit fb02a3f4c5
6 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
RewriteEngine on
RewriteBase /~satalha/www/
RewriteBase /~j3parker/
RewriteRule ^pub/(.*) - [L]
RewriteRule ^(.*) bin/web [L]

View File

@ -1,6 +1,6 @@
import std.regex;
const string url_root = "/~satalha/www/";
const string url_root = "/~j3parker/";
const string site_title = "CSC";
const string site_subtitle = "UWaterloo Computer Science Club";
@ -14,7 +14,7 @@ void init_handlers() {
handler!("^About/Members/$").add("members.py");
handler!("^About/Members/(.+)$").add("member_info.py");
handler!("^About/Executive$").add("exec_positions.py");
handler!("^About/Clubs/$").add("clubs.py");
handler!("^About/Clubs$").add("clubs.py");
}
template handler(string pattern) {

1
srv/About/Clubs.md Normal file
View File

@ -0,0 +1 @@
If you can read this, you broke the handlers bro!

View File

@ -1,3 +0,0 @@
In here, describe how to get a club account
Generate a table of links ala About/Members listing active clubs that we host

View File

@ -7,7 +7,7 @@ All of our machines can be accessed via `ssh`.
<center>
<table>
<tr><td>Hostname</td><td>Notes</td><td>General Use?</td></tr>
<tr><th>Hostname</th><th>Notes</th><th>General Use?</th></tr>
<tr><td>bit-shifter</td><td>Office terminal</td><td></td></tr>
<tr><td>strombola</td><td>Office terminal</td><td></td></tr>
<tr><td>maltodextrin</td><td>Office terminal</td><td></td></tr>

View File

@ -18,6 +18,7 @@
<a href="http://mail.csclub.uwaterloo.ca/">webmail</a>
<a href="http://csclub.uwaterloo.ca/newsgroup/">newsgroups</a>
<a href="http://csclub.uwaterloo.ca/mailman/">mailman</a>
<a href="http://csclub.uwaterloo.ca/pub/qdb/">quoteboard</a>
</div>
<div class="right">
<a href="{{ url_root }}changelog">changelog</a>