Changeset 554 for lang/perl/plagger/lib/Plagger/Plugin/Publish
- Timestamp:
- 10/19/07 19:17:13 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/plagger/lib/Plagger/Plugin/Publish/GooBookmark.pm
r553 r554 33 33 34 34 my @tags = @{$args->{entry}->tags}; 35 foreach my $tag (@tags) { $tag =~ s/,/_/g; } # FIXME: goo bookmark don't allow ',' for tags. 35 36 my $tag_string = @tags ? join(',', @tags) : ''; 36 37 … … 54 55 keywordlist => encode('utf-8', $tag_string), 55 56 comment => $summary, 56 publicno => 0,57 publicno => ($self->conf->{default_publicno} || 0), 57 58 point => ($self->conf->{default_rate} || 1), 58 59 }, … … 105 106 interval: 2 106 107 post_body: 1 107 default_rate: 1 108 default_rate: 1 109 default_publicno: 0 108 110 109 111 =head1 DESCRIPTION … … 112 114 L<http://bookmark.goo.ne.jp/>. It supports automatic tagging as well. It 113 115 might be handy for synchronizing delicious feeds into goo bookmark. 116 117 =head1 CONFIG 118 119 =over 4 120 121 =item username, password 122 123 username and password for Goo Bookmark. Required. 124 125 =item default_rate 126 127 Optional. default rate value is 1. 128 129 =item default_publicno 130 131 Optional. default publish operation value is 0 as publish. 132 133 =item interval 134 135 Optional. 136 137 =item timeout 138 139 Optional. 140 141 =back 114 142 115 143 =head1 AUTHOR
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)