Changeset 2040
- Timestamp:
- 07/06/08 21:27:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/Twitter.pm
r1944 r2040 32 32 33 33 my $body = $self->templatize('twitter.tt', $args); 34 35 unless ($self->conf->{templatize}) { 36 $body = $args->{entry}->body_text; 37 } 38 34 39 # TODO: FIX when Summary configurable. 35 40 if ( length($body) > 159 ) { … … 92 97 "apirealm" defaults to "Twitter API". 93 98 99 =item templatize 100 Optional. 101 A flag to use Template-Toolkit to message formatting. Defaults to 0. 102 94 103 =back 95 104
