diff --git a/Makefile b/Makefile index 9832c98..b3ae640 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DESTDIR = /srv/www/woozle.org +DESTDIR = /srv/http/woozle.org TEMPLATE = template.html.m4 MDWNTOHTML = ./mdwntohtml $(TEMPLATE) diff --git a/derby/derby.mk b/derby/derby.mk index 6b06ecd..b6a5482 100644 --- a/derby/derby.mk +++ b/derby/derby.mk @@ -1,5 +1,5 @@ PLAIN += derby -COPY += derby/scrimmage.pdf derby/lineup.pdf +#COPY += derby/scrimmage.pdf derby/lineup.pdf $(DESTDIR)/derby/%.pdf: derby/%.ps ps2pdf $< $@ diff --git a/derby/index.mdwn b/derby/index.mdwn index 55685ef..bc91cb4 100644 --- a/derby/index.mdwn +++ b/derby/index.mdwn @@ -10,6 +10,18 @@ The Woozle Promise * Clean: fans and NSOs should focus on the game, not our software * Easy: quickly-learned and intuitive interfaces +2013 Roller Con Talks +--------------------- + +* [Small Town Procedures and Gadgets](https://docs.google.com/presentation/d/1v2UuqYCnn_BRfchWsHp4DtdSEdKoQ5tllRMLRZj9FFQ/edit?usp=sharing) +* [Build Your Own Scoreboard](https://docs.google.com/presentation/d/1pjuXe6HR7WbX8d77iv2x3G1tRdTk51ZZ39ZCKwY1yIE/edit?usp=sharing) + +Hardware Gadgets +---------------- + +* [Hardware Scoreboard](https://code.google.com/p/derby-scoreboard/) +* [Official Timer's Stopwatch](https://code.google.com/p/dgdc-stopwatch/) + Software -------- @@ -27,3 +39,4 @@ Articles -------- * [Running A/V for a Bout](http://woozle.org/~neale/papers/derby-av.html) +* [Copyright Advice for Small Leagues](http://woozle.org/~neale/papers/derby-copyright.html) diff --git a/index.mdwn b/index.mdwn index bd6737b..9e11e52 100644 --- a/index.mdwn +++ b/index.mdwn @@ -8,9 +8,7 @@ held by folks who know the right person to ask. ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06 --> -June 17: Mail Outage --------------------- +November 4: Webmail Back +------------------------ -The disk filled up and it caused a whole host of problems that I am -still sorting out. Mail to woozle has been bouncing from about midnight -GMT to about 9:00pm GMT. +It was too difficult to live without it. diff --git a/mail.cgi.c b/mail.cgi.c index 69923f7..d034ae7 100644 --- a/mail.cgi.c +++ b/mail.cgi.c @@ -5,6 +5,7 @@ const char *baseurl = "https://woozle.org/mail.cgi/"; const char *basepath = "/opt/roundcubemail"; +//const char *basepath = "/usr/share/IlohaMail/source"; int main(int argc, char *argv[]) diff --git a/people.sh b/people.sh index e693d69..260401f 100755 --- a/people.sh +++ b/people.sh @@ -8,8 +8,8 @@ echo ls /home/*/public_html/index.html | while read fn; do a=${fn#/home/} u=${a%/public_html/index.html} - tl=/srv/www/woozle.org/~$u - l=/srv/www/woozle.org/$u + tl=/srv/http/woozle.org/~$u + l=/srv/http/woozle.org/$u echo "* [$u](/~$u/)" for link in $tl $l; do diff --git a/template.html.m4 b/template.html.m4 index ebea846..9ec0c13 100644 --- a/template.html.m4 +++ b/template.html.m4 @@ -12,7 +12,7 @@ divert(1)