ikiwiki/doc/todo/blogging.mdwn

32 lines
1.4 KiB
Plaintext
Raw Normal View History

2006-03-24 05:29:14 +01:00
- The [[TODO]] page would work better if the first N were shown in full,
2006-03-24 06:03:16 +01:00
and then all open items were shown in summary. Maybe add this mode.
2006-03-24 08:17:39 +01:00
- Add Discussion and Edit links at the bottom of each inlined post.
2006-03-26 04:30:44 +02:00
- It would be possible to support rss enclosures for eg, podcasts, pretty easily.
2006-08-26 22:39:23 +02:00
Here is the last of those items. Using the meta plugin you can give the appropriate
info, and the enclosure will be added to the entry. It will also add a <link /> tag
at the top, but I don't know if this is necessary. It also includes a fix for
when make is used without PREFIX.
http://jameswestby.net/scratch/podcast.diff
2006-08-26 23:41:49 +02:00
-- JamesWestby
Hmm. Not quite how I'd envisioned podcasts would work, my idea was
more that the sound files would be kept inside the wiki, and the
inline plugin could be told to eg, inline *.mp3, and would add
those to the rss feed as enclosures. Maybe you'd also inline some
regular blog pages to describe the files or the like.
Do you think that would work or that it's worth pursuing that
approach? I haven't looked at podcasts enough to know if that
method would be technically feasable; for one thing it would limit
the blog items for podcasts to just having an enclosure but no
description.
2006-08-26 23:59:23 +02:00
Even if that doesn't work and pages are needed to desribe the items
like you did, it still seems better to keep the podcast items in
the wiki..
2006-08-26 23:41:49 +02:00
--[[Joey]]