summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-01 13:45:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-01 13:45:08 +0000
commita7d5259a88f738b8fad4154edd065f6dc5204895 (patch)
tree620783cf6825900df9606fccb3654f97bb8ae336 /doc/bugs
parent4a43b45f7956f1b472e0e2f2689263f2cc3e0da8 (diff)
web commit by cworth: Es
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn b/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn
index a2ec66afc..0241d63f5 100644
--- a/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn
+++ b/doc/bugs/A_page_that_inlines_pages__61____34____42____34___results_in_unnecessary_feed_generation.mdwn
@@ -11,7 +11,7 @@ that it will create):
cd /tmp
mkdir ikiwiki-test; cd ikiwiki-test; mkdir src
- echo '[[inline pages="blog/*"]]' > src/myblog.mdwn
+ echo '\[[inline pages="blog/*"]]' > src/myblog.mdwn
mkdir src/blog; echo "A blog entry" > src/blog/entry.mdwn
echo 'use IkiWiki::Setup::Standard {
srcdir => "src",
@@ -29,7 +29,7 @@ that it will create):
echo "not a blog entry" > src/not-a-blog.mdwn
ikiwiki --setup setup
ls -l --time-style=full-iso output/myblog/index.rss
- echo '[[inline pages="*"]]' > src/archives.mdwn
+ echo '\[[inline pages="*"]]' > src/archives.mdwn
ikiwiki --setup setup
ls -l --time-style=full-iso output/myblog/index.rss
echo "still not blogging" >> src/not-a-blog.mdwn
@@ -46,7 +46,7 @@ Here's the tail of the output that I see for this command:
done
$ ls -l --time-style=full-iso output/myblog/index.rss
-rw-r--r-- 1 cworth cworth 459 2007-06-01 06:34:36.000000000 -0700 output/myblog/index.rss
- $ echo '[[inline pages="*"]]' > src/archives.mdwn
+ $ echo '\[[inline pages="*"]]' > src/archives.mdwn
$ ikiwiki --setup setup
refreshing wiki..
scanning archives.mdwn