Changeset 22068

Show
Ignore:
Timestamp:
10/24/08 21:33:04 (3 months ago)
Author:
hsbt
Message:

using Crypt::Pit, and tiny change.

Location:
config/plagger/hsbt
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • config/plagger/hsbt/config.dir2podcast.yaml

    r4373 r22068  
    11global: 
    22  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 
    55  log: 
    66    level: debug 
  • config/plagger/hsbt/config.mixi.yaml

    r4373 r22068  
    11global: 
    2   assets_path: /home/hsbt/dev/plagger/assets 
     2  assets_path: /home/hsbt/misc/plagger/assets 
     3  encrypt: pit 
    34  log: 
    45    level: info 
    56  cache: 
    6     base: /home/hsbt/plagger 
     7    base: /home/hsbt/misc/plagger 
    78  timezone: Asia/Tokyo 
    89 
     
    1011  - module: CustomFeed::MixiScraper 
    1112    config: 
    12       email: mail 
    13       password: pass 
     13      email: shibata.hiroshi@gmail.com 
     14      password: pit::mixi.jp/:password/ 
    1415      fetch_body: 1 
    1516      show_icon: 1 
     
    1819    rule: 
    1920     module: Deduped 
    20      path: /home/hsbt/plagger/cache_rule/mixi.cache 
     21     path: /home/hsbt/misc/plagger/cache_rule/mixi.cache 
    2122     compare_body: 1 
    2223 
    23   - module: Publish::Gmail 
     24  - module: Store::Fastladder 
    2425    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  
    11global: 
    22  plugin_path:  
    3     - /home/hsbt/Development/coderepos/lang/perl/plagger/lib/Plagger/Plugin 
    4   assets_path: /home/hsbt/Development/plagger/assets 
     3    - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin 
     4  assets_path: /home/hsbt/misc/plagger/assets 
    55  log: 
    66    level: debug 
     
    2424  - module: Filter::FetchNicoVideo 
    2525    config: 
    26       mail: mail 
    27       password: password 
     26      mail: shibata.hiroshi@gmail.com 
     27      password: pit::nicovideo.jp/:password/ 
    2828      dir: /home/hsbt/public_html/plagger/enclosures 
    2929      id_as_filename: 1 
  • config/plagger/hsbt/config.sbmsync.yaml

    r4373 r22068  
    11global: 
    22  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 
    56  log: 
    67    level: debug 
    78  cache: 
    8     base: /home/hsbt/plagger 
     9    base: /home/hsbt/misc/plagger 
    910  timezone: Asia/Tokyo 
    1011 
     
    2425    rule: 
    2526     module: Deduped 
    26      path: /home/hsbt/plagger/cache_rule/sbmsync.cache 
     27     path: /home/hsbt/misc/plagger/cache_rule/sbmsync.cache 
    2728     compare_body: 1 
    2829 
    2930  - module: Publish::HatenaBookmark 
    3031    config: 
    31       username: user 
    32       password: pass 
     32      username: h-sbt 
     33      password: pit::hatena.ne.jp/:password/ 
    3334      interval: 10 
    3435      post_body: 1 
     
    3637  - module: Publish::LivedoorClip 
    3738    config: 
    38       livedoor_id: id 
    39       password: pass 
     39      livedoor_id: hsbt 
     40      password: pit::livedoor.com/:password/ 
    4041      interval: 10 
    4142      post_body: 1 
     
    4344  - module: Publish::Buzzurl 
    4445    config: 
    45       usermail: mail 
    46       password: pass 
     46      usermail: shibata.hiroshi@gmail.com 
     47      password: pit::buzzurl.jp/:password/ 
    4748      interval: 10 
    4849      post_body: 1 
     
    5051  - module: Publish::NiftyClip 
    5152    config: 
    52       username: user 
    53       password: pass 
     53      username: MLC65122 
     54      password: pit::nifty.com/:password/ 
    5455      interval: 10 
    5556      post_body: 1 
     
    5859  - module: Publish::FC2Bookmark 
    5960    config: 
    60       usermail: user 
    61       password: pass 
     61      usermail: shibata.hiroshi@gmail.com 
     62      password: pit::fc2.com/:password/ 
    6263      interval: 10 
    6364      post_body: 1 
     
    6566  - module: Publish::YahooBookmark 
    6667    config: 
    67       username: user 
    68       password: pass 
     68      username: hrssbt 
     69      password: pit::yahoo.co.jp/:password/ 
    6970      interval: 10 
    7071      post_body: 1 
  • config/plagger/hsbt/config.tdiarybot.yaml

    r16887 r22068  
    11global: 
    22  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 
    56  timezone: Asia/Tokyo 
    67  log: 
    78    level: debug 
    89  cache: 
    9     base: /home/hsbt/plagger 
     10    base: /home/hsbt/misc/plagger 
    1011 
    1112plugins: 
     
    2324      module: Deduped 
    2425      engine: DB_File_URL 
    25       path: /home/hsbt/plagger/cache_rule/tdiarybot.cache 
     26      path: /home/hsbt/misc/plagger/cache_rule/tdiarybot.cache 
    2627 
    2728  - module: Filter::Reverse 
     
    2930  - module: Publish::Wassr 
    3031    config: 
    31       username: bot 
    32       password: spam 
     32      username: tdiarybot 
     33      password: pit::wassr.jp:tdiarybot/:password/ 
    3334      channel: tdiary 
    3435      templatize: 1 
  • config/plagger/hsbt/config.twitter.yaml

    r4373 r22068  
    11global: 
    22  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 
    56  timezone: Asia/Tokyo 
    67  log: 
     
    1718        - url: http://twitter.com/statuses/user_timeline/3408881.atom 
    1819 
    19  
    2020  - module: Filter::Rule 
    2121    rule: 
     
    3030  - module: Publish::Twitter 
    3131    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/ 
    4234      apiurl: http://api.wassr.jp/ 
    4335      apihost: api.wassr.jp:80 
  • config/plagger/hsbt/config.wassr.yaml

    r15266 r22068  
    11global: 
    22  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 
    55  timezone: Asia/Tokyo 
     6  encrypt: pit  
    67  log: 
    78    level: debug 
    89  cache: 
    9     base: /home/hsbt/plagger 
     10    base: /home/hsbt/misc/plagger 
    1011 
    1112plugins: 
     
    2021    rule: 
    2122      module: Deduped 
    22       path: /home/hsbt/plagger/cache_rule/wassr.cache 
     23      path: /home/hsbt/misc/plagger/cache_rule/wassr.cache 
    2324      compare_body: 1 
    2425 
     
    2728  - module: Publish::Twitter 
    2829    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  
    11global: 
    22  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 
    55  log: 
    66    level: debug 
  • config/plagger/hsbt/config.youtube.yaml

    r4373 r22068  
    11global: 
    22  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 
    65  log: 
    76    level: debug