From 47d179802d5f78365fa7077ae64de35f2892a1e4 Mon Sep 17 00:00:00 2001
From: Simon McVittie
Date: Mon, 21 Jul 2008 12:32:31 +0100
Subject: Migrate everything else via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
---
doc/examples/softwaresite/bugs.mdwn | 2 +-
doc/examples/softwaresite/bugs/done.mdwn | 2 +-
doc/examples/softwaresite/doc/faq.mdwn | 2 +-
doc/examples/softwaresite/news.mdwn | 2 +-
doc/examples/softwaresite/templates/release.mdwn | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'doc/examples/softwaresite')
diff --git a/doc/examples/softwaresite/bugs.mdwn b/doc/examples/softwaresite/bugs.mdwn
index ad8d6cdb4..46ead2b62 100644
--- a/doc/examples/softwaresite/bugs.mdwn
+++ b/doc/examples/softwaresite/bugs.mdwn
@@ -1,4 +1,4 @@
This is FooBar's bug list. Link bugs to [[bugs/done]] when done.
-[[inline pages="./bugs/* and !./bugs/done and !link(done)
+[[!inline pages="./bugs/* and !./bugs/done and !link(done)
and !*/Discussion" actions=yes postform=yes show=0]]
diff --git a/doc/examples/softwaresite/bugs/done.mdwn b/doc/examples/softwaresite/bugs/done.mdwn
index af88c1c7c..ad332e2a2 100644
--- a/doc/examples/softwaresite/bugs/done.mdwn
+++ b/doc/examples/softwaresite/bugs/done.mdwn
@@ -1,3 +1,3 @@
recently fixed [[bugs]]
-[[inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10]]
+[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10]]
diff --git a/doc/examples/softwaresite/doc/faq.mdwn b/doc/examples/softwaresite/doc/faq.mdwn
index 249c6f779..fe0c3eff0 100644
--- a/doc/examples/softwaresite/doc/faq.mdwn
+++ b/doc/examples/softwaresite/doc/faq.mdwn
@@ -1,6 +1,6 @@
FooBar frequently asked questions.
-[[toc ]]
+[[!toc ]]
## Is this a real program?
diff --git a/doc/examples/softwaresite/news.mdwn b/doc/examples/softwaresite/news.mdwn
index 20642c203..9b53c7d99 100644
--- a/doc/examples/softwaresite/news.mdwn
+++ b/doc/examples/softwaresite/news.mdwn
@@ -2,4 +2,4 @@ This is where annoucements of new releases, features, and other news is
posted. FooBar users are recommended to subscribe to this page's RSS
feed.
-[[inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
+[[!inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
diff --git a/doc/examples/softwaresite/templates/release.mdwn b/doc/examples/softwaresite/templates/release.mdwn
index 759decb40..ac7ff93c7 100644
--- a/doc/examples/softwaresite/templates/release.mdwn
+++ b/doc/examples/softwaresite/templates/release.mdwn
@@ -3,5 +3,5 @@
-FooBar released with [[toggle text="these changes" id="changelog"]]
-[[toggleable id="changelog" text=""""""]]
+FooBar released with [[!toggle text="these changes" id="changelog"]]
+[[!toggleable id="changelog" text=""""""]]
--
cgit v1.2.3