avaticon 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ DESCRIPTION = "A library for getting web service user icon."
17
17
  RUBYFORGE_PROJECT = "avaticon"
18
18
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
19
19
  BIN_FILES = %w( )
20
- VERS = "0.0.6"
20
+ VERS = "0.0.7"
21
21
 
22
22
  REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
23
23
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
@@ -12,7 +12,7 @@ class Avaticon
12
12
  @siteinfo = []
13
13
  @tw_id = opt[:tw_id]
14
14
  @tw_pw = opt[:tw_pw]
15
- (opt[:siteinfo_path] || DEFAULT_SITEINFO_PATH).each do |i|
15
+ (opt[:siteinfo_path] || DEFAULT_SITEINFO_PATH).split(/\n/).each do |i|
16
16
  load_siteinfo i
17
17
  end
18
18
  end
@@ -1,66 +1,74 @@
1
1
  [
2
2
  {
3
- "service_name": "twitter",
4
- "url": "^http:\/\/twitter\\.com\/([^.\/]+)",
5
- "iconPageUrl": "http:\/\/twitter.com\/{user_id}",
6
- "iconImageElement": "\/\/img[@id=\"profile-image\"]",
7
- "exampleUrl": "http:\/\/twitter.com\/swdyh",
8
- "exampleImageUrl": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/51990802\/IMAG8174_bigger.JPG"
3
+ "service_name": "turnyournameintoaface",
4
+ "url": "^http://turnyournameintoaface.com/\\?name=([^./]+)",
5
+ "iconImageElement": "//p[@class=\"image\"]/img",
6
+ "exampleUrl": "http://turnyournameintoaface.com/?name=ucnv",
7
+ "iconPageUrl": "http://turnyournameintoaface.com/?name={user_id}",
8
+ "exampleImageUrl": "http://turnyournameintoaface.com/face/10100311.png"
9
9
  },
10
10
  {
11
- "service_name": "wassr",
12
- "url": "^http:\/\/wassr\\.jp\/user\/([^.\/]+)",
13
- "iconPageUrl": "http:\/\/wassr.jp\/user\/{user_id}",
14
- "iconImageElement": "\/\/div[@class=\"image\"]\/a\/img",
15
- "exampleUrl": "http:\/\/wassr.jp\/user\/kotoriko",
16
- "exampleImageUrl": "http:\/\/wassr.jp\/user\/kotoriko\/profile_img.png.128.1212746583"
11
+ "service_name": "logpi",
12
+ "url": "^http://logpi.jp/([^/]+)",
13
+ "iconImageElement": "//td[@class=\"icon\"]/a/img",
14
+ "exampleUrl": "http://logpi.jp/ikeniecom",
15
+ "iconPageUrl": "http://logpi.jp/{user_id}",
16
+ "exampleImageUrl": "http://image.jugemkey.jp/user/ikenie/76?service=logpi"
17
17
  },
18
18
  {
19
- "service_name": "hatena",
20
- "url": "^http:\/\/[^.]+\\.hatena.ne\\.jp\/([^.\/]+)",
21
- "iconPageUrl": "http:\/\/www.hatena.ne.jp\/{user_id}\/",
22
- "iconImageElement": "\/\/img[@class=\"profile-image\"]",
23
- "exampleUrl": "http:\/\/www.hatena.ne.jp\/swdyh\/",
24
- "exampleImageUrl": "http:\/\/www.hatena.ne.jp\/users\/sw\/swdyh\/profile.gif"
19
+ "service_name": "najimi",
20
+ "url": "^http://najimi.jp/([^/]+)",
21
+ "iconImageElement": "//div[@id=\"nv_container\"]//img",
22
+ "exampleUrl": "http://najimi.jp/hysysk",
23
+ "iconPageUrl": "http://najimi.jp/{user_id}",
24
+ "exampleImageUrl": "http://najimi.jp/image/usericons/hysysk_1205956242.png"
25
+ },
26
+ {
27
+ "service_name": "github",
28
+ "url": "^http://github\\.com/([^/]+)",
29
+ "iconImageElement": "//h1[@class=\"avatared\"]//img",
30
+ "exampleUrl": "https://github.com/kzys",
31
+ "iconPageUrl": "https://github.com/{user_id}",
32
+ "exampleImageUrl": "http://www.gravatar.com/avatar/7828b45f8396aa361d85cead01fd99ca?s=50&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-50.png"
25
33
  },
26
34
  {
27
- "service_name": "nowa",
28
- "url": "^http:\/\/([^.\/]+)\\.nowa\\.jp\/profile\/",
29
- "iconPageUrl": "http:\/\/{user_id}.nowa.jp\/profile\/",
30
- "iconImageElement": "\/\/div[@class=\"basic-information\"]\/img",
31
- "exampleUrl": "http:\/\/yuiseki.nowa.jp\/profile\/",
32
- "exampleImageUrl": "http:\/\/image.nowa.jp\/icon\/00000011c1be13a9decc002ed6f1505814cae91870a1759-o.jpg"
35
+ "service_name": "flickr",
36
+ "url": "^http://www\\.flickr\\.com/people/([^/]+)/",
37
+ "iconImageElement": "//td[@class=\"Buddy\"]/a/img",
38
+ "exampleUrl": "http://www.flickr.com/people/kusaker/",
39
+ "iconPageUrl": "http://www.flickr.com/people/{user_id}/",
40
+ "exampleImageUrl": "http://farm1.static.flickr.com/128/buddyicons/39255132@N00.jpg?1169585056#39255132@N00"
33
41
  },
34
42
  {
35
43
  "service_name": "lastfm",
36
- "url": "^http:\/\/www\\.lastfm\\.jp\/user\/([^.\/]+)",
37
- "iconPageUrl": "http:\/\/www.lastfm.jp\/user\/{user_id}",
38
- "iconImageElement": "\/\/span[@class=\"userImage\"]\/img",
39
- "exampleUrl": "http:\/\/www.lastfm.jp\/user\/youpy",
40
- "exampleImageUrl": "http:\/\/userserve-ak.last.fm\/serve\/126\/936583.jpg"
44
+ "url": "^http://www\\.lastfm\\.jp/user/([^/]+)",
45
+ "iconImageElement": "//span[@class=\"userImage\"]/img",
46
+ "exampleUrl": "http://www.lastfm.jp/user/youpy",
47
+ "iconPageUrl": "http://www.lastfm.jp/user/{user_id}",
48
+ "exampleImageUrl": "http://userserve-ak.last.fm/serve/126/936583.jpg"
41
49
  },
42
50
  {
43
- "service_name": "flickr",
44
- "url": "^http:\/\/www\\.flickr\\.com\/people\/([^.\/]+)\/",
45
- "iconPageUrl": "http:\/\/www.flickr.com\/people\/{user_id}\/",
46
- "iconImageElement": "\/\/td[@class=\"Buddy\"]\/a\/img",
47
- "exampleUrl": "http:\/\/www.flickr.com\/people\/kusaker\/",
48
- "exampleImageUrl": "http:\/\/farm1.static.flickr.com\/128\/buddyicons\/39255132@N00.jpg?1169585056#39255132@N00"
51
+ "service_name": "hatena",
52
+ "url": "^http://[^.]+\\.hatena.ne\\.jp/([^./]+)",
53
+ "iconImageElement": "//img[@class=\"userimg\"]",
54
+ "exampleUrl": "http://www.hatena.ne.jp/swdyh/",
55
+ "iconPageUrl": "http://www.hatena.ne.jp/{user_id}/",
56
+ "exampleImageUrl": "http://www.hatena.ne.jp/users/sw/swdyh/profile.gif"
49
57
  },
50
58
  {
51
- "service_name": "github",
52
- "url": "^http:\/\/github\\.com\/([^.\/]+)",
53
- "iconPageUrl": "http:\/\/github.com\/{user_id}",
54
- "iconImageElement": "\/\/div[@class=\"identity\"]\/img",
55
- "exampleUrl": "http:\/\/github.com\/kzys",
56
- "exampleImageUrl": "http:\/\/www.gravatar.com\/avatar\/7828b45f8396aa361d85cead01fd99ca?s=50&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-50.png"
59
+ "service_name": "wassr",
60
+ "url": "^http://wassr\\.jp/user/([^/]+)",
61
+ "iconImageElement": "//div[@class=\"image\"]/a/img",
62
+ "exampleUrl": "http://wassr.jp/user/kotoriko",
63
+ "iconPageUrl": "http://wassr.jp/user/{user_id}",
64
+ "exampleImageUrl": "http://wassr.jp/user/kotoriko/profile_img.png.128.1212746583"
57
65
  },
58
66
  {
59
- "service_name": "turnyournameintoaface",
60
- "url": "^http://turnyournameintoaface.com/\\\?name=([^.\/]+)",
61
- "iconPageUrl": "http://turnyournameintoaface.com/?name={user_id}",
62
- "iconImageElement": "\/\/p[@class=\"image\"]\/img",
63
- "exampleUrl": "http://turnyournameintoaface.com/?name=ucnv",
64
- "exampleImageUrl": "http://turnyournameintoaface.com/face/10100311.png"
67
+ "service_name": "twitter",
68
+ "url": "^http://twitter\\.com/([^/]+)",
69
+ "iconImageElement": "//img[@id=\"profile-image\" or @class=\"profile-img\"]",
70
+ "exampleUrl": "http://twitter.com/swdyh",
71
+ "iconPageUrl": "http://twitter.com/{user_id}",
72
+ "exampleImageUrl": "http://s3.amazonaws.com/twitter_production/profile_images/51990802/IMAG8174_bigger.JPG"
65
73
  }
66
74
  ]
@@ -1,5 +1,6 @@
1
- require File.dirname(__FILE__) + '/test_helper.rb'
1
+ $LOAD_PATH.push '.' unless $LOAD_PATH.include? '.'
2
2
 
3
+ require File.dirname(__FILE__) + '/test_helper.rb'
3
4
  require "test/unit"
4
5
  require 'mocha'
5
6
 
@@ -0,0 +1,534 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang="ja" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>ikeniecom (ikeniecom) on ログピ</title>
6
+ <meta name="keywords" content="ミニブログ,ライフログ,ログピ,つぶやき,いま,life,mini,micro,マイクロブログ,携帯,mobile,Pi,LOGPI,コミュニケーション,コミュニティ,共有,リアルタイム,ペパボ,paperboy" />
7
+ <meta name="description" content="ブログよりも簡単で、SNSよりも気軽に友達とつながれるミニブログサービス。つぶやき、日記、メモ、友達への連絡にと、使い方はたくさん。パソコンとケータイからお使いいただけます。もちろん無料です。" />
8
+ <meta http-equiv="Content-Style-Type" content="text/css" />
9
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
10
+ <meta http-equiv="Imagetoolbar" content="no" />
11
+ <meta name="verify-v1" content="0xYu79cVepoYzo2LvD5ELVIWXSyh9Q5jV94nlCNdV9w=" />
12
+ <META name="y_key" content="6446201c12d59c19" />
13
+ <link rev="made" href="mailto:info@logpi.jp" />
14
+ <link rel="index" href="http://logpi.jp/" title="ログピ" />
15
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
16
+ <link rel="apple-touch-icon" href="/image/apple-touch-icon.png" />
17
+ <script type="text/javascript" src="/js/common.js"></script>
18
+ <script type="text/javascript" src="/js/jquery.js"></script>
19
+ <script type="text/javascript" src="/js/post.js"></script>
20
+ <script type="text/javascript" src="/js/vtip.js"></script>
21
+ <script type="text/javascript" src="/js/jquery.oembed.js"></script>
22
+ <script type="text/javascript" src="/js/jquery.wordbreak.js"></script>
23
+ <style type="text/css" media="all">@import "/css/common.css?v20101124";</style>
24
+ <!--[if IE]>
25
+ <style type="text/css" media="all">@import "/css/common_ie.css";</style>
26
+ <![endif]-->
27
+ <style type="text/css" media="all">@import "/css/vtip.css";</style>
28
+
29
+
30
+
31
+ <link rel="alternate" type="application/rss+xml" title="ikeniecom's log (RSS)" href="http://logpi.jp/ikeniecom/feed/you" />
32
+
33
+
34
+ <style type="text/css">
35
+ body {
36
+ }
37
+
38
+ #sidebar {
39
+ }
40
+ </style>
41
+ <link rel="Stylesheet" href="/css/keyheader.css" type="text/css" />
42
+ </head>
43
+ <!-- google_ad_section_start -->
44
+ <body id="user" class="recent" >
45
+
46
+
47
+ <div id="global-header">
48
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
49
+ <tr>
50
+ <td class="left-area">
51
+ <div id="ad-header-text">
52
+ <a href="http://www.paperboy.co.jp/" target="_blank"><img src="/image/logo-paperboy.gif"></a>
53
+ </div>
54
+ </td>
55
+ <td class="right-area">
56
+ <div class="common-menu">
57
+ <a href="/signin">ログイン</a> - <a href="/signup">ユーザー登録</a> - <a href="/app">アプリ</a> - <a href="/help">ヘルプ</a>
58
+ </div>
59
+ </td>
60
+ </tr>
61
+ </table>
62
+ </div>
63
+ <div id="wrapper">
64
+ <div id="header">
65
+ <div class="left-area">
66
+ <a href="/"><img src="/image/logo.png" title="ログピ" /></a>
67
+ </div>
68
+ <div class="right-area">
69
+ <div id="ad-header-banner">
70
+ <a href="/logo/index.html"><img src="/image/btn_logohistry.gif" /></a>
71
+ <!--/* OpenX Javascript Tag v2.4.6 */-->
72
+
73
+ <!--/*SSL Delivery CommentSSL Backup CommentComment
74
+ */-->
75
+
76
+ <a href="http://hokuo.calamel.jp/" target='_blank'><img src="/image/common/banner/hokuoblog_468_60.gif" /></a>
77
+ </div>
78
+ <a href="/all" class="all"><span>みんなのログ</span></a>
79
+ <a href="/title/list" class="title"><span>タイトルリスト</span></a>
80
+ <br class="clear" />
81
+ </div>
82
+ </div>
83
+ <br class="clear" />
84
+ </div> <div id="contents">
85
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
86
+ <tr valign="top">
87
+ <td>
88
+ <div id="sidebar">
89
+
90
+
91
+
92
+
93
+ <div class="box" id="calendar">
94
+ <h3>カレンダー</h3>
95
+ <table width="100%" cellspacing="0" cellpadding="1" border="0">
96
+ <tr>
97
+ <td align="left">
98
+ <a href="/ikeniecom/archive/calendar/20110518">&laquo;</a>
99
+ </td>
100
+ <td align="center" nowrap>2011年06月</td>
101
+ <td align="right">
102
+ <a href="/ikeniecom/archive/calendar/20110718">&raquo;</a>
103
+ </td>
104
+ </tr>
105
+ </table>
106
+ <table width="100%" border="0" cellspacing="1" cellpadding="0" class="cal">
107
+ <tr>
108
+ <th>S</th>
109
+ <th>M</th>
110
+ <th>T</th>
111
+ <th>W</th>
112
+ <th>T</th>
113
+ <th>F</th>
114
+ <th>S</th></th>
115
+ </tr>
116
+ <tr>
117
+ <td>&nbsp;</td>
118
+ <td>&nbsp;</td>
119
+ <td>&nbsp;</td>
120
+ <td class="c01">
121
+ 1
122
+ </td>
123
+
124
+ <td class="c02">
125
+ 2
126
+ </td>
127
+
128
+ <td class="c03">
129
+ 3
130
+ </td>
131
+
132
+ <td class="c04">
133
+ 4
134
+ </td>
135
+
136
+ <tr>
137
+ <td class="c05">
138
+ 5
139
+ </td>
140
+
141
+ <td class="c06">
142
+ 6
143
+ </td>
144
+
145
+ <td class="c07">
146
+ 7
147
+ </td>
148
+
149
+ <td class="c08">
150
+ 8
151
+ </td>
152
+
153
+ <td class="c09">
154
+ 9
155
+ </td>
156
+
157
+ <td class="c10">
158
+ 10
159
+ </td>
160
+
161
+ <td class="c11">
162
+ 11
163
+ </td>
164
+
165
+ <tr>
166
+ <td class="c12">
167
+ 12
168
+ </td>
169
+
170
+ <td class="c13">
171
+ 13
172
+ </td>
173
+
174
+ <td class="c14">
175
+ 14
176
+ </td>
177
+
178
+ <td class="c15">
179
+ 15
180
+ </td>
181
+
182
+ <td class="c16">
183
+ 16
184
+ </td>
185
+
186
+ <td class="c17">
187
+ 17
188
+ </td>
189
+
190
+ <td class="c18">
191
+ 18
192
+ </td>
193
+
194
+ <tr>
195
+ <td class="c19">
196
+ 19
197
+ </td>
198
+
199
+ <td class="c20">
200
+ 20
201
+ </td>
202
+
203
+ <td class="c21">
204
+ 21
205
+ </td>
206
+
207
+ <td class="c22">
208
+ 22
209
+ </td>
210
+
211
+ <td class="c23">
212
+ 23
213
+ </td>
214
+
215
+ <td class="c24">
216
+ 24
217
+ </td>
218
+
219
+ <td class="c25">
220
+ 25
221
+ </td>
222
+
223
+ <tr>
224
+ <td class="c26">
225
+ 26
226
+ </td>
227
+
228
+ <td class="c27">
229
+ 27
230
+ </td>
231
+
232
+ <td class="c28">
233
+ 28
234
+ </td>
235
+
236
+ <td class="c29">
237
+ 29
238
+ </td>
239
+
240
+ <td class="c30">
241
+ 30
242
+ </td>
243
+
244
+ <td>&nbsp;</td>
245
+ <td>&nbsp;</td>
246
+ </table>
247
+ </div>
248
+
249
+
250
+
251
+
252
+
253
+ <div class="box" id="services">
254
+ <h3>サービス</h3>
255
+
256
+ <br class="clear" />
257
+ </div>
258
+
259
+ <div class="box" id="qr">
260
+ <h3>モバイルログピ(α版)</h3>
261
+ <div><img src="/image/qr.png" /></div>
262
+ <p>
263
+ ケータイでいつでもログピ!<br />
264
+ <span>http://m.logpi.jp/</span>
265
+ </p>
266
+ </div>
267
+
268
+ <div class="box">
269
+ <h3>
270
+ <p class="more"><a href="/info">more &raquo;</a>
271
+ </p>ログピからのお知らせ<br class="clear" />
272
+ </h3>
273
+ <p>
274
+ ログピアプリに関してのご感想・ご要望はこちらにどうぞ。
275
+ <span class="info-time"><br />
276
+ <a href="/info/permalink/4667733">
277
+ 2011.05.17 16:12
278
+ </a>
279
+ </span>
280
+ </p>
281
+ </div>
282
+
283
+ <div class="box" id="help-menu">
284
+ <h3>ログピヘルプ</h3>
285
+ <div class="links">
286
+ <dl>
287
+ <dt></dt>
288
+ <dd><a href="/help/1/1" class="m1_1"></a></dd>
289
+ <dd><a href="/help/1/2" class="m1_2"></a></dd>
290
+ <dd><a href="/help/1/3" class="m1_3"></a></dd>
291
+ </dl>
292
+ <dl>
293
+ <dt></dt>
294
+ <dd><a href="/help/2/1" class="m2_1"></a></dd>
295
+ <dd><a href="/help/2/2" class="m2_2"></a></dd>
296
+ <dd><a href="/help/2/3" class="m2_3"></a></dd>
297
+ <dd><a href="/help/2/4" class="m2_4"></a></dd>
298
+ <dd><a href="/help/2/5" class="m2_5"></a></dd>
299
+ <dd><a href="/help/2/6" class="m2_6"></a></dd>
300
+ <dd><a href="/help/2/7" class="m2_7"></a></dd>
301
+ <dd><a href="/help/2/8" class="m2_8"></a></dd>
302
+ <dd><a href="/help/2/9" class="m2_9"></a></dd>
303
+ </dl>
304
+ <dl>
305
+ <dt></dt>
306
+ <dd><a href="/help/3/1" class="m3_1"></a></dd>
307
+ <dd><a href="/help/3/2" class="m3_2"></a></dd>
308
+ <dd><a href="/help/3/3" class="m3_3"></a></dd>
309
+ <dd><a href="/help/3/4" class="m3_4"></a></dd>
310
+ </dl>
311
+ <dl>
312
+ <dt></dt>
313
+ <dd><a href="/help/4/1" class="m4_1"></a></dd>
314
+ <dd><a href="/help/4/2" class="m4_2"></a></dd>
315
+ </dl>
316
+ <dl>
317
+ <dt></dt>
318
+ <dd><a href="/help/5/1" class="m5_1"></a></dd>
319
+ <dd><a href="/help/5/2" class="m5_2"></a></dd>
320
+ </dl>
321
+ <dl>
322
+ <dt></dt>
323
+ <dd><a href="/help/6/2" class="m6_2"></a></dd>
324
+ <dd><a href="/help/6/3" class="m6_3"></a></dd>
325
+ <dd><a href="/help/6/4" class="m6_4"></a></dd>
326
+ </dl>
327
+ </div>
328
+ </div>
329
+
330
+ </div>
331
+
332
+
333
+
334
+ <div id="sidead">
335
+ <div style="margin:20px 0 0 35px;line-height:180%;">
336
+ <a href="http://calamel.jp/" target="_blank"><img src="/image/banner/bnr_calamel_132_36.gif" alt="通販" /></a>
337
+ <div style="margin: 0 0 0 54px;"><a href="http://calamel.jp/" target="_blank">通販</a></div>
338
+ </div>
339
+ <div style="margin:20px 0 0 35px;line-height:180%;">
340
+ <a href="http://shop-pro.jp/?logpi_s" target="_blank"><img src="/image/banner/cmsp46_132_36.gif" alt="ショッピングカート" /></a>
341
+ <div style="margin: 0 0 0 22px;"><a href="http://shop-pro.jp/?logpi_s" target="_blank">ショッピングカート</a></div>
342
+ </div>
343
+
344
+ </div>
345
+
346
+ </td>
347
  <td>
348
+ <div id="main">
349
+ <div class="box" id="profile-area">
350
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
351
+ <tr>
352
+ <td class="icon">
353
+ <a href="/ikeniecom">
354
+ <img src="http://img.logpi.jp/A4AD5BCC-4618-11DF-B24D-E0D87394D2F4_l.jpg" />
355
+ </a>
356
+ </td>
357
+ <td class="name">
358
+ <h1>ikeniecom</h1>
359
+ </td>
360
+ <td class="profile">
361
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
362
+ <tr>
363
+ <th>誕生日</th>
364
+ <td>
365
+ </td>
366
+ </tr>
367
+
368
+
369
+
370
+
371
+ </table>
372
+ </td>
373
+ </tr>
374
+ </table>
375
+ </div>
376
+ <div class="tab">
377
+ <a href="/ikeniecom" class="logs">ログ</a>
378
+ <a href="/ikeniecom/reply" class="reply">返信されたログ</a>
379
+ <a href="/ikeniecom/follow" class="follow">友達のログ</a>
380
+ <a href="/ikeniecom/fav" class="fav">Loveしたログ</a>
381
+ <a href="/ikeniecom/friend" class="friend">フォロー</a>
382
+ <a href="/ikeniecom/follower" class="follower">フォロワー</a>
383
+ <br class="clear" />
384
+ </div>
385
+ <div class="submenu">
386
+ <a href="/ikeniecom/faved" class="faved">Loveされたログ</a>
387
+ <a href="/ikeniecom/repi" class="repi">RePiログ</a>
388
+ <a href="/ikeniecom/checked" class="checked">チェックログ</a>
389
+ <a href="/ikeniecom/mobile" class="mobile">モバイルログ</a>
390
+ </div>
1
391
 
392
+ <form name="add" action="/user/update/add" method="post"><input type="hidden" name="_csrf_token" value="b8693d9164e9b81c0d100df7f4b872b379368a75" />
393
+ <input type="hidden" name="fid" value="">
394
+ <input type="hidden" name="nid" value="">
395
+ <input type="hidden" name="type" value="">
396
+ <input type="hidden" name="url" value="/ikeniecom">
397
+ </form>
398
+
399
+ <form name="del" action="/user/update/delete" method="post"><input type="hidden" name="_csrf_token" value="b8693d9164e9b81c0d100df7f4b872b379368a75" />
400
+ <input type="hidden" name="fid" value="">
401
+ <input type="hidden" name="nid" value="">
402
+ <input type="hidden" name="type" value="">
403
+ <input type="hidden" name="url" value="/ikeniecom">
404
+ </form>
405
+ <div class="autopagerize_insert_before"></div>
406
+ <div class="pager" id="pager-bottom">
407
+
408
+ </div>
409
+ </div>
410
+ </td>
411
+ </tr>
412
+ </table>
413
+ </div>
414
+ </div>
415
+ <!-- つぶやきの改行処理 -->
416
+ <script type="text/javascript">
417
+ jQuery(function($){
418
+ $(".tltext").wordbreak();
419
+ });
420
+ </script>
421
+ <!-- /つぶやきの改行処理 -->
422
+ <!-- google_ad_section_end -->
423
+ <div id="global-footer">
424
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
425
+ <tr>
426
+ <td class="left-area">
427
+ <a href="/">ホーム</a> -
428
+ <a href="http://logpi.jugem.jp">お知らせ</a> -
429
+ <a href="/title/1">フォーラム</a> -
430
+ <a href="https://secure.jugemkey.jp/support/inq.php?service_id=11" target="_blank">お問い合わせ</a> -
431
+ <a href="/terms">利用規約</a> -
432
+ <a href="http://www.paperboy.co.jp/company/">会社概要</a> -
433
+ <a href="http://www.paperboy.co.jp/company/privacy/">プライバシーポリシー</a> -
434
+ <a href="http://www.paperboy.co.jp/recruit/">採用情報</a> -
435
+ <a href="http://ir.paperboy.co.jp/">IR情報</a>
436
+ </td>
437
+ <td class="right-area">
438
+ <a href="JavaScript:scrollTo(0,0)" onclick="slowdownScroll();return false;">ページの先頭へ</a>
439
+ </td>
440
+
441
+ </tr>
442
+ </table>
443
+ </div>
444
+
445
+ <div class="fukidashi-wrapper"><!----></div>
446
+
447
+ <div id="copyright">
448
+ &copy;2011 paperboy&co. All rights reserved.
449
+ </div>
450
+ <!-- // footer -->
451
+
452
+ <!-- google_ad_section_start(weight=ignore) -->
453
+ <div class="fukidashi-pepabo-footer"><!----></div>
454
+
455
+ <!-- pepabo-footer -->
456
+ <div id="paperboy_footer">
457
+ <div class="paperboy_logo">
458
+ <a href="http://www.paperboy.co.jp" target="_blank" title="株式会社paperboy&amp;co."><img src="/image/paperboy.png" alt="paperboy&amp;co." /></a>
459
+ </div>
460
+ <div class="pepabo_service">
461
+ <dl>
462
+ <dt>ブログ・SNS・コンテンツ作成</dt>
463
+ <dd>
464
+ <ul>
465
+ <li><a href="http://jugem.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/jugem');" title="JUGEM(ジュゲム)のサービスに飛びます。">無料 ブログ</a></li>
466
+ <li><a href="http://jugem.jp/service/plus/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/jugem');" title="JUGEMプラス(ジュゲムプラス)のサービスに飛びます。">有料 ブログ</a></li>
467
+ <li><a href="http://logpi.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/logpi');" title="ログピのサービスに飛びます。">ミニブログ</a></li>
468
+ <li><a href="http://grouptube.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/grouptube');" title="Grouptube(グループチューブ)のサービスに飛びます。">SNS構築</a></li>
469
+ <li><a href="http://30d.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/30d');" title="30days Albumのサービスに飛びます。">写真共有</a></li>
470
+ <li><a href="http://candybox.to/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/candybox');" title="CANDY BOX!(キャンディーボックス)のサービスに飛びます。">レンタル CGI</a></li>
471
+ </ul>
472
+ </dd>
473
+ </dl>
474
+ <dl>
475
+ <dt>通販・書籍・レビュー</dt>
476
+ <dd>
477
+ <ul>
478
+ <li><a href="http://calamel.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/calamel');" title="カラメルのサービスに飛びます。">通販</a></li>
479
+ <li><a href="http://p.booklog.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/p.booklog');" title="パブーのサービスに飛びます。">電子書籍</a></li>
480
+ <li><a href="http://booklog.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/booklog');" title="ブクログのサービスに飛びます。">ブックレビュー</a></li>
481
+ <li><a href="http://user.calamel.jp/affiliate/about" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/user.calamel');" title="カラメルアフィリエイトのサービスに飛びます。">アフィリエイト</a></li>
482
+ </ul>
483
+ </dd>
484
+ </dl>
485
+ <dl>
486
+ <dt>ホームページ作成</dt>
487
+ <dd>
488
+ <ul>
489
+ <li><a href="http://shop-pro.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/shop-pro');" title="カラーミーショップのサービスに飛びます。">ショッピングカート</a></li>
490
+ <li><a href="http://www.petit.cc/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/www.petit');" title="petit(プチ)のサービスに飛びます。">写真日記</a></li>
491
+ <li><a href="http://osaipo.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/osaipo');" title="Osaipo(おさいぽ!)のサービスに飛びます。">ポイント決済</a></li>
492
+ </ul>
493
+ </dd>
494
+ </dl>
495
+ <dl>
496
+ <dt>サーバー・ドメイン</dt>
497
+ <dd>
498
+ <ul>
499
+ <li><a href="http://lolipop.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/lolipop');" title="ロリポップ!のサービスに飛びます。">レンタルサーバー</a></li>
500
+ <li><a href="http://heteml.jp/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/heteml');" title="heteml(ヘテムル)のサービスに飛びます。">レンタルサーバー 大容量</a></li>
501
+ <li><a href="http://muumuu-domain.com/" target="_blank" onclick="javascript:pageTracker._trackPageview('/paperboy-footer/muumuu-domain');" title="ムームードメインのサービスに飛びます。">ドメイン</a></li>
502
+ </ul>
503
+ </dd>
504
+ </dl>
505
+ </div>
506
+ </div>
507
+ <!--[if IE 6]>
508
+ <script src="/js/DD_belatedPNG_0.0.8a-min.js"></script>
509
+ <script>
510
+ DD_belatedPNG.fix('.paperboy_logo img');
511
+ </script>
512
+ <![endif]-->
513
+ <!-- // pepabo-footer -->
514
+
515
+
516
+ <script type="text/javascript">
517
+
518
+ var _gaq = _gaq || [];
519
+ _gaq.push(['_setAccount', 'UA-244715-39']);
520
+ _gaq.push(['_trackPageview']);
521
+
522
+ (function() {
523
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
524
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
525
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
526
+ })();
527
+
528
+ </script>
529
+
530
+
531
+ <script type="text/javascript">
532
+ _gaq.push(['_trackEvent', 'ProcessingTime', 'Page', '/ikeniecom', 371]);
533
+ </script>
534
+
535
+ </body>
536
+ </html>
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avaticon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ prerelease:
5
+ version: 0.0.7
5
6
  platform: ruby
6
7
  authors:
7
8
  - swdyh
@@ -9,19 +10,19 @@ autorequire: ""
9
10
  bindir: bin
10
11
  cert_chain: []
11
12
 
12
- date: 2009-09-26 00:00:00 +09:00
13
- default_executable:
13
+ date: 2011-06-18 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: hpricot
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
17
+ prerelease: false
18
+ requirement: &id001 !ruby/object:Gem::Requirement
19
+ none: false
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: "0.6"
24
- version:
24
+ type: :runtime
25
+ version_requirements: *id001
25
26
  description: A library for getting web service user icon.
26
27
  email: ""
27
28
  executables: []
@@ -40,6 +41,7 @@ files:
40
41
  - test/html/github_kzys
41
42
  - test/html/hatena_swdyh
42
43
  - test/html/lastfm_youpy
44
+ - test/html/logpi_ikeniecom
43
45
  - test/html/nowa_yuiseki
44
46
  - test/html/turnyournameintoaface_ucnv
45
47
  - test/html/twitter_swdyh
@@ -47,7 +49,6 @@ files:
47
49
  - test/test_helper.rb
48
50
  - lib/avaticon.rb
49
51
  - lib/siteinfo.json
50
- has_rdoc: true
51
52
  homepage: http://avaticon.rubyforge.org
52
53
  licenses: []
53
54
 
@@ -66,21 +67,21 @@ rdoc_options:
66
67
  require_paths:
67
68
  - lib
68
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
+ none: false
69
71
  requirements:
70
72
  - - ">="
71
73
  - !ruby/object:Gem::Version
72
74
  version: "0"
73
- version:
74
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
+ none: false
75
77
  requirements:
76
78
  - - ">="
77
79
  - !ruby/object:Gem::Version
78
80
  version: "0"
79
- version:
80
81
  requirements: []
81
82
 
82
83
  rubyforge_project: avaticon
83
- rubygems_version: 1.3.5
84
+ rubygems_version: 1.7.2
84
85
  signing_key:
85
86
  specification_version: 3
86
87
  summary: A library for getting web service user icon.