]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' into revert
authorJoey Hess <joey@kitenet.net>
Wed, 6 Oct 2010 18:36:13 +0000 (14:36 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 6 Oct 2010 18:36:13 +0000 (14:36 -0400)
doc/todo/inline_raw_files.mdwn

index b5a525ac05211ed14ccd5a8eec2575c52eb494e6..645ab89b70f81d36513b633147a18477722e9b97 100644 (file)
@@ -15,3 +15,17 @@ usage
 =====
 
     \[[!inline pagenames="somefile.txt" template="raw" feeds="no"]]
+
+
+> But inline already supports raw files in two ways:
+> 
+> * setting raw=yes will cause a page to be inlined raw without
+>   using any template, as if it were part of the page at the location
+>   of the inline
+> * otherwise, the file becomes an enclosure in the rss feed, for use with
+>    podcasting.
+> 
+> So I don't see the point of your patch. Although since your text
+> editor seems to like to make lots of whitespace changes, it's possible
+> I missed something in the large quantity of noise introduced by it.
+> --[[Joey]]