diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-01 06:45:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-01 06:45:59 +0000 |
commit | 369cf45ace663f42960cea72f87e669ea81979cd (patch) | |
tree | 45cd7a205266435dae8e3e7afb455cf98601be9d /doc | |
parent | f8dbe2657cb4ed768815c5cf699ecb922e796934 (diff) |
* Patch from James Westby to support podcasting, photoblogging, vidcasting,
or what have you, by creating enclosures for non-page items that are
included in feeds.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.mdwn | 4 | ||||
-rw-r--r-- | doc/install.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/blogging.mdwn | 6 |
3 files changed, 11 insertions, 1 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index 092da603d..cb118f27d 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -60,6 +60,10 @@ Ikiwiki can also [[plugins/aggregate]] external blogs, feeding them into the wiki. This can be used to create a Planet type site that aggregates interesting feeds. +You can also mix blogging with podcasting by dropping audio files where +they will be picked up like blog posts. This will work for any files that +you would care to syndicate. + ## Valid html and [[css]] ikiwiki aims to produce diff --git a/doc/install.mdwn b/doc/install.mdwn index bc1067737..22f1a3a39 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -10,7 +10,7 @@ modules be installed, and also uses the following perl modules if available: `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or newer) `HTML::Template` `Mail::Sendmail` `Time::Duration` `Date::Parse`, -`HTML::Scrubber`, `RPC::XML`, `XML::Simple`, `XML::Feed`. +`HTML::Scrubber`, `RPC::XML`, `XML::Simple`, `XML::Feed`, `File::MimeInfo`. The [[tla]] support also needs the `MailTools` perl module. diff --git a/doc/todo/blogging.mdwn b/doc/todo/blogging.mdwn index f9037b063..a31674809 100644 --- a/doc/todo/blogging.mdwn +++ b/doc/todo/blogging.mdwn @@ -129,3 +129,9 @@ that you have for the links at the top. > Thanks! I did tweak the css a bit. Not totally happy with it, but pretty > good I think. (I'll try to get to the other patches soon.) --[[Joey]] + + +--- + +I'm very happy to report that this is [[todo/done]]. Podcasting patch +applied (finally!) --[[Joey]] |