Changeset 929

Show
Ignore:
Timestamp:
06/08/06 18:33:27
Author:
miyagawa
Message:

doc for compare_body

Files:

Legend:

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

    r927 r929  
    5555      module: Deduped 
    5656      path: /tmp/var.db 
     57      compare_body: 1 
    5758 
    5859=head1 DESCRIPTION 
    5960 
    6061This rule de-duplicates entry based on cached index (database). 
     62 
     63=head1 CONFIG 
     64 
     65=over 4 
     66 
     67=item path 
     68 
     69Specified path to the database. This config is dependent for the DB_File backend. 
     70 
     71=item compare_body 
     72 
     73If set, this rule checks digest of entry, which is a MD5 hash of 
     74entry's title with body. Defaults to 0. 
     75 
     76=back 
    6177 
    6278=head1 AUTHOR