Changeset 22068
- Timestamp:
- 10/24/08 21:33:04 (3 months ago)
- Location:
- config/plagger/hsbt
- Files:
-
- 9 modified
-
config.dir2podcast.yaml (modified) (1 diff)
-
config.mixi.yaml (modified) (3 diffs)
-
config.nicovideo.yaml (modified) (2 diffs)
-
config.sbmsync.yaml (modified) (7 diffs)
-
config.tdiarybot.yaml (modified) (3 diffs)
-
config.twitter.yaml (modified) (3 diffs)
-
config.wassr.yaml (modified) (3 diffs)
-
config.youravhost.yaml (modified) (1 diff)
-
config.youtube.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/plagger/hsbt/config.dir2podcast.yaml
r4373 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/ dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin4 assets_path: /home/hsbt/ dev/plagger/assets3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 5 log: 6 6 level: debug -
config/plagger/hsbt/config.mixi.yaml
r4373 r22068 1 1 global: 2 assets_path: /home/hsbt/dev/plagger/assets 2 assets_path: /home/hsbt/misc/plagger/assets 3 encrypt: pit 3 4 log: 4 5 level: info 5 6 cache: 6 base: /home/hsbt/ plagger7 base: /home/hsbt/misc/plagger 7 8 timezone: Asia/Tokyo 8 9 … … 10 11 - module: CustomFeed::MixiScraper 11 12 config: 12 email: mail13 password: p ass13 email: shibata.hiroshi@gmail.com 14 password: pit::mixi.jp/:password/ 14 15 fetch_body: 1 15 16 show_icon: 1 … … 18 19 rule: 19 20 module: Deduped 20 path: /home/hsbt/ plagger/cache_rule/mixi.cache21 path: /home/hsbt/misc/plagger/cache_rule/mixi.cache 21 22 compare_body: 1 22 23 23 - module: Publish::Gmail24 - module: Store::Fastladder 24 25 config: 25 mailto: mailto 26 mailfrom: mailfrom 27 mailroute: 28 via: smtp 29 host: smtp.nifty.com 30 username: user 31 password: pass 26 connect_info: 27 - dbi:mysql:fastladder_production 28 - root 29 - on_connect_do: 30 - SET NAMES utf8 31 member_id: 1 -
config/plagger/hsbt/config.nicovideo.yaml
r18655 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/ Development/coderepos/lang/perl/plagger/lib/Plagger/Plugin4 assets_path: /home/hsbt/ Development/plagger/assets3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 5 log: 6 6 level: debug … … 24 24 - module: Filter::FetchNicoVideo 25 25 config: 26 mail: mail27 password: p assword26 mail: shibata.hiroshi@gmail.com 27 password: pit::nicovideo.jp/:password/ 28 28 dir: /home/hsbt/public_html/plagger/enclosures 29 29 id_as_filename: 1 -
config/plagger/hsbt/config.sbmsync.yaml
r4373 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin 4 assets_path: /home/hsbt/dev/plagger/assets 3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 encrypt: pit 5 6 log: 6 7 level: debug 7 8 cache: 8 base: /home/hsbt/ plagger9 base: /home/hsbt/misc/plagger 9 10 timezone: Asia/Tokyo 10 11 … … 24 25 rule: 25 26 module: Deduped 26 path: /home/hsbt/ plagger/cache_rule/sbmsync.cache27 path: /home/hsbt/misc/plagger/cache_rule/sbmsync.cache 27 28 compare_body: 1 28 29 29 30 - module: Publish::HatenaBookmark 30 31 config: 31 username: user32 password: p ass32 username: h-sbt 33 password: pit::hatena.ne.jp/:password/ 33 34 interval: 10 34 35 post_body: 1 … … 36 37 - module: Publish::LivedoorClip 37 38 config: 38 livedoor_id: id39 password: p ass39 livedoor_id: hsbt 40 password: pit::livedoor.com/:password/ 40 41 interval: 10 41 42 post_body: 1 … … 43 44 - module: Publish::Buzzurl 44 45 config: 45 usermail: mail46 password: p ass46 usermail: shibata.hiroshi@gmail.com 47 password: pit::buzzurl.jp/:password/ 47 48 interval: 10 48 49 post_body: 1 … … 50 51 - module: Publish::NiftyClip 51 52 config: 52 username: user53 password: p ass53 username: MLC65122 54 password: pit::nifty.com/:password/ 54 55 interval: 10 55 56 post_body: 1 … … 58 59 - module: Publish::FC2Bookmark 59 60 config: 60 usermail: user61 password: p ass61 usermail: shibata.hiroshi@gmail.com 62 password: pit::fc2.com/:password/ 62 63 interval: 10 63 64 post_body: 1 … … 65 66 - module: Publish::YahooBookmark 66 67 config: 67 username: user68 password: p ass68 username: hrssbt 69 password: pit::yahoo.co.jp/:password/ 69 70 interval: 10 70 71 post_body: 1 -
config/plagger/hsbt/config.tdiarybot.yaml
r16887 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin 4 assets_path: /home/hsbt/plagger/assets 3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 encrypt: pit 5 6 timezone: Asia/Tokyo 6 7 log: 7 8 level: debug 8 9 cache: 9 base: /home/hsbt/ plagger10 base: /home/hsbt/misc/plagger 10 11 11 12 plugins: … … 23 24 module: Deduped 24 25 engine: DB_File_URL 25 path: /home/hsbt/ plagger/cache_rule/tdiarybot.cache26 path: /home/hsbt/misc/plagger/cache_rule/tdiarybot.cache 26 27 27 28 - module: Filter::Reverse … … 29 30 - module: Publish::Wassr 30 31 config: 31 username: bot32 password: spam32 username: tdiarybot 33 password: pit::wassr.jp:tdiarybot/:password/ 33 34 channel: tdiary 34 35 templatize: 1 -
config/plagger/hsbt/config.twitter.yaml
r4373 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin 4 assets_path: /home/hsbt/dev/plagger/assets 3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 encrypt: pit 5 6 timezone: Asia/Tokyo 6 7 log: … … 17 18 - url: http://twitter.com/statuses/user_timeline/3408881.atom 18 19 19 20 20 - module: Filter::Rule 21 21 rule: … … 30 30 - module: Publish::Twitter 31 31 config: 32 username: user 33 password: pass 34 apiurl: http://www.frepa.livedoor.com/ 35 apihost: www.frepa.livedoor.com:80 36 apirealm: Frepa API 37 38 - module: Publish::Twitter 39 config: 40 username: user 41 password: pass 32 username: hsbt 33 password: pit::twitter.com/:password/ 42 34 apiurl: http://api.wassr.jp/ 43 35 apihost: api.wassr.jp:80 -
config/plagger/hsbt/config.wassr.yaml
r15266 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/ dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin4 assets_path: /home/hsbt/ plagger/assets3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 5 timezone: Asia/Tokyo 6 encrypt: pit 6 7 log: 7 8 level: debug 8 9 cache: 9 base: /home/hsbt/ plagger10 base: /home/hsbt/misc/plagger 10 11 11 12 plugins: … … 20 21 rule: 21 22 module: Deduped 22 path: /home/hsbt/ plagger/cache_rule/wassr.cache23 path: /home/hsbt/misc/plagger/cache_rule/wassr.cache 23 24 compare_body: 1 24 25 … … 27 28 - module: Publish::Twitter 28 29 config: 29 username: username 30 password: password 31 32 - module: Publish::Twitter 33 config: 34 username: username 35 password: password 36 apiurl: http://www.frepa.livedoor.com/ 37 apihost: www.frepa.livedoor.com:80 38 apirealm: Frepa API 39 30 username: hsbt 31 password: pit::twitter.com/:password/ 32 interval: 12 -
config/plagger/hsbt/config.youravhost.yaml
r4373 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/ dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin4 assets_path: /home/hsbt/ dev/plagger/assets3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 5 5 log: 6 6 level: debug -
config/plagger/hsbt/config.youtube.yaml
r4373 r22068 1 1 global: 2 2 plugin_path: 3 - /home/hsbt/dev/plagger/lib/Plagger/Plugin 4 - /home/hsbt/dev/coderepos/lang/perl/plagger/lib/Plagger/Plugin 5 assets_path: /home/hsbt/dev/plagger/assets 3 - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 4 assets_path: /home/hsbt/misc/plagger/assets 6 5 log: 7 6 level: debug
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)