Mercurial > docs > diploma
comparison thesis/fig/mail-agents.pic @ 397:13e630c5a44d
rename img -> fig
author | meillo@marmaro.de |
---|---|
date | Sat, 07 Feb 2009 22:39:07 +0100 |
parents | thesis/img/mail-agents.pic@46cee8426b00 |
children |
comparison
equal
deleted
inserted
replaced
396:8ef85e22ff7d | 397:13e630c5a44d |
---|---|
1 .PS | |
2 # mail-agents | |
3 | |
4 lineht = 0.25 | |
5 circlerad = 0.3 | |
6 | |
7 A: box "MTA" | |
8 arrow 1.5*linewid | |
9 B: box "MTA" | |
10 line | |
11 box invis ". . ." wid 0.5 | |
12 arrow | |
13 C: box "MTA" | |
14 | |
15 arrow down from C.s | |
16 D: box "MDA" | |
17 arrow right linewid/2 from D.e | |
18 E: circle "mailbox" | |
19 line <-> down from E.s | |
20 F: box "MUA" | |
21 down | |
22 box invis "\fIrecipient\fR" | |
23 | |
24 | |
25 line <- down 2*lineht+boxht/2+circlerad from A.s | |
26 G: box "MUA" | |
27 box invis "\fIsender\fR" | |
28 | |
29 | |
30 .PE |