Changeset 731

Show
Ignore:
Timestamp:
05/13/06 07:00:55
Author:
miyagawa
Message:

oops. update config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Filter/RewriteEnclosureURL.pm

    r730 r731  
    6161=head1 DESCRIPTION 
    6262 
    63 This plugin downloads enclosure files set for each entry
     63This plugin rewrites enclosure URL using rewrite rule
    6464 
    65 =head1 TODO 
     65=head1 CONFIG 
    6666 
    6767=over 4 
    6868 
    69 =item Support asynchronous download using POE 
     69=item rewrite 
     70 
     71List of hash that defines rule to rewrite URL. C<local> to represent 
     72local path, which should match with enclosure's local_path and C<url> 
     73to represent publicly accessible HTTP base URL. 
     74 
     75In this example, I</home/miyagawa/public_html/foo.mp3> is rewritten to 
     76I<http://rock/~miyagawa/foo.mp3>. 
    7077 
    7178=back