summaryrefslogtreecommitdiff
path: root/ikiwiki/website.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki/website.mdwn')
-rw-r--r--ikiwiki/website.mdwn10
1 files changed, 5 insertions, 5 deletions
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"]