mirror of https://github.com/nealey/woozle.org.git
new derby section
This commit is contained in:
parent
e03d318063
commit
06da0a46ca
|
@ -0,0 +1 @@
|
|||
PLAIN += $(wildcard derby/*.mdwn)
|
|
@ -0,0 +1,119 @@
|
|||
%!PS-Adobe-2.0
|
||||
%%BoundingBox: 0 0 612 792
|
||||
|
||||
/Courier findfont 9 scalefont setfont
|
||||
|
||||
/str ( ) def
|
||||
|
||||
/points {
|
||||
gsave
|
||||
translate
|
||||
|
||||
0 1 1 {
|
||||
/hunnert exch def
|
||||
hunnert 1 eq { 0 -110 translate } if
|
||||
|
||||
0 1 9 {
|
||||
/i exch def
|
||||
|
||||
0 i -11 mul moveto
|
||||
0 1 9 {
|
||||
i 10 mul add /x exch def
|
||||
|
||||
x 10 lt
|
||||
{ hunnert x add 0 eq
|
||||
{ ( ) show }
|
||||
{ ( ) show
|
||||
x str cvs show }
|
||||
ifelse }
|
||||
{ x str cvs show }
|
||||
ifelse
|
||||
( ) show
|
||||
} for
|
||||
} for
|
||||
} for
|
||||
|
||||
grestore
|
||||
} def
|
||||
|
||||
/phi 18 def
|
||||
/plr 40 def
|
||||
/maj 120 def
|
||||
/min 80 def
|
||||
|
||||
/penalties {
|
||||
gsave
|
||||
translate
|
||||
|
||||
0 0 moveto
|
||||
0 plr maj min add add add 0 rlineto
|
||||
0 0 moveto
|
||||
|
||||
1 1 16 {
|
||||
/i exch def
|
||||
|
||||
0 phi neg rlineto
|
||||
plr 0 rlineto
|
||||
0 phi rlineto
|
||||
0 phi neg rmoveto
|
||||
|
||||
maj 0 rlineto
|
||||
0 phi rlineto 0 phi neg rmoveto
|
||||
|
||||
min 0 rlineto
|
||||
0 phi rlineto 0 phi neg rmoveto
|
||||
|
||||
plr maj min add add neg 0 rmoveto
|
||||
} for
|
||||
|
||||
stroke
|
||||
|
||||
grestore
|
||||
} def
|
||||
|
||||
20 700 points
|
||||
430 700 points
|
||||
|
||||
20 440 penalties
|
||||
350 440 penalties
|
||||
|
||||
/Times-Roman findfont 11 scalefont setfont
|
||||
|
||||
/cshow {
|
||||
gsave
|
||||
exch show
|
||||
grestore
|
||||
gsave
|
||||
16 0 rmoveto
|
||||
show
|
||||
grestore
|
||||
0 -12 rmoveto
|
||||
} def
|
||||
|
||||
230 700 moveto
|
||||
(A) (High Block / Block To Head) cshow
|
||||
(B) (Back Block) cshow
|
||||
(E) (Elbows) cshow
|
||||
(F) (Forearms / Hands) cshow
|
||||
(O) (Out of Bounds Block) cshow
|
||||
(L) (Low Block / Tripping) cshow
|
||||
(C) (Direction of Gameplay) cshow
|
||||
(M) (Multi-Player Block) cshow
|
||||
(I) (Illegal Procedure) cshow
|
||||
(S) (Skating Out of Bounds) cshow
|
||||
(X) (Track Cut) cshow
|
||||
(P) (Out of Play) cshow
|
||||
(H) (Head) cshow
|
||||
(G) (Gross Misconduct / Misconduct) cshow
|
||||
(N) (Insubordination) cshow
|
||||
|
||||
/Times-Roman findfont 9 scalefont setfont
|
||||
200 760 moveto
|
||||
/copyright glyphshow
|
||||
(2012 Neale Pickett) show
|
||||
300 760 moveto
|
||||
(\(CC\) BY-SA) show
|
||||
300 750 moveto
|
||||
(Please copy and share this document) show
|
||||
|
||||
showpage
|
|
@ -12,6 +12,7 @@ body {
|
|||
}
|
||||
|
||||
h1#title {
|
||||
color: #ccc;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<h1 id="title">TITLE</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="derby.html">Roller Derby</a></li>
|
||||
<li><a href="lists.cgi">Email lists</a></li>
|
||||
<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>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue