mirror of https://github.com/nealey/woozle.org.git
Back to roundcube
This commit is contained in:
parent
4849710730
commit
a50f89f76b
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
DESTDIR = /srv/www/woozle.org
|
DESTDIR = /srv/http/woozle.org
|
||||||
|
|
||||||
TEMPLATE = template.html.m4
|
TEMPLATE = template.html.m4
|
||||||
MDWNTOHTML = ./mdwntohtml $(TEMPLATE)
|
MDWNTOHTML = ./mdwntohtml $(TEMPLATE)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PLAIN += derby
|
PLAIN += derby
|
||||||
COPY += derby/scrimmage.pdf derby/lineup.pdf
|
#COPY += derby/scrimmage.pdf derby/lineup.pdf
|
||||||
|
|
||||||
$(DESTDIR)/derby/%.pdf: derby/%.ps
|
$(DESTDIR)/derby/%.pdf: derby/%.ps
|
||||||
ps2pdf $< $@
|
ps2pdf $< $@
|
||||||
|
|
|
@ -10,6 +10,18 @@ The Woozle Promise
|
||||||
* Clean: fans and NSOs should focus on the game, not our software
|
* Clean: fans and NSOs should focus on the game, not our software
|
||||||
* Easy: quickly-learned and intuitive interfaces
|
* 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
|
Software
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -27,3 +39,4 @@ Articles
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* [Running A/V for a Bout](http://woozle.org/~neale/papers/derby-av.html)
|
* [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)
|
||||||
|
|
|
@ -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
|
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
|
It was too difficult to live without it.
|
||||||
still sorting out. Mail to woozle has been bouncing from about midnight
|
|
||||||
GMT to about 9:00pm GMT.
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
const char *baseurl = "https://woozle.org/mail.cgi/";
|
const char *baseurl = "https://woozle.org/mail.cgi/";
|
||||||
const char *basepath = "/opt/roundcubemail";
|
const char *basepath = "/opt/roundcubemail";
|
||||||
|
//const char *basepath = "/usr/share/IlohaMail/source";
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
|
|
|
@ -8,8 +8,8 @@ echo
|
||||||
ls /home/*/public_html/index.html | while read fn; do
|
ls /home/*/public_html/index.html | while read fn; do
|
||||||
a=${fn#/home/}
|
a=${fn#/home/}
|
||||||
u=${a%/public_html/index.html}
|
u=${a%/public_html/index.html}
|
||||||
tl=/srv/www/woozle.org/~$u
|
tl=/srv/http/woozle.org/~$u
|
||||||
l=/srv/www/woozle.org/$u
|
l=/srv/http/woozle.org/$u
|
||||||
|
|
||||||
echo "* [$u](/~$u/)"
|
echo "* [$u](/~$u/)"
|
||||||
for link in $tl $l; do
|
for link in $tl $l; do
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/derby/">Roller Derby</a></li>
|
<li><a href="/derby/">Roller Derby</a></li>
|
||||||
<li><a href="/lists.cgi">Email lists</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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
divert(1)
|
divert(1)
|
||||||
|
|
Loading…
Reference in New Issue