summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-17 17:23:01 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-17 17:23:01 +0100
commit987f7d50560c8f04448bde9a1d5b58cc60179faa (patch)
tree23305c1a2053ba494bac326ab177941ccc953877
parent652a8c1e737ea16d3a16e3b77c0a12d52b7be0d5 (diff)
Rename rcs_db -> cvs to disambiguate with old specific tool rcs.
-rw-r--r--ikisystem.mdwn22
1 files changed, 11 insertions, 11 deletions
diff --git a/ikisystem.mdwn b/ikisystem.mdwn
index 105b1ae..52f23ce 100644
--- a/ikisystem.mdwn
+++ b/ikisystem.mdwn
@@ -27,8 +27,8 @@ and different kinds of users:
label="Web designer"
style=dashed
browser_designer
- rcs_db_tmpl_local
- rcs_db_txt_local
+ vcs_tmpl_local
+ vcs_txt_local
fs_local
}
subgraph cluster_website {
@@ -52,15 +52,15 @@ and different kinds of users:
browser_user [label="Web browser"]
browser_author [label="Web browser"]
browser_designer [label="Web browser"]
- rcs_db_txt_local [shape=egg, label="Local revision control"]
- rcs_db_tmpl_local [shape=egg, label="Local revision control"]
+ vcs_txt_local [shape=egg, label="Local revision control"]
+ vcs_tmpl_local [shape=egg, label="Local revision control"]
fs_local [shape=egg, label="Local filesystem"]
iki_form [shape=box, label="Web-based text editor"]
search_form [shape=box, label="Search form"]
search_db [shape=egg, label="Search index"]
- rcs_db_txt [shape=egg, label="Revision control"]
- rcs_db_tmpl [shape=egg, label="Revision control"]
+ vcs_txt [shape=egg, label="Revision control"]
+ vcs_tmpl [shape=egg, label="Revision control"]
fs [shape=egg, label="Filesystem"]
iki_engine [shape=box, label="Automated web builder"]
search_engine [shape=box, label="Search engine"]
@@ -79,20 +79,20 @@ and different kinds of users:
search_db -> search_engine [weight=0]
search_db -> iki_engine [dir=back]
- browser_author -> iki_form -> rcs_db_txt -> txt -> iki_engine -> webpages
+ browser_author -> iki_form -> vcs_txt -> txt -> iki_engine -> webpages
iki_engine -> webpages_admin
browser_designer -> iki_form
- rcs_db_txt_local -> rcs_db_txt [dir=both]
+ vcs_txt_local -> vcs_txt [dir=both]
- rcs_db_tmpl_local -> rcs_db_tmpl [dir=both]
- rcs_db_tmpl -> tmpl -> iki_engine
+ vcs_tmpl_local -> vcs_tmpl [dir=both]
+ vcs_tmpl -> tmpl -> iki_engine
fs_local -> fs [dir=both]
fs -> media -> iki_engine
- {rank=same; search_db rcs_db_txt rcs_db_tmpl fs}
+ {rank=same; search_db vcs_txt vcs_tmpl fs}
{rank=same; search_query txt media tmpl}
{rank=same; iki_form search_form}
// {rank=same; webpages webpages_admin webpages_searchresult}