Changeset 808
- Timestamp:
- 05/24/06 18:52:57
- Files:
-
- trunk/plagger/lib/Plagger/Plugin/CustomFeed/Frepa.pm (modified) (1 diff)
- trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm (modified) (1 diff)
- trunk/plagger/lib/Plagger/Plugin/CustomFeed/Yahoo360JP.pm (modified) (1 diff)
- trunk/plagger/lib/Plagger/Plugin/Notify/Campfire.pm (modified) (1 diff)
- trunk/plagger/lib/Plagger/Plugin/Subscription/LivedoorReader.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Frepa.pm
r807 r808 211 211 C<fetch_body_interval> and C<show_icon>. 212 212 213 Note that you don't have to supply livedoor_id and password if you set 214 global cookie_jar in your configuration file and the cookie_jar 215 contains a valid login session there, such as: 216 217 global: 218 user_agent: 219 cookies: /path/to/cookies.txt 220 221 See L<Plagger::Cookies> for details. 222 223 213 224 =head1 AUTHOR 214 225 trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm
r807 r808 227 227 Credential you need to login to mixi.jp. 228 228 229 Note that you don't have to supply email and password if you set 230 global cookie_jar in your configuration file and the cookie_jar 231 contains a valid login session there, such as: 232 233 global: 234 user_agent: 235 cookies: /path/to/cookies.txt 236 237 See L<Plagger::Cookies> for details. 238 229 239 =item fetch_body 230 240 trunk/plagger/lib/Plagger/Plugin/CustomFeed/Yahoo360JP.pm
r807 r808 274 274 Your Yahoo! ID and password to login. 275 275 276 Note that you don't have to supply these variables if you set global 277 cookie_jar in your configuration file and the cookie_jar contains a 278 valid login session there, such as: 279 280 global: 281 user_agent: 282 cookies: /path/to/cookies.txt 283 284 See L<Plagger::Cookies> for details. 285 276 286 =item fetch_body 277 287 trunk/plagger/lib/Plagger/Plugin/Notify/Campfire.pm
r807 r808 144 144 L<http://www.campfirenow.com/> chat room. 145 145 146 Note that you don't have to supply emali and password if you set 147 global cookie_jar in your configuration file and the cookie_jar 148 contains a valid login session there, such as: 149 150 global: 151 user_agent: 152 cookies: /path/to/cookies.txt 153 154 See L<Plagger::Cookies> for details. 155 146 156 =head1 AUTHOR 147 157 trunk/plagger/lib/Plagger/Plugin/Subscription/LivedoorReader.pm
r807 r808 181 181 Your username & password to use with livedoor Reader. 182 182 183 Note that you don't have to supply username and password if you set 184 global cookie_jar in your configuration file and the cookie_jar 185 contains a valid login session there, such as: 186 187 global: 188 user_agent: 189 cookies: /path/to/cookies.txt 190 191 See L<Plagger::Cookies> for details. 192 183 193 =item mark_read 184 194
