summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas' Debian stuff <debian@mail.bitbase.dk>2008-02-23 12:02:13 +0100
committerJonas' Debian stuff <debian@mail.bitbase.dk>2008-02-23 12:02:13 +0100
commitc44b579b48a0ea77f82d43657e76608e67b6ecb0 (patch)
treef37c5b5e12640bcd5e6db4cdf0b0ca5cc54866ee
parentccc5e8d67ae3420224694e4072b95c88abf88cc2 (diff)
web commit by jonas: Clarify difference between input and storage: make them singular vs. plural, and storage egg-shaped.
-rw-r--r--ikiroles.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/ikiroles.mdwn b/ikiroles.mdwn
index e7192db..d5f2742 100644
--- a/ikiroles.mdwn
+++ b/ikiroles.mdwn
@@ -56,15 +56,15 @@ individual passwords).
/* input data types */
search_query [shape=plaintext, label="Search query"]
txt [shape=plaintext, label="Markdown text"]
- media [shape=plaintext, label="Graphics files"]
- tmpl [shape=plaintext, label="Html templates"]
+ media [shape=plaintext, label="Graphics file"]
+ tmpl [shape=plaintext, label="Html template"]
search_db [shape=egg, label="Search index"]
/* stored data types */
- txt_stored [shape=plaintext, label="Version-controlled Markdown text"]
- media_stored [shape=plaintext, label="Graphics files"]
- tmpl_stored [shape=plaintext, label="Version-controlled html templates"]
+ txt_stored [shape=egg, label="Version-controlled Markdown texts"]
+ media_stored [shape=egg, label="Graphics files"]
+ tmpl_stored [shape=egg, label="Version-controlled html templates"]
webpages [label="Static website"]
webpages_admin [label="(Admin-)editable website"]