summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-02 03:08:44 +0200
committerJonas Smedegaard <dr@jones.dk>2012-08-02 03:08:44 +0200
commit77c46667717d2f9f12d94bb7d7d708f4f96af4b5 (patch)
treef6021180cd55f45ecf5d8d474e8e5766cf54f16a
parentdc67e6f442ea604778983af2a672cf2ce526d80c (diff)
Fix css and tmpl in complex graph.
-rw-r--r--ikiwiki/website/tech.mdwn11
1 files 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
}
"""]]