]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Changes look good to me.
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>
Mon, 27 Jul 2009 02:54:00 +0000 (22:54 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 27 Jul 2009 02:54:00 +0000 (22:54 -0400)
doc/todo/source_link.mdwn

index 962e099a6b47fafb47b59e2918e4f8a340e4d090..6abfea55cc678a9fb767e1cff896be4a805a07b7 100644 (file)
@@ -24,6 +24,9 @@ I just implemented this.  There is one [[patch]] to the default page template, a
 >>
 >> --[[smcv]]
 
+>>> That looks like a nice set of fixes.  One more that might be worthwhile: instead of reading the page source into a var, and then writing it out later, it might be nice to just
+>>>  `print readfile(srcfile(pagesources{$page}));` at the appropriate point. -- [[Will]]
+
 ----
 
     diff --git a/templates/page.tmpl b/templates/page.tmpl