summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-17 18:30:12 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-17 18:30:12 +0100
commit18989ea533cd591a13f34826e38b5faa1fb5b6d6 (patch)
tree9fa3d903bd6ccc9af4d6b3a80ed4b3a8c950b77c
parent4e92b4bed076eeed53d5d0264084d619ec540fae (diff)
Rename iki_form -> txt_form for consistency with search_form.
-rw-r--r--ikisystem.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/ikisystem.mdwn b/ikisystem.mdwn
index 0530f3e..d9d7668 100644
--- a/ikisystem.mdwn
+++ b/ikisystem.mdwn
@@ -56,7 +56,7 @@ and different kinds of users:
vcs_tmpl_local [shape=egg, label="Git repository"]
fs_local [shape=egg, label="Filesystem"]
- iki_form [shape=box, label="Web text editor (Ikiwiki)"]
+ txt_form [shape=box, label="Web text editor (Ikiwiki)"]
search_form [shape=box, label="Search form (Ikiwiki)"]
search_db [shape=egg, label="Search index (Hyper Estraier)"]
vcs_txt [shape=egg, label="VCS repository (Git)"]
@@ -79,10 +79,10 @@ and different kinds of users:
search_db -> search_engine [weight=0]
search_db -> iki_engine [dir=back]
- browser_author -> iki_form -> vcs_txt -> txt -> iki_engine -> webpages
+ browser_author -> txt_form -> vcs_txt -> txt -> iki_engine -> webpages
iki_engine -> webpages_admin
- browser_designer -> iki_form
+ browser_designer -> txt_form
vcs_txt_local -> vcs_txt [dir=both]
@@ -94,7 +94,7 @@ and different kinds of users:
{rank=same; search_db vcs_txt vcs_tmpl fs}
{rank=same; search_query txt media tmpl}
- {rank=same; iki_form search_form}
+ {rank=same; txt_form search_form}
// {rank=same; webpages webpages_admin webpages_searchresult}
}
"""]]