Changeset 273

Show
Ignore:
Timestamp:
03/04/06 17:10:17
Author:
miyagawa
Message:

doc improvement

Files:

Legend:

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

    r265 r273  
    253253=head1 SYNOPSIS 
    254254 
    255   % plagger 
     255  % plagger -c config.yaml 
    256256 
    257257=head1 DESCRIPTION 
    258258 
    259 Plagger is a pluggable RSS/Atom feed aggregator. See 
    260 L<http://plagger.org/> for the latest code, development community and 
    261 bug tracking. 
     259Plagger is a pluggable RSS/Atom feed aggregator and remixer platform. 
     260 
     261Everything is implemented as a small plugin just like qpsmtpd, blosxom 
     262and perlbal. All you have to do is write a flow of aggregation, 
     263filters, syndication, publishing and notification plugins in config 
     264YAML file. 
     265 
     266See L<http://plagger.org/> for cookbook examples, quickstart document, 
     267development community (Mailing List and IRC), subversion repository 
     268and bug tracking. 
     269 
     270=head1 BUGS / DEVELOPMENT 
     271 
     272If you find any bug, or you have an idea of nice plugin and want help 
     273on it, drop us a line to our mailing list 
     274L<http://groups.google.com/group/plagger-dev> or stop by the IRC 
     275channel C<#plagger> at irc.freenode.net. 
    262276 
    263277=head1 AUTHOR