summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-02 11:17:28 +0200
committerJonas Smedegaard <dr@jones.dk>2012-08-02 11:17:28 +0200
commit779d206bf6de0101981ae08bcef3b6f501a4aefd (patch)
tree1aafd5323390d7f3ceefdd38e396dda62e22e3e7
parentd1c90ab0966bc4d37962f5e718e98ab887d1d479 (diff)
Fix rank search db as stored data (not storage type).
-rw-r--r--ikiwiki/website/tech.mdwn5
1 files 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