* Enhance helponformatting and related documentation to supply more
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 9 Apr 2007 21:53:36 +0000 (21:53 +0000)
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 9 Apr 2007 21:53:36 +0000 (21:53 +0000)
  information about available preprocessor directives.

debian/changelog
doc/helponformatting.mdwn

index b7957b0c54cd4b5269789e1f3f45cc6a04269597..3feb86df367f7b1cfeb38c292f47cbe03564f66e 100644 (file)
@@ -3,8 +3,10 @@ ikiwiki (1.50) UNRELEASED; urgency=low
   [ Josh Triplett ]
   * Add a graphviz plugin.
   * Suggests: graphviz
+  * Enhance helponformatting and related documentation to supply more
+    information about available preprocessor directives.
 
- -- Joey Hess <joeyh@debian.org>  Mon, 09 Apr 2007 01:45:40 -0700
+ -- Joey Hess <joeyh@debian.org>  Mon,  9 Apr 2007 14:46:37 -0700
 
 ikiwiki (1.49) unstable; urgency=low
 
index 0c6c18c3c5b920bf0cfa5bd9e8e5a95d01848991..38b0967da700497f9dab6c0d60179053aa7045b6 100644 (file)
@@ -58,7 +58,17 @@ form \[link text\]\(url\)
 
 You can also use [[PreProcessorDirective]]s to do additional cool stuff.
 
-[[if test="enabled(smiley)"  then="""
-Also, because this wiki has the smiley plugin enabled, you can
-insert [[smileys]] and some other useful symbols.
+[[if test="enabled(inline)" then="""
+This wiki has the inline plugin enabled, so you can create a [[blog]] on any
+page.
+"""]]
+
+[[if test="enabled(smiley)" then="""
+This wiki has the smiley plugin enabled, so you can insert [[smileys]] and some
+other useful symbols.
+"""]]
+
+[[if test="enabled(shortcut)" then="""
+This wiki has the shortcut plugin enabled, so you can use [[shortcuts]] to link
+to common resources.
 """]]