]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn
NYTProf: Profile data incomplete, inflate error -5 ((null))
[git.ikiwiki.info.git] / doc / tips / integrated_issue_tracking_with_ikiwiki.mdwn
index 05fd19a9b6186dd08aa18c1278adce6ea903874a..1390412f4a84d46cda728b9dc06895b308965b2b 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="Integrated issue tracking with Ikiwiki"]]
+[[!meta date="2007-04-06 21:36:07 +0000"]]
 
 [[!meta author="Joey Hess, LinuxWorld.com"]]
 
@@ -155,7 +156,7 @@ be inlined into a given page. A few examples:
 * A typical list of all open bugs, with their full text, and a form to post new
   bugs.
 
-        \[[!inline pages="bugs/* and !link(done) and !*/Discussion" actions=yes postform=yes show=0]]
+        \[[!inline pages="bugs/* and !link(done) and !*/Discussion" actions=yes postform=yes show=0 rootpage="bugs"]]
 
 * Index of the 30 most recently fixed bugs.
 
@@ -273,5 +274,5 @@ their own version of the website, use it to track bugs for that branch, and
 when the branch is ready, all these changes can be merged back into the
 mainline of the project.
 
-Ikiwiki powers its own [online bug tracking system](http://www.bontq.com).  To see how wiki bug tracking
+Ikiwiki powers its own bug tracking system.  To see how wiki bug tracking
 works in practice, visit the [[bugs]] or [[TODO]] pages.