Mercurial > docs > diploma
comparison thesis/fig/masqmail-typical-usage.pic @ 397:13e630c5a44d
rename img -> fig
author | meillo@marmaro.de |
---|---|
date | Sat, 07 Feb 2009 22:39:07 +0100 |
parents | thesis/img/masqmail-typical-usage.pic@0d78755132b7 |
children | 5254a119ad56 |
comparison
equal
deleted
inserted
replaced
396:8ef85e22ff7d | 397:13e630c5a44d |
---|---|
1 .PS | |
2 # masqmail-typical-usage | |
3 scale = 1.2 | |
4 | |
5 [ | |
6 moveht = 0.3 | |
7 lineht = 0.3 | |
8 | |
9 | |
10 down | |
11 line <-> | |
12 ISP: ellipse "ISP" | |
13 line <- | |
14 R: box invis "router" ht .2 | |
15 S1: box dashed wid 3.6 ht 1.95 | |
16 " \fIInternet\fR" at S1.nw above ljust | |
17 " \fILocal network\fR" at S1.nw below ljust | |
18 move to S1.n | |
19 move 2*moveht+boxht | |
20 | |
21 [ | |
22 right | |
23 W1: box "workstation" "(masqmail)" | |
24 line <-> 0.3 | |
25 W2: box "workstation" "(masqmail)" | |
26 line <-> 0.3 | |
27 W3: box "workstation" "(masqmail)" | |
28 ] | |
29 | |
30 line from last [].W1.n to R.s-(0.05,lineht) then to R.s-(0.05,0) | |
31 line from last [].W2.n to R.s-(0,lineht) then to R.s | |
32 line from last [].W3.n to R.s+(0.05,-lineht) then to R.s+(0.05,0) | |
33 | |
34 arrow from R.n-(0.05,0) to ISP.s-(0.05,0) | |
35 arrow from R.n+(0.05,0) to ISP.s+(0.05,0) | |
36 | |
37 ] | |
38 "Scenario 1" with .nw at last [].nw +(0.4,-0.1) | |
39 | |
40 move to last [].e | |
41 | |
42 move 0.5 | |
43 | |
44 | |
45 [ | |
46 | |
47 moveht = 0.3 | |
48 lineht = 0.3 | |
49 | |
50 down | |
51 line <-> | |
52 ISP: ellipse "ISP" | |
53 line <- | |
54 R: box invis "router" ht .2 | |
55 S1: box dashed wid 3.6 ht 1.95 | |
56 " \fIInternet\fR" at S1.nw above ljust | |
57 " \fILocal network\fR" at S1.nw below ljust | |
58 move to S1.n | |
59 line | |
60 S: box "server" "(masqmail)" | |
61 move | |
62 | |
63 [ | |
64 right | |
65 W1: box "workstation" "(forwarder)" | |
66 move 0.3 | |
67 W2: box "workstation" "(forwarder)" | |
68 move 0.3 | |
69 W3: box "workstation" "(forwarder)" | |
70 ] | |
71 | |
72 arrow from last [].W1.n to S.s-(0.05,0) | |
73 arrow from last [].W2.n to S.s | |
74 arrow from last [].W3.n to S.s+(0.05,0) | |
75 | |
76 ] | |
77 "Scenario 2" with .nw at last [].nw +(0.4,-0.1) | |
78 | |
79 | |
80 .PE |