From 779d206bf6de0101981ae08bcef3b6f501a4aefd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 2 Aug 2012 11:17:28 +0200 Subject: Fix rank search db as stored data (not storage type). --- ikiwiki/website/tech.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ikiwiki/website/tech.mdwn b/ikiwiki/website/tech.mdwn index df71e31..439b61b 100644 --- a/ikiwiki/website/tech.mdwn +++ b/ikiwiki/website/tech.mdwn @@ -43,14 +43,14 @@ and different kinds of users (see also the [[introduction|website]]): {rank=same; search_form txt_form} /* storage types */ - search_db [shape=egg, label="search index (Xapian)"] vcs_txt [shape=egg, label="VCS repository (Git)"] vcs_css [shape=egg, label="VCS repository (Git)"] fs [shape=egg, label="filesystem"] compass [shape=egg, label="Sass libraries (compass)"] -// {rank=same; search_db vcs_txt vcs_css fs compass} +// {rank=same; vcs_txt vcs_css fs compass} /* stored data */ + search_db [shape=plaintext, label="search index"] txt_stored [shape=plaintext, label="version-controlled Markdown text"] media_stored [shape=plaintext, label="graphics files"] tmpl_stored [shape=plaintext, label="html templates"] @@ -99,6 +99,7 @@ and different kinds of users (see also the [[introduction|website]]): compass { rank=same + search_db txt_stored media_stored tmpl_stored -- cgit v1.2.3