summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-02 02:28:49 +0200
committerJonas Smedegaard <dr@jones.dk>2012-08-02 02:28:49 +0200
commit97e7abf7570ac672c353b5a32574244c134587f7 (patch)
treea326cda13aa0cfe5a16b7f146ba497e28bc13d4e
parenta44fcf7ba83ffbd3e490627307b51c3cde099542 (diff)
Use bang for graph directives.
-rw-r--r--ikiroles.mdwn2
-rw-r--r--ikiwiki/website.mdwn10
-rw-r--r--ikiwiki/website/tech.mdwn2
3 files changed, 7 insertions, 7 deletions
diff --git a/ikiroles.mdwn b/ikiroles.mdwn
index c136c5e..491eb69 100644
--- a/ikiroles.mdwn
+++ b/ikiroles.mdwn
@@ -15,7 +15,7 @@ the site can be live readable while evolving both content and style.
The system can build multiple websites in parallel - e.g. a stable official site and an
alternate development draft site using different git branch for content and/or styling.
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
// rankdir=LR
// rotate=90
diff --git a/ikiwiki/website.mdwn b/ikiwiki/website.mdwn
index d1c3e69..ceb8115 100644
--- a/ikiwiki/website.mdwn
+++ b/ikiwiki/website.mdwn
@@ -17,7 +17,7 @@ Static content is information that is identical for any user reading it.
Static web pages are created once and then served by the web server to
all readers of the website:
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
reader [shape=house, label="Reader"]
@@ -36,7 +36,7 @@ The website can have a search routine added. The form to do a search
can be static, but the web page showing the search results is unique to
each search:
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
reader [shape=house, label="Reader"]
@@ -65,7 +65,7 @@ web designers need freedom to express their creative ideas.
ikiwiki-based websites are setup to reflect that:
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
/* roles */
reader [shape=house, label="Reader"]
@@ -101,7 +101,7 @@ The static website is navigated to locate the page to edit, a dynamic
web-based edititing form is started for that page, and saving the form
causes the static web page to be regenerated.
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
/* roles */
editor [shape=house, label="Editor"]
@@ -133,7 +133,7 @@ Designer may prefer the more powerful git interface.
Exact same processing, but editing the files directly on the desktop,
maybe even while offline.
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
/* roles */
designer [shape=house, label="Designer"]
diff --git a/ikiwiki/website/tech.mdwn b/ikiwiki/website/tech.mdwn
index daa3417..05fcf50 100644
--- a/ikiwiki/website/tech.mdwn
+++ b/ikiwiki/website/tech.mdwn
@@ -3,7 +3,7 @@
Here's a graph of the interaction between the various parts of ikiwiki itself
and different kinds of users (see also the [[introduction|website]]):
-[[graph height=8 width=8 src="""
+[[!graph height=8 width=8 src="""
{
// rankdir=LR
// rotate=90