From 987f7d50560c8f04448bde9a1d5b58cc60179faa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 17 Feb 2008 17:23:01 +0100 Subject: Rename rcs_db -> cvs to disambiguate with old specific tool rcs. --- ikisystem.mdwn | 22 +++++++++++----------- 1 file 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} -- cgit v1.2.3