summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 00:01:11 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 00:01:11 +0000
commit59f8adae6c7e482c015febdd823f98b9bb1e56ad (patch)
tree4b1cbb4ace5fb3558f95d58af735e289eed391f7 /doc
parent2f5c0a54809ed66fe8d0c43a6486288c2b61cd4c (diff)
web commit by JamesWestby
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/blogging.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/blogging.mdwn b/doc/todo/blogging.mdwn
index cf6ba563e..2451a5713 100644
--- a/doc/todo/blogging.mdwn
+++ b/doc/todo/blogging.mdwn
@@ -58,3 +58,15 @@ http://jameswestby.net/scratch/podcast2.diff
containing the source of ikiwiki. ;-)
--[[Joey]]
+
+Yes I agree that this would be great, but rss2 spec says that enclosure
+must have mime-type. How about I use the File::MimeInfo trick from the
+first patch to do this? I don't know why I didn't do this before.
+This will probably clean the code up a little as well.
+
+What do you think of the change that when using raw, if the filetype is not
+known it adds an entry anyway? I did this so that the entries appear if
+this mode is used. It might be that this is not necessary, as can we assume
+that people wont use raw if they want to pod/vid/whatevercast?
+
+-- JamesWestby