Changeset 731
- Timestamp:
- 05/13/06 07:00:55
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Filter/RewriteEnclosureURL.pm
r730 r731 61 61 =head1 DESCRIPTION 62 62 63 This plugin downloads enclosure files set for each entry.63 This plugin rewrites enclosure URL using rewrite rule. 64 64 65 =head1 TODO65 =head1 CONFIG 66 66 67 67 =over 4 68 68 69 =item Support asynchronous download using POE 69 =item rewrite 70 71 List of hash that defines rule to rewrite URL. C<local> to represent 72 local path, which should match with enclosure's local_path and C<url> 73 to represent publicly accessible HTTP base URL. 74 75 In this example, I</home/miyagawa/public_html/foo.mp3> is rewritten to 76 I<http://rock/~miyagawa/foo.mp3>. 70 77 71 78 =back
