summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-05 12:01:36 -0400
committerJoey Hess <joey@kitenet.net>2010-10-05 12:01:36 -0400
commit8728a79226896b2909f60753dc17978c065cfc57 (patch)
tree22041cad968da97feb7d6fe892316371b56ef35b /doc/todo
parent46a98c8a4d72e8be0fd5e683a83745d529b2c3c3 (diff)
inline already supports raw files though
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/inline_raw_files.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/inline_raw_files.mdwn b/doc/todo/inline_raw_files.mdwn
index b5a525ac0..645ab89b7 100644
--- a/doc/todo/inline_raw_files.mdwn
+++ b/doc/todo/inline_raw_files.mdwn
@@ -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]]