docs/diploma
changeset 237:d5800d07e08c
a new shortcut
author | meillo@marmaro.de |
---|---|
date | Sat, 10 Jan 2009 22:26:10 +0100 |
parents | 3190d3a7ce3a |
children | d60e5843db7f |
files | thesis/input/requirements.tex thesis/thesis.sty |
diffstat | 2 files changed, 24 insertions(+), 21 deletions(-) [+] |
line diff
1.1 --- a/thesis/input/requirements.tex Sat Jan 10 21:17:25 2009 +0100 1.2 +++ b/thesis/input/requirements.tex Sat Jan 10 22:26:10 2009 +0100 1.3 @@ -1,46 +1,46 @@ 1.4 \begin{tabular}[hbt]{| l || c | c | c |} 1.5 \hline 1.6 - Requirement & Importance & Pending work & Priority \\ 1.7 + Requirement & Importance & Pending work & Focus \\ 1.8 \hline \hline 1.9 - RF1: In/out channels & ++ & - & + \\ 1.10 + \RF1: In/out channels & ++ & - & + \\ 1.11 \hline 1.12 - RF2: Mail queue & ++ & - & + \\ 1.13 + \RF2: Mail queue & ++ & - & + \\ 1.14 \hline 1.15 - RF3: Header sanitizing & 0 & - & - \\ 1.16 + \RF3: Header sanitizing & 0 & - & - \\ 1.17 \hline 1.18 - RF4: Aliasing & 0 & - & - \\ 1.19 + \RF4: Aliasing & 0 & - & - \\ 1.20 \hline 1.21 - RF5: Route selection & + & - & 0 \\ 1.22 + \RF5: Route selection & + & - & 0 \\ 1.23 \hline 1.24 - RF6: Authentication & + & + & ++ \\ 1.25 + \RF6: Authentication & ++ & + & +++ \\ 1.26 \hline 1.27 - RF7: Encryption & ++ & + & +++ \\ 1.28 + \RF7: Encryption & ++ & + & +++ \\ 1.29 \hline 1.30 - RF8: Spam prevention & + & ++ & +++ \\ 1.31 + \RF8: Spam prevention & + & ++ & +++ \\ 1.32 \hline 1.33 - RF9: Malware handling & - & + & 0 \\ 1.34 + \RF9: Malware handling & - & + & 0 \\ 1.35 \hline 1.36 - RF10: Archiving & - & + & 0 \\ 1.37 + \RF10: Archiving & - & + & 0 \\ 1.38 \hline 1.39 \hline 1.40 - RG1: Security & ++ & + & +++ \\ 1.41 + \RG1: Security & ++ & + & +++ \\ 1.42 \hline 1.43 - RG2: Reliability & ++ & + & +++ \\ 1.44 + \RG2: Reliability & ++ & + & +++ \\ 1.45 \hline 1.46 - RG3: Robustness & + & + & ++ \\ 1.47 + \RG3: Robustness & + & + & ++ \\ 1.48 \hline 1.49 - RG4: Extendability & + & ++ & +++ \\ 1.50 + \RG4: Extendability & + & ++ & +++ \\ 1.51 \hline 1.52 - RG5: Maintainability & + & 0 & + \\ 1.53 + \RG5: Maintainability & + & 0 & + \\ 1.54 \hline 1.55 - RG6: Testability & 0 & 0 & 0 \\ 1.56 + \RG6: Testability & 0 & 0 & 0 \\ 1.57 \hline 1.58 - RG7: Performance & -{}- & - & -{}-{}- \\ 1.59 + \RG7: Performance & -{}- & - & -{}-{}- \\ 1.60 \hline 1.61 - RG8: Availability & - & - & -{}- \\ 1.62 + \RG8: Availability & - & - & -{}- \\ 1.63 \hline 1.64 - RG9: Portability & - & -{}- & -{}-{}- \\ 1.65 + \RG9: Portability & - & -{}- & -{}-{}- \\ 1.66 \hline 1.67 - RG10: Usability & + & -{}- & - \\ 1.68 + \RG10: Usability & + & -{}- & - \\ 1.69 \hline 1.70 \end{tabular}
2.1 --- a/thesis/thesis.sty Sat Jan 10 21:17:25 2009 +0100 2.2 +++ b/thesis/thesis.sty Sat Jan 10 22:26:10 2009 +0100 2.3 @@ -56,6 +56,9 @@ 2.4 \newcommand{\GPL}{\NAME{GPL}} 2.5 \newcommand{\SMTP}{\NAME{SMTP}} 2.6 \newcommand{\TLS}{\NAME{TLS}} 2.7 + \newcommand{\TODO}{\NAME{TODO}\,} 2.8 + \newcommand{\RF}{\NAME{RF}\,} 2.9 + \newcommand{\RG}{\NAME{RG}\,} 2.10 2.11 \newcommand{\nth}{\textsuperscript{th}} 2.12 \newcommand{\st}{\textsuperscript{st}}