Back to roundcube

This commit is contained in:
Neale Pickett 2013-11-07 21:18:49 +00:00
parent 4849710730
commit a50f89f76b
7 changed files with 22 additions and 10 deletions

View File

@ -1,4 +1,4 @@
DESTDIR = /srv/www/woozle.org
DESTDIR = /srv/http/woozle.org
TEMPLATE = template.html.m4
MDWNTOHTML = ./mdwntohtml $(TEMPLATE)

View File

@ -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 $< $@

View File

@ -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)

View File

@ -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.

View File

@ -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[])

View File

@ -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

View File

@ -12,7 +12,7 @@
<ul>
<li><a href="/derby/">Roller Derby</a></li>
<li><a href="/lists.cgi">Email lists</a></li>
<li><a href="https://woozle.org/mail.cgi/">Webmail</a></li>
<li><a href="https://woozle.org/mail.cgi/">Webmail</a></li>
</ul>
</nav>
divert(1)