From 77c46667717d2f9f12d94bb7d7d708f4f96af4b5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 2 Aug 2012 03:08:44 +0200 Subject: Fix css and tmpl in complex graph. --- ikiwiki/website/tech.mdwn | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ikiwiki/website/tech.mdwn b/ikiwiki/website/tech.mdwn index c61c839..c834743 100644 --- a/ikiwiki/website/tech.mdwn +++ b/ikiwiki/website/tech.mdwn @@ -27,8 +27,7 @@ and different kinds of users (see also the [[introduction|website]]): txt_designer [shape=plaintext, label="Markdown text"] media [shape=plaintext, label="graphics files"] css [shape=plaintext, label="Sass files"] - tmpl [shape=plaintext, label="html templates"] -// {rank=same; search_query txt_editor txt_designer css tmpl media} +// {rank=same; search_query txt_editor txt_designer css media} /* user tool */ browser_reader [label="web browser"] @@ -54,8 +53,9 @@ and different kinds of users (see also the [[introduction|website]]): /* stored data */ txt_stored [shape=plaintext, label="version-controlled Markdown text"] media_stored [shape=plaintext, label="graphics files"] + tmpl_stored [shape=plaintext, label="html templates"] css_stored [shape=plaintext, label="version-controlled Sass files"] -// {rank=same; txt_stored media_stored css_stored} +// {rank=same; txt_stored media_stored tmpl_stored css_stored} /* engines */ css_engine [shape=box, label="css renderer (Sass)"] @@ -94,6 +94,7 @@ and different kinds of users (see also the [[introduction|website]]): fs search_db txt_stored + tmpl_stored css_stored media_stored compass @@ -115,12 +116,14 @@ and different kinds of users (see also the [[introduction|website]]): designer -> css -> vcs_css_local vcs_css_local -> vcs_css [dir=both] - vcs_css -> css_stored -> css_engine -> iki_engine + vcs_css -> css_stored -> css_engine compass -> css_engine -> iki_engine designer -> media -> fs_local fs_local -> fs [dir=both] fs -> media_stored -> iki_engine + + tmpl_stored -> iki_engine } """]] -- cgit v1.2.3