tdiary-contrib 3.2.2.20130518
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +1 -0
- data/.travis.yml +7 -0
- data/Gemfile +13 -0
- data/Gemfile.lock +35 -0
- data/README.en.md +12 -0
- data/README.md +13 -0
- data/Rakefile +41 -0
- data/doc/en/filter/spambayes.txt +3 -0
- data/doc/en/plugin.txt +1 -0
- data/doc/en/style/hatena.txt +10 -0
- data/doc/en/style/markdown.txt +16 -0
- data/doc/en/util.txt +1 -0
- data/doc/ja/filter/antirefspam.history.txt +59 -0
- data/doc/ja/filter/antirefspam.txt +86 -0
- data/doc/ja/filter/comment_key.ja.html +182 -0
- data/doc/ja/filter/spambayes.txt +3 -0
- data/doc/ja/plugin/add_bookmark.txt +50 -0
- data/doc/ja/plugin/category_to_tag.txt +21 -0
- data/doc/ja/plugin/cocoment.txt +31 -0
- data/doc/ja/plugin/google_adsense.txt +25 -0
- data/doc/ja/plugin/google_analytics.txt +7 -0
- data/doc/ja/plugin/image_detail.txt +69 -0
- data/doc/ja/plugin/image_gps.txt +36 -0
- data/doc/ja/plugin/image_gps2.txt +41 -0
- data/doc/ja/plugin/livedoor_weather.txt +105 -0
- data/doc/ja/plugin/opensearch_ad.txt +16 -0
- data/doc/ja/plugin/section_footer.txt +84 -0
- data/doc/ja/plugin/select_theme.txt +1 -0
- data/doc/ja/plugin.txt +13 -0
- data/doc/ja/style/hatena.txt +10 -0
- data/doc/ja/style/markdown.txt +13 -0
- data/doc/ja/util.txt +12 -0
- data/filter/antirefspam.rb +263 -0
- data/filter/commentkey.rb +29 -0
- data/filter/commentsize.rb +18 -0
- data/filter/hidecomment.rb +13 -0
- data/filter/iplookup.rb +55 -0
- data/filter/plugin/antirefspam.rb +59 -0
- data/filter/plugin/commentkey.rb +58 -0
- data/filter/plugin/commentsize.rb +12 -0
- data/filter/plugin/en/iplookup.rb +9 -0
- data/filter/plugin/en/spambayes.rb +123 -0
- data/filter/plugin/iplookup.rb +39 -0
- data/filter/plugin/ja/antirefspam.rb +91 -0
- data/filter/plugin/ja/commentkey.rb +17 -0
- data/filter/plugin/ja/commentsize.rb +6 -0
- data/filter/plugin/ja/iplookup.rb +9 -0
- data/filter/plugin/ja/spambayes.rb +124 -0
- data/filter/plugin/spambayes.rb +501 -0
- data/filter/plugin/zh/iplookup.rb +9 -0
- data/filter/rblcheck.rb +36 -0
- data/filter/spambayes.rb +535 -0
- data/filter/spamlookup.rb +37 -0
- data/io/dbi_io/ChangeLog +19 -0
- data/io/dbi_io/README.ja +39 -0
- data/io/dbi_io/dbi_io.rb +181 -0
- data/io/dbi_io/plugin/refererDbiIO.rb +76 -0
- data/io/dbi_io/tdiary_table.sql +42 -0
- data/js/appstore.js +109 -0
- data/js/datepicker.js +69 -0
- data/js/editor.js +82 -0
- data/js/flickr.js +157 -0
- data/js/image_ex.js +79 -0
- data/js/jquery.socialbutton.js +842 -0
- data/js/nicovideo.js +17 -0
- data/js/picasa.js +322 -0
- data/js/plugin_checker.js +71 -0
- data/js/prettify/lang-apollo.js +2 -0
- data/js/prettify/lang-clj.js +18 -0
- data/js/prettify/lang-css.js +2 -0
- data/js/prettify/lang-go.js +1 -0
- data/js/prettify/lang-hs.js +2 -0
- data/js/prettify/lang-lisp.js +3 -0
- data/js/prettify/lang-lua.js +2 -0
- data/js/prettify/lang-ml.js +2 -0
- data/js/prettify/lang-n.js +4 -0
- data/js/prettify/lang-proto.js +1 -0
- data/js/prettify/lang-scala.js +2 -0
- data/js/prettify/lang-sql.js +2 -0
- data/js/prettify/lang-tex.js +1 -0
- data/js/prettify/lang-vb.js +2 -0
- data/js/prettify/lang-vhdl.js +3 -0
- data/js/prettify/lang-wiki.js +2 -0
- data/js/prettify/lang-xq.js +3 -0
- data/js/prettify/lang-yaml.js +2 -0
- data/js/prettify/prettify.css +1 -0
- data/js/prettify/prettify.js +28 -0
- data/js/referer.js +17 -0
- data/js/show_and_hide.js +39 -0
- data/js/socialbutton.js +126 -0
- data/js/twitter_anywhere.js +28 -0
- data/js/yahoo_kousei.js +21 -0
- data/lib/bayes/convert.rb +34 -0
- data/lib/bayes.rb +232 -0
- data/lib/exifparser/BUGS +1 -0
- data/lib/exifparser/ChangeLog +169 -0
- data/lib/exifparser/README +15 -0
- data/lib/exifparser/install.rb +1015 -0
- data/lib/exifparser/lib/exifparser/makernote/canon.rb +502 -0
- data/lib/exifparser/lib/exifparser/makernote/fujifilm.rb +415 -0
- data/lib/exifparser/lib/exifparser/makernote/minolta.rb +84 -0
- data/lib/exifparser/lib/exifparser/makernote/mk_nikonflensname.rb +39 -0
- data/lib/exifparser/lib/exifparser/makernote/nikon.rb +267 -0
- data/lib/exifparser/lib/exifparser/makernote/nikon2.rb +581 -0
- data/lib/exifparser/lib/exifparser/makernote/nikonflensname.rb +438 -0
- data/lib/exifparser/lib/exifparser/makernote/olympus.rb +225 -0
- data/lib/exifparser/lib/exifparser/makernote/prove.rb +84 -0
- data/lib/exifparser/lib/exifparser/makernote/sigma.rb +237 -0
- data/lib/exifparser/lib/exifparser/pre-setup.rb +1 -0
- data/lib/exifparser/lib/exifparser/scan.rb +278 -0
- data/lib/exifparser/lib/exifparser/tag.rb +2298 -0
- data/lib/exifparser/lib/exifparser/thumbnail.rb +76 -0
- data/lib/exifparser/lib/exifparser/utils.rb +88 -0
- data/lib/exifparser/lib/exifparser.rb +265 -0
- data/lib/exifparser/sample/exifview.rb +279 -0
- data/lib/tdiary-contrib.rb +19 -0
- data/lib/wgs2tky.rb +93 -0
- data/misc/section_footer2/buzzurl.yaml +6 -0
- data/misc/section_footer2/fc2.yaml +6 -0
- data/misc/section_footer2/ldc.yaml +6 -0
- data/misc/section_footer2/retweet.yaml +7 -0
- data/misc/section_footer2/twitter.yaml +7 -0
- data/misc/section_footer2/yahoo.yaml +6 -0
- data/misc/tdiarygraph/tdiarygraph120x90e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph125x125e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph240x180e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph468x60e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph728x90e.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x125r.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x125r7.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x125s.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x30.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes234x30.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes468x30.swf +0 -0
- data/plugin/add_bookmark.rb +89 -0
- data/plugin/apple_webclip.rb +26 -0
- data/plugin/appstore.rb +47 -0
- data/plugin/bigpresen.rb +86 -0
- data/plugin/bitly.rb +39 -0
- data/plugin/bootstrap-navi.rb +54 -0
- data/plugin/canonical.rb +9 -0
- data/plugin/category_similar.rb +73 -0
- data/plugin/category_to_tag.rb +60 -0
- data/plugin/category_to_tagcloud.rb +172 -0
- data/plugin/cocomment.rb +37 -0
- data/plugin/code-prettify.rb +23 -0
- data/plugin/coderwall.rb +34 -0
- data/plugin/datepicker.rb +28 -0
- data/plugin/day2section.rb +20 -0
- data/plugin/del_footer.rb +111 -0
- data/plugin/description_from_body.rb +23 -0
- data/plugin/development.rb +16 -0
- data/plugin/editor.rb +11 -0
- data/plugin/en/add_bookmark.rb +20 -0
- data/plugin/en/del_footer.rb +10 -0
- data/plugin/en/git-register.rb +3 -0
- data/plugin/en/livedoor_weather.rb +25 -0
- data/plugin/en/microsummary.rb +18 -0
- data/plugin/en/nicovideo.rb +38 -0
- data/plugin/en/openid.rb +8 -0
- data/plugin/en/section_footer.rb +6 -0
- data/plugin/en/section_footer2.rb +3 -0
- data/plugin/en/socialbutton.rb +5 -0
- data/plugin/everytrail.rb +39 -0
- data/plugin/facebook_comments.rb +59 -0
- data/plugin/flickr.rb +209 -0
- data/plugin/gist.rb +16 -0
- data/plugin/git-register.rb +240 -0
- data/plugin/github_badge.rb +27 -0
- data/plugin/github_link.rb +9 -0
- data/plugin/goo_gl.rb +42 -0
- data/plugin/google_adsense.rb +132 -0
- data/plugin/google_analytics.rb +39 -0
- data/plugin/google_map.rb +168 -0
- data/plugin/google_sitemaps.rb +60 -0
- data/plugin/google_webmaster.rb +22 -0
- data/plugin/hatena_bookmark_nocomment.rb +9 -0
- data/plugin/hatena_star.rb +66 -0
- data/plugin/hb_footer.rb +255 -0
- data/plugin/hb_footer4sec.rb +244 -0
- data/plugin/hb_footer4sec_js.rb +30 -0
- data/plugin/hide_comment_form.rb +4 -0
- data/plugin/hide_sidebar_iphone.rb +21 -0
- data/plugin/iddy.rb +81 -0
- data/plugin/image_detail.rb +143 -0
- data/plugin/image_ex.rb +462 -0
- data/plugin/image_gps.rb +128 -0
- data/plugin/inline_wiki.rb +6 -0
- data/plugin/instagr.rb +64 -0
- data/plugin/ja/add_bookmark.rb +20 -0
- data/plugin/ja/del_footer.rb +10 -0
- data/plugin/ja/flickr.rb +62 -0
- data/plugin/ja/git-register.rb +3 -0
- data/plugin/ja/google_sitemaps.rb +35 -0
- data/plugin/ja/livedoor_weather.rb +25 -0
- data/plugin/ja/microsummary.rb +18 -0
- data/plugin/ja/nicovideo.rb +41 -0
- data/plugin/ja/openid.rb +7 -0
- data/plugin/ja/section_footer.rb +6 -0
- data/plugin/ja/section_footer2.rb +4 -0
- data/plugin/ja/socialbutton.rb +6 -0
- data/plugin/jdate.rb +20 -0
- data/plugin/jholiday.rb +16 -0
- data/plugin/jmonth.rb +20 -0
- data/plugin/jquery_ui_theme.rb +55 -0
- data/plugin/jroku.rb +28 -0
- data/plugin/jyear.rb +37 -0
- data/plugin/latlonglab_route.rb +25 -0
- data/plugin/lazy_referer.rb +38 -0
- data/plugin/livedoor_weather.rb +180 -0
- data/plugin/make_link.rb +44 -0
- data/plugin/makerss_category.rb +43 -0
- data/plugin/makerss_comment.rb +35 -0
- data/plugin/microsummary.rb +62 -0
- data/plugin/mm_footer.rb +215 -0
- data/plugin/monthly_autopagerize.rb +67 -0
- data/plugin/my_hotentry.rb +132 -0
- data/plugin/navi_day.rb +118 -0
- data/plugin/navi_this_month.rb +15 -0
- data/plugin/nicovideo.rb +115 -0
- data/plugin/notify_miniblog.rb +134 -0
- data/plugin/ogp.rb +55 -0
- data/plugin/ohmsha_estore.rb +71 -0
- data/plugin/openid.rb +90 -0
- data/plugin/opensearch_ad.rb +33 -0
- data/plugin/picasa.rb +56 -0
- data/plugin/plugin_checker.rb +41 -0
- data/plugin/popit.rb +22 -0
- data/plugin/prettify.rb +19 -0
- data/plugin/prezi.rb +10 -0
- data/plugin/profile.rb +222 -0
- data/plugin/puboo.rb +93 -0
- data/plugin/pygments_css.rb +76 -0
- data/plugin/rating.rb +419 -0
- data/plugin/recent_estraier.rb +50 -0
- data/plugin/recent_tweet.rb +71 -0
- data/plugin/retweet.rb +86 -0
- data/plugin/rubykaigi.rb +99 -0
- data/plugin/search-bing.rb +87 -0
- data/plugin/search-default.rb +264 -0
- data/plugin/search-google-custom.rb +60 -0
- data/plugin/search-yahoo-websearch.rb +121 -0
- data/plugin/search-yahoo.rb +109 -0
- data/plugin/section_footer.rb +195 -0
- data/plugin/section_footer2.rb +278 -0
- data/plugin/section_permalink.rb +73 -0
- data/plugin/section_permalink_anchor.rb +39 -0
- data/plugin/select_style.rb +42 -0
- data/plugin/select_theme.rb +90 -0
- data/plugin/show_and_hide.rb +77 -0
- data/plugin/slideshare.rb +10 -0
- data/plugin/socialbutton.rb +60 -0
- data/plugin/tatsu_zine.rb +93 -0
- data/plugin/tdiarygraph_flashstyle.rb +296 -0
- data/plugin/tdiarytimes.rb +166 -0
- data/plugin/tdiarytimes2.rb +406 -0
- data/plugin/tdiarytimes_flashstyle.rb +263 -0
- data/plugin/tdiarytimes_textstyle.rb +290 -0
- data/plugin/title_anchor.rb +16 -0
- data/plugin/tweet_quote.rb +106 -0
- data/plugin/twitpic.rb +10 -0
- data/plugin/twitter.rb +46 -0
- data/plugin/twitter_anywhere.rb +209 -0
- data/plugin/twitter_badge.rb +42 -0
- data/plugin/twitter_js.rb +59 -0
- data/plugin/ustream.rb +19 -0
- data/plugin/vimeo.rb +14 -0
- data/plugin/volatile.rb +89 -0
- data/plugin/vote.rb +100 -0
- data/plugin/wikiloc.rb +27 -0
- data/plugin/windex.rb +512 -0
- data/plugin/yahoo_kousei.rb +79 -0
- data/plugin/yahoo_map.rb +97 -0
- data/plugin/youtube.rb +33 -0
- data/plugin/yshop.rb +189 -0
- data/plugin/zenback.rb +46 -0
- data/spec/apple_webclip_spec.rb +46 -0
- data/spec/fixtures/friendfeed.xml +2 -0
- data/spec/fixtures/github.json +1 -0
- data/spec/fixtures/twitter.xml +73 -0
- data/spec/gist_spec.rb +16 -0
- data/spec/github_link_spec.rb +39 -0
- data/spec/google_analytics_spec.rb +60 -0
- data/spec/jdate_spec.rb +23 -0
- data/spec/jmonth_spec.rb +28 -0
- data/spec/jyear_spec.rb +21 -0
- data/spec/my_hotentry_spec.rb +78 -0
- data/spec/openid_spec.rb +246 -0
- data/spec/opensearch_ad_spec.rb +50 -0
- data/spec/profile_spec.rb +88 -0
- data/spec/rcov.opts +2 -0
- data/spec/spec_helper.rb +223 -0
- data/spec/title_anchor_spec.rb +39 -0
- data/spec/twitter_js_spec.rb +116 -0
- data/spec/youtube_spec.rb +20 -0
- data/style/hatena_style.rb +1011 -0
- data/style/markdown_style.rb +239 -0
- data/style/wikiext_style.rb +21 -0
- data/tdiary-contrib.gemspec +25 -0
- data/util/clean-spam/README.ja +1 -0
- data/util/clean-spam/tdiary-comment-clean +46 -0
- data/util/clean-spam/tdiary-comment-clean2 +81 -0
- data/util/clean-spam/tdiary-referer-clean +46 -0
- data/util/convert_pstore.rb +82 -0
- data/util/estraier-search/ChangeLog +36 -0
- data/util/estraier-search/README.ja +114 -0
- data/util/estraier-search/en/estraier-register.rb +3 -0
- data/util/estraier-search/estraier-register.rb +298 -0
- data/util/estraier-search/estraier-search.rb +273 -0
- data/util/estraier-search/estraier.rhtml +73 -0
- data/util/estraier-search/estraier.rxml +23 -0
- data/util/estraier-search/i.estraier.rhtml +31 -0
- data/util/estraier-search/ja/estraier-register.rb +3 -0
- data/util/image-gallery/README.ja +27 -0
- data/util/image-gallery/image-gallery.rb +523 -0
- data/util/image-gallery/image-gallery.rb.euc-jp +523 -0
- data/util/image-gallery/js/SmoothGallery/Changelog +52 -0
- data/util/image-gallery/js/SmoothGallery/css/ReMooz.css +186 -0
- data/util/image-gallery/js/SmoothGallery/css/img/carrow1.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/carrow2.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/closebox.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/closebox.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche1.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche1.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche2.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche2.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/loading-bar-black.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/open.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/open.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_e.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_n.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_ne.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_nw.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_s.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_se.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_sw.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_w.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/spinner.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/jd.gallery.css +371 -0
- data/util/image-gallery/js/SmoothGallery/css/layout.css +91 -0
- data/util/image-gallery/js/SmoothGallery/license.txt +621 -0
- data/util/image-gallery/js/SmoothGallery/resizer.php +113 -0
- data/util/image-gallery/js/SmoothGallery/scripts/Changelog +52 -0
- data/util/image-gallery/js/SmoothGallery/scripts/History.Routing.js +126 -0
- data/util/image-gallery/js/SmoothGallery/scripts/History.js +109 -0
- data/util/image-gallery/js/SmoothGallery/scripts/ReMooz.js +364 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jd.gallery.js +843 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jd.gallery.set.js +183 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jd.gallery.transitions.js +90 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jdgalleryresize.js +828 -0
- data/util/image-gallery/js/SmoothGallery/scripts/license.txt +621 -0
- data/util/image-gallery/js/SmoothGallery/scripts/mootools-1.2-more.js +103 -0
- data/util/image-gallery/js/SmoothGallery/scripts/mootools-1.2.1-core-yc.js +349 -0
- data/util/image-gallery/js/SmoothGallery/scripts/resizer.php +113 -0
- data/util/image-gallery/misc/plugin/recent_image.rb +406 -0
- data/util/image-gallery/skel/gallery.rhtml +154 -0
- data/util/image-gallery/skel/gallery.rhtml.euc-jp +154 -0
- data/util/image-gallery/tdiary.conf.igsample +8 -0
- data/util/image-gallery/theme/image-gallery.css +85 -0
- data/util/image2flickr.rb +282 -0
- data/util/posttdiary/README.ja +12 -0
- data/util/posttdiary/posttdiary-ex.rb +1155 -0
- data/util/posttdiary/posttdiary.rb +245 -0
- data/util/rast-search/ChangeLog +55 -0
- data/util/rast-search/README.ja +99 -0
- data/util/rast-search/en/rast-register.rb +3 -0
- data/util/rast-search/i.rast.rhtml +33 -0
- data/util/rast-search/ja/rast-register.rb +3 -0
- data/util/rast-search/rast-register.rb +326 -0
- data/util/rast-search/rast-search.rb +249 -0
- data/util/rast-search/rast.rhtml +66 -0
- data/util/rast-search/rast.rxml +21 -0
- data/util/section_link/README +11 -0
- data/util/section_link/misc/plugin/section_link.rb +68 -0
- data/util/section_link/misc/plugin/section_link_anchor.rb +38 -0
- data/util/section_link/tdiary/tdiary_day_ext.rb +21 -0
- data/util/section_link/tdiary/tdiaryext_style.rb +36 -0
- data/util/section_link/tdiary/wikiext_style.rb +36 -0
- data/util/tdiary-for-ruby1.9/compatible.rb +97 -0
- data/util/tdiary-for-ruby1.9/tdiary-2.2.0.patch +98 -0
- data/util/tdiary-for-ruby1.9/tdiary-2.3.1.patch +212 -0
- data/util/tdiary-grep/README +4 -0
- data/util/tdiary-grep/grep.rb +445 -0
- data/util/tdiary-mode/http.el +130 -0
- data/util/tdiary-mode/tdiary-mode.el +613 -0
- data/util/tdiary-vim/ChangeLog +25 -0
- data/util/tdiary-vim/README +60 -0
- data/util/tdiary-vim/tdiary.vim +350 -0
- data/util/tdiarysearch/README.en +53 -0
- data/util/tdiarysearch/README.ja +99 -0
- data/util/tdiarysearch/search.rb +504 -0
- metadata +497 -0
@@ -0,0 +1,132 @@
|
|
1
|
+
#
|
2
|
+
# Google AdSense plugin for tDiary
|
3
|
+
#
|
4
|
+
# Copyright (C) 2004 Kazuhiko <kazuhiko@fdiary.net>
|
5
|
+
# You can redistribute it and/or modify it under GPL2.
|
6
|
+
#
|
7
|
+
# modified by TADA Tadashi <t@tdtds.jp>
|
8
|
+
#
|
9
|
+
def google_adsense( layout = nil, slot = nil )
|
10
|
+
google_adsense_init( layout )
|
11
|
+
google_ad_client = "pub-3317603667498586"
|
12
|
+
google_ad_size = [
|
13
|
+
[468, 60], # 0
|
14
|
+
[120, 600], # 1
|
15
|
+
[728, 90], # 2
|
16
|
+
[300, 250], # 3
|
17
|
+
[125, 125], # 4
|
18
|
+
[160, 600], # 5
|
19
|
+
[120, 240], # 6
|
20
|
+
[180, 150], # 7
|
21
|
+
[250, 250], # 8
|
22
|
+
[336, 280], # 9
|
23
|
+
[200, 200], # 10
|
24
|
+
[234, 60] # 11
|
25
|
+
]
|
26
|
+
result = <<-EOF
|
27
|
+
<script type="text/javascript"><!--
|
28
|
+
google_ad_client = "#{google_ad_client}";
|
29
|
+
google_ad_width = #{google_ad_size[@conf['google_adsense.layout']][0]};
|
30
|
+
google_ad_height = #{google_ad_size[@conf['google_adsense.layout']][1]};
|
31
|
+
EOF
|
32
|
+
|
33
|
+
if slot then
|
34
|
+
result << <<-EOF
|
35
|
+
google_ad_slot = "#{slot}";
|
36
|
+
EOF
|
37
|
+
else
|
38
|
+
result << <<-EOF
|
39
|
+
google_alternate_ad_url = ""
|
40
|
+
google_ad_format = "#{google_ad_size[@conf['google_adsense.layout']][0]}x#{google_ad_size[@conf['google_adsense.layout']][1]}_as";
|
41
|
+
google_color_border = "#{h @conf['google_adsense.color.border']}";
|
42
|
+
google_color_bg = "#{h @conf['google_adsense.color.bg']}";
|
43
|
+
google_color_link = "#{h @conf['google_adsense.color.link']}";
|
44
|
+
google_color_url = "#{h @conf['google_adsense.color.url']}";
|
45
|
+
google_color_text = "#{h @conf['google_adsense.color.text']}";
|
46
|
+
EOF
|
47
|
+
end
|
48
|
+
|
49
|
+
result << <<-EOF
|
50
|
+
//--></script>
|
51
|
+
<script type="text/javascript"
|
52
|
+
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
53
|
+
</script>
|
54
|
+
EOF
|
55
|
+
result.gsub( /^\t+/, '' )
|
56
|
+
end
|
57
|
+
|
58
|
+
def google_adsense_init( layout )
|
59
|
+
if layout != nil then
|
60
|
+
@conf['google_adsense.layout'] = layout.to_i
|
61
|
+
else
|
62
|
+
@conf['google_adsense.layout'] = 0 unless @conf['google_adsense.layout']
|
63
|
+
end
|
64
|
+
@conf['google_adsense.layout'] = @conf['google_adsense.layout'].to_i
|
65
|
+
if @conf['google_adsense.layout'] < 0 or @conf['google_adsense.layout'] > 11 then
|
66
|
+
@conf['google_adsense.layout'] = 0
|
67
|
+
end
|
68
|
+
|
69
|
+
@conf['google_adsense.color.border'] = 'CCCCCC' unless @conf['google_adsense.color.border']
|
70
|
+
@conf['google_adsense.color.bg'] = 'FFFFFF' unless @conf['google_adsense.color.bg']
|
71
|
+
@conf['google_adsense.color.link'] = '000000' unless @conf['google_adsense.color.link']
|
72
|
+
@conf['google_adsense.color.url'] = '666666' unless @conf['google_adsense.color.url']
|
73
|
+
@conf['google_adsense.color.text'] = '333333' unless @conf['google_adsense.color.text']
|
74
|
+
end
|
75
|
+
|
76
|
+
add_section_leave_proc do |date,index|
|
77
|
+
if @mode == 'day' and !@conf.iphone? and index == 1 and @conf['google_adsense.slot'] then
|
78
|
+
%Q|<div class="google-adsense">#{google_adsense( 0, @conf['google_adsense.slot'] )}</div>|
|
79
|
+
else
|
80
|
+
''
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
# insert section target tags
|
85
|
+
add_body_enter_proc do |date|
|
86
|
+
"<!-- google_ad_section_start -->\n"
|
87
|
+
end
|
88
|
+
add_body_leave_proc do |date|
|
89
|
+
"<!-- google_ad_section_end -->\n"
|
90
|
+
end
|
91
|
+
|
92
|
+
add_conf_proc( 'google_adsense', 'Google AdSense' ) do
|
93
|
+
if @mode == 'saveconf' then
|
94
|
+
@conf['google_adsense.layout'] = @cgi.params['google_adsense.layout'][0].to_i
|
95
|
+
@conf['google_adsense.color.border'] = @cgi.params['google_adsense.color.border'][0]
|
96
|
+
@conf['google_adsense.color.bg'] = @cgi.params['google_adsense.color.bg'][0]
|
97
|
+
@conf['google_adsense.color.link'] = @cgi.params['google_adsense.color.link'][0]
|
98
|
+
@conf['google_adsense.color.url'] = @cgi.params['google_adsense.color.url'][0]
|
99
|
+
@conf['google_adsense.color.text'] = @cgi.params['google_adsense.color.text'][0]
|
100
|
+
else
|
101
|
+
google_adsense_init( nil )
|
102
|
+
end
|
103
|
+
|
104
|
+
<<-HTML
|
105
|
+
<h3>バナーのサイズ(#{@conf['google_adsense.layout']})</h3>
|
106
|
+
<p>広告バナーのサイズは全部で12種類あります。お好きなサイズを選んでください。</p>
|
107
|
+
<p><select name="google_adsense.layout">
|
108
|
+
<option value="11"#{' selected' if @conf['google_adsense.layout'] == 11}>横長微小・広告1つ(234x60)</option>
|
109
|
+
<option value="0"#{' selected' if @conf['google_adsense.layout'] == 0}>横長小・広告2つ(468x60)</option>
|
110
|
+
<option value="2"#{' selected' if @conf['google_adsense.layout'] == 2}>横長大・広告4つ(728x90)</option>
|
111
|
+
<option value="4"#{' selected' if @conf['google_adsense.layout'] == 4}>方形微小・広告1つ(125x125)</option>
|
112
|
+
<option value="10"#{' selected' if @conf['google_adsense.layout'] == 10}>方形小・広告2つ(200x200)</option>
|
113
|
+
<option value="8"#{' selected' if @conf['google_adsense.layout'] == 8}>方形中・広告3つ(250x250)</option>
|
114
|
+
<option value="7"#{' selected' if @conf['google_adsense.layout'] == 7}>矩形小・広告1つ(180x150)</option>
|
115
|
+
<option value="3"#{' selected' if @conf['google_adsense.layout'] == 3}>矩形大・広告4つ(300x250)</option>
|
116
|
+
<option value="9"#{' selected' if @conf['google_adsense.layout'] == 9}>矩形特大・広告4つ(336x280)</option>
|
117
|
+
<option value="6"#{' selected' if @conf['google_adsense.layout'] == 6}>縦長小・広告2つ(120x240)</option>
|
118
|
+
<option value="1"#{' selected' if @conf['google_adsense.layout'] == 1}>縦長中・広告4つ(120x600)</option>
|
119
|
+
<option value="5"#{' selected' if @conf['google_adsense.layout'] == 5}> 縦長大・広告5つ(160x600)</option>
|
120
|
+
</select></p>
|
121
|
+
<h3>バナーの色</h3>
|
122
|
+
<p>バナーの各パーツの色を指定できます。HTMLやCSSと同じ、6桁の16進数で指定します。</p>
|
123
|
+
<table style="margin-left: 2em;">
|
124
|
+
<tr><td>枠</td><td style="background-color: ##{h @conf['google_adsense.color.border']};"> <input name="google_adsense.color.border" size="7" value="#{h @conf['google_adsense.color.border']}"> </td></tr>
|
125
|
+
<tr><td>背景</td><td style="background-color: ##{h @conf['google_adsense.color.bg']};"> <input name="google_adsense.color.bg" size="7" value="#{h @conf['google_adsense.color.bg']}"> </td></tr>
|
126
|
+
<tr><td>リンク</td><td style="background-color: ##{h @conf['google_adsense.color.link']};"> <input name="google_adsense.color.link" size="7" value="#{h @conf['google_adsense.color.link']}"> </td></tr>
|
127
|
+
<tr><td>URL</td><td style="background-color: ##{h @conf['google_adsense.color.url']};"> <input name="google_adsense.color.url" size="7" value="#{h @conf['google_adsense.color.url']}"> </td></tr>
|
128
|
+
<tr><td>テキスト</td><td style="background-color: ##{h @conf['google_adsense.color.text']};"> <input name="google_adsense.color.text" size="7" value="#{h @conf['google_adsense.color.text']}"> </td></tr>
|
129
|
+
</table>
|
130
|
+
HTML
|
131
|
+
end
|
132
|
+
|
@@ -0,0 +1,39 @@
|
|
1
|
+
#
|
2
|
+
# Google Analytics plugin for tDiary
|
3
|
+
#
|
4
|
+
# Copyright (C) 2005 TADA Tadashi <sho@spc.gr.jp>
|
5
|
+
# You can redistribute it and/or modify it under GPL2.
|
6
|
+
#
|
7
|
+
if /^(?:latest|day|month|nyear|search)$/ =~ @mode then
|
8
|
+
add_footer_proc do
|
9
|
+
google_analytics_insert_code
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
def google_analytics_insert_code
|
14
|
+
return '' unless @conf['google_analytics.profile']
|
15
|
+
<<-HTML
|
16
|
+
<script type="text/javascript"><!--
|
17
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
18
|
+
document.write(unescape('%3Cscript src="' + gaJsHost + 'google-analytics.com/ga.js" type="text/javascript"%3E%3C/script%3E'));
|
19
|
+
// --></script>
|
20
|
+
<script type="text/javascript"><!--
|
21
|
+
try {
|
22
|
+
var pageTracker = _gat._getTracker("UA-#{h @conf['google_analytics.profile']}");
|
23
|
+
pageTracker._trackPageview();
|
24
|
+
} catch (err) {}
|
25
|
+
// --></script>
|
26
|
+
HTML
|
27
|
+
end
|
28
|
+
|
29
|
+
# UA-53836-1
|
30
|
+
add_conf_proc( 'google_analytics', 'Google Analytics' ) do
|
31
|
+
if @mode == 'saveconf' then
|
32
|
+
@conf['google_analytics.profile'] = @cgi.params['google_analytics.profile'][0]
|
33
|
+
end
|
34
|
+
<<-HTML
|
35
|
+
<h3>Google Analytics Profile</h3>
|
36
|
+
<p>set your Profile ID (NNNNN-N)</p>
|
37
|
+
<p><input name="google_analytics.profile" value="#{h @conf['google_analytics.profile']}"></p>
|
38
|
+
HTML
|
39
|
+
end
|
@@ -0,0 +1,168 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
#
|
3
|
+
# google_map.rb - embeded Google Map for tDiary, use Google Maps JavaScript API V3.
|
4
|
+
# http://code.google.com/intl/ja/apis/maps/documentation/v3/services.html
|
5
|
+
#
|
6
|
+
# Copyright (C) 2010, tamoot <tamoot+tdiary@gmail.com>
|
7
|
+
# You can redistribute it and/or modify it under GPL2.
|
8
|
+
#
|
9
|
+
|
10
|
+
|
11
|
+
def google_map(lat, lon, params = {})
|
12
|
+
params.merge!(:lat => lat, :lon => lon)
|
13
|
+
google_map_common(params)
|
14
|
+
end
|
15
|
+
|
16
|
+
def google_geomap(address, params = {})
|
17
|
+
params.merge!(:address => address)
|
18
|
+
google_map_common(params)
|
19
|
+
end
|
20
|
+
|
21
|
+
def google_map_common(params)
|
22
|
+
init_gmap_data
|
23
|
+
if feed?
|
24
|
+
require 'cgi'
|
25
|
+
query = params[:lat] && params[:lon] ? "#{params[:lat]},#{params[:lon]}" : params[:address]
|
26
|
+
url = %Q|http://maps.google.com/maps?q=#{CGI::escape(query)}|
|
27
|
+
return %Q|<a href="#{url}">#{url}</a>|
|
28
|
+
end
|
29
|
+
return 'not support this environment.' if @conf.mobile_agent?
|
30
|
+
|
31
|
+
params[:zoom] ||= 10
|
32
|
+
params[:html] ||= nil
|
33
|
+
params[:title] ||= nil
|
34
|
+
params[:width] ||= 320
|
35
|
+
params[:height] ||= 240
|
36
|
+
params[:address] ||= nil
|
37
|
+
params[:type] ||= :ROADMAP
|
38
|
+
params[:overview]||= false
|
39
|
+
|
40
|
+
dom_id = "#{@date.strftime("%Y%m")}_#{@gmap_count}"
|
41
|
+
params.merge!(:id => dom_id)
|
42
|
+
params.merge!(:width => 240, :height => 180) if @conf.iphone?
|
43
|
+
@gmap_data << params
|
44
|
+
@gmap_count += 1
|
45
|
+
%Q|<div class="gmap" id="#{dom_id}" style="width : #{params[:width]}px; height : #{params[:height]}px;"></div>|
|
46
|
+
end
|
47
|
+
|
48
|
+
|
49
|
+
add_header_proc do
|
50
|
+
if /\A(?:latest|day|month|nyear|preview)\z/ =~ @mode
|
51
|
+
%Q|<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=#{!@conf.smartphone?.nil?}"></script>\n|
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
add_body_leave_proc do |date|
|
58
|
+
init_gmap_data
|
59
|
+
gmap_scripts = ''
|
60
|
+
if !feed? && @gmap_data.any?
|
61
|
+
gmap_scripts = %Q|<script type="text/javascript">\n<!--\n|
|
62
|
+
while @gmap_data.any?
|
63
|
+
data = @gmap_data.shift
|
64
|
+
if data[:address]
|
65
|
+
gmap_scripts << google_geomap_script(data)
|
66
|
+
else
|
67
|
+
gmap_scripts << google_map_script(data)
|
68
|
+
end
|
69
|
+
end
|
70
|
+
gmap_scripts << %Q|//-->\n</script>\n|
|
71
|
+
end
|
72
|
+
gmap_scripts
|
73
|
+
end
|
74
|
+
|
75
|
+
def init_gmap_data
|
76
|
+
@gmap_data ||= []
|
77
|
+
@gmap_count ||= 0
|
78
|
+
end
|
79
|
+
|
80
|
+
def google_map_script(hash)
|
81
|
+
str = ''
|
82
|
+
str << %Q|google.maps.event.addDomListener(window, 'load', function() {\n|
|
83
|
+
str << %Q| var mapdiv = document.getElementById("#{hash[:id]}");\n|
|
84
|
+
str << %Q| var myOptions = {\n|
|
85
|
+
str << %Q| zoom: #{hash[:zoom]},\n|
|
86
|
+
str << %Q| overviewMapControl: #{hash[:overview]},\n|
|
87
|
+
str << %Q| overviewMapControlOptions: {\n|
|
88
|
+
str << %Q| opened: #{hash[:overview]}\n|
|
89
|
+
str << %Q| },\n|
|
90
|
+
str << %Q| center: new google.maps.LatLng(#{hash[:lat]}, #{hash[:lon]}),\n|
|
91
|
+
str << %Q| mapTypeId: google.maps.MapTypeId.#{hash[:type]},\n|
|
92
|
+
str << %Q| scaleControl: true\n|
|
93
|
+
str << %Q| };\n|
|
94
|
+
str << %Q| var gMap = new google.maps.Map(mapdiv, myOptions);\n|
|
95
|
+
# set Marker
|
96
|
+
if hash[:title]
|
97
|
+
str << %Q| var marker = new google.maps.Marker({\n|
|
98
|
+
str << %Q| position: new google.maps.LatLng(#{hash[:lat]}, #{hash[:lon]}),\n|
|
99
|
+
str << %Q| map: gMap,\n|
|
100
|
+
str << %Q| title: '#{hash[:title]}'\n|
|
101
|
+
str << %Q| });\n|
|
102
|
+
# set InfoWindow
|
103
|
+
if hash[:html]
|
104
|
+
str << %Q| var infowindow = new google.maps.InfoWindow({\n|
|
105
|
+
str << %Q| content: '<span style="color: #000000;">#{hash[:html]}</span>',\n|
|
106
|
+
str << %Q| size: new google.maps.Size(350, 200)\n|
|
107
|
+
str << %Q| });\n|
|
108
|
+
str << %Q| infowindow.open(gMap, marker);\n|
|
109
|
+
end # :html
|
110
|
+
end # :title
|
111
|
+
str << %Q|});\n|
|
112
|
+
|
113
|
+
str
|
114
|
+
end
|
115
|
+
|
116
|
+
def google_geomap_script(hash)
|
117
|
+
str = ''
|
118
|
+
str << %Q|google.maps.event.addDomListener(window, 'load', function() {\n|
|
119
|
+
str << %Q| var geocoder = new google.maps.Geocoder();\n|
|
120
|
+
str << %Q| if(geocoder) {\n|
|
121
|
+
str << %Q| geocoder.geocode( { 'address': '#{hash[:address]}'}, function(results, status) {\n|
|
122
|
+
str << %Q| if (status == google.maps.GeocoderStatus.OK) {\n|
|
123
|
+
str << %Q| var geoLat = results[0].geometry.location;\n|
|
124
|
+
str << %Q| var mapdiv = document.getElementById("#{hash[:id]}");\n|
|
125
|
+
str << %Q| var myOptions = {\n|
|
126
|
+
str << %Q| zoom: #{hash[:zoom]},\n|
|
127
|
+
str << %Q| overviewMapControl: #{hash[:overview]},\n|
|
128
|
+
str << %Q| overviewMapControlOptions: {\n|
|
129
|
+
str << %Q| opened: #{hash[:overview]}\n|
|
130
|
+
str << %Q| },\n|
|
131
|
+
str << %Q| center: geoLat,\n|
|
132
|
+
str << %Q| mapTypeId: google.maps.MapTypeId.#{hash[:type]},\n|
|
133
|
+
str << %Q| scaleControl: true\n|
|
134
|
+
str << %Q| };\n|
|
135
|
+
str << %Q| var gMap = new google.maps.Map(mapdiv, myOptions);\n|
|
136
|
+
# set Marker
|
137
|
+
if hash[:title]
|
138
|
+
str << %Q| var marker = new google.maps.Marker({\n|
|
139
|
+
str << %Q| position: geoLat,\n|
|
140
|
+
str << %Q| map: gMap,\n|
|
141
|
+
str << %Q| title: '#{hash[:title]}'\n|
|
142
|
+
str << %Q| });\n|
|
143
|
+
# set InfoWindow
|
144
|
+
if hash[:html]
|
145
|
+
str << %Q| var infowindow = new google.maps.InfoWindow({\n|
|
146
|
+
str << %Q| content: '<span style="color: #000000;">#{hash[:html]}</span>',\n|
|
147
|
+
str << %Q| size: new google.maps.Size(350, 200)\n|
|
148
|
+
str << %Q| });\n|
|
149
|
+
str << %Q| infowindow.open(gMap, marker);\n|
|
150
|
+
end # :html
|
151
|
+
end # :title
|
152
|
+
str << %Q| }else{\n|
|
153
|
+
str << %Q| alert("Geocode was not successful for the following reason: " + status)\n|
|
154
|
+
str << %Q| }\n|
|
155
|
+
str << %Q| });\n|
|
156
|
+
str << %Q| }\n|
|
157
|
+
str << %Q|});\n|
|
158
|
+
|
159
|
+
str
|
160
|
+
end
|
161
|
+
|
162
|
+
# Local Variables:
|
163
|
+
# mode: ruby
|
164
|
+
# indent-tabs-mode: t
|
165
|
+
# tab-width: 3
|
166
|
+
# ruby-indent-level: 3
|
167
|
+
# End:
|
168
|
+
# vim: ts=3
|
@@ -0,0 +1,60 @@
|
|
1
|
+
# google_sitemap.rb
|
2
|
+
# Copyright (c) 2006 http://d.bulkitem.com/
|
3
|
+
# Distributed under the GPL
|
4
|
+
|
5
|
+
add_update_proc do
|
6
|
+
require 'time'
|
7
|
+
|
8
|
+
headers = Array.new
|
9
|
+
header = Hash.new
|
10
|
+
|
11
|
+
Dir.glob(@conf.data_path + '/????/*.td2') { |data_file|
|
12
|
+
File.open(data_file) { |buffer|
|
13
|
+
buffer.each { |line|
|
14
|
+
line.strip!
|
15
|
+
if line == "." then
|
16
|
+
if header['visible'] then
|
17
|
+
headers.push(header.clone)
|
18
|
+
end
|
19
|
+
header.clear
|
20
|
+
end
|
21
|
+
if %r|^Date: ([0-9]+)$|i =~ line then
|
22
|
+
header['loc'] = sprintf(@conf['google_sitemaps.uri_format'], $1)
|
23
|
+
end
|
24
|
+
if %r|^Last-Modified: ([0-9]+)$|i =~ line then
|
25
|
+
header['lastmod'] = Time.at($1.to_i).iso8601
|
26
|
+
end
|
27
|
+
if %r|^Visible: (.+)$|i =~ line then
|
28
|
+
if $1.upcase == "TRUE" then
|
29
|
+
header['visible'] = true
|
30
|
+
else
|
31
|
+
header['visible'] = false
|
32
|
+
end
|
33
|
+
end
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
headers.sort! { |a, b| b['loc'] <=> a['loc']}
|
39
|
+
|
40
|
+
top_page_uri = File::dirname(@conf['google_sitemaps.uri_format']) + '/'
|
41
|
+
now_datetime = Time.now.iso8601
|
42
|
+
|
43
|
+
File.open(@conf['google_sitemaps.output_file'], 'w') do |fp|
|
44
|
+
fp.write %Q[<?xml version="1.0" encoding="UTF-8"?>\n]
|
45
|
+
fp.write %Q[<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">\n]
|
46
|
+
fp.write %Q[ <url><loc>#{CGI::escapeHTML(top_page_uri)}</loc><lastmod>#{now_datetime}</lastmod></url>\n]
|
47
|
+
headers.each { |entry|
|
48
|
+
fp.write %Q[ <url><loc>#{CGI::escapeHTML(entry['loc'])}</loc><lastmod>#{entry['lastmod']}</lastmod></url>\n]
|
49
|
+
}
|
50
|
+
fp.write %Q[</urlset>\n]
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
def saveconf_google_sitemaps
|
55
|
+
if @mode == 'saveconf' then
|
56
|
+
@conf['google_sitemaps.uri_format'] = @cgi.params['google_sitemaps.uri_format'][0]
|
57
|
+
@conf['google_sitemaps.output_file'] = @cgi.params['google_sitemaps.output_file'][0]
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# google-webmaster.rb - embed a meta tag to let Google Webmaster tool know your verification code.
|
3
|
+
#
|
4
|
+
# Copyright (C) 2012, Tatsuya Sato <satoryu.1981@gmail.com>
|
5
|
+
# You can redistribute it and/or modify it under GPL2.
|
6
|
+
#
|
7
|
+
|
8
|
+
add_header_proc do
|
9
|
+
"<meta name=\"google-site-verification\" content=\"#{h @conf['google_webmaster.verification']}\" />"
|
10
|
+
end
|
11
|
+
|
12
|
+
add_conf_proc('Google Webmaster', 'Google ウェブマスターツール', 'etc') do
|
13
|
+
if @mode == 'saveconf'
|
14
|
+
@conf['google_webmaster.verification'] = @cgi.params['google_webmaster.verification'][0]
|
15
|
+
end
|
16
|
+
<<-HTML
|
17
|
+
<h3>Google ウェブマスターツールの検証コード</h3>
|
18
|
+
<p>
|
19
|
+
<input name='google_webmaster.verification'/>
|
20
|
+
</p>
|
21
|
+
HTML
|
22
|
+
end
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# hatena_star.rb
|
2
|
+
# Itoshi Nikaido <dritoshi at gmail dot com>
|
3
|
+
# Distributed under the GPL
|
4
|
+
|
5
|
+
@hatena_star_options = {
|
6
|
+
'token' => 'Token',
|
7
|
+
'star.image' => '.hatena-star-star-image',
|
8
|
+
'star.add' => '.hatena-star-add-button-image',
|
9
|
+
'comment.image' => '.hatena-star-comment-button-image'
|
10
|
+
}
|
11
|
+
|
12
|
+
add_header_proc do
|
13
|
+
hatena_star = %Q|\t<script type="text/javascript" src="http://s.hatena.ne.jp/js/HatenaStar.js"></script>\n|
|
14
|
+
hatena_star << %Q|\t<script type="text/javascript"><!--
|
15
|
+
Hatena.Star.SiteConfig = {
|
16
|
+
entryNodes: {
|
17
|
+
'div.section': {
|
18
|
+
uri: 'h3 a',
|
19
|
+
title: 'h3',
|
20
|
+
container: 'h3'
|
21
|
+
}
|
22
|
+
}
|
23
|
+
};
|
24
|
+
(function() {
|
25
|
+
if (!window.addEventListener) {
|
26
|
+
return;
|
27
|
+
}
|
28
|
+
|
29
|
+
var NodeInsert = function(evt) {
|
30
|
+
Hatena.Star.EntryLoader.loadNewEntries(evt.target);
|
31
|
+
};
|
32
|
+
window.addEventListener('AutoPagerize_DOMNodeInserted', NodeInsert, false);
|
33
|
+
window.addEventListener('AutoPatchWork.DOMNodeInserted', NodeInsert, false);
|
34
|
+
})();\n|
|
35
|
+
if @conf['hatena_star.token'] then
|
36
|
+
hatena_star << %Q|\t\tHatena.Star.Token = '#{CGI::escapeHTML @conf["hatena_star.token"]}';\n|
|
37
|
+
end
|
38
|
+
hatena_star << %Q|\t//--></script>\n|
|
39
|
+
hatena_star << %Q|\t<style type="text/css"><!--\n|
|
40
|
+
@hatena_star_options.each do |o,v|
|
41
|
+
next if o == 'token'
|
42
|
+
hatena_star << %Q|\t\t#{v} { background-image: url(#{CGI::escapeHTML @conf["hatena_star.#{o}"]}); }\n| if @conf["hatena_star.#{o}"]
|
43
|
+
end
|
44
|
+
hatena_star << %Q|\t//--></style>\n|
|
45
|
+
end
|
46
|
+
|
47
|
+
add_conf_proc( 'hatena_star', 'Hatena::Star' ) do
|
48
|
+
if( @mode == 'saveconf' ) then
|
49
|
+
@hatena_star_options.keys.each do |o|
|
50
|
+
@conf["hatena_star.#{o}"] = @cgi.params["hatena_star.#{o}"][0].strip
|
51
|
+
if @conf["hatena_star.#{o}"].length == 0 then
|
52
|
+
@conf["hatena_star.#{o}"] = nil
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
<<-HTML
|
57
|
+
<h3>Token</h3>
|
58
|
+
<p><input name="hatena_star.token" value="#{CGI::escapeHTML( @conf['hatena_star.token'] || '' )}" size=50></P>
|
59
|
+
<h3>Star Image (URL)</h3>
|
60
|
+
<p><input name="hatena_star.star.image" value="#{CGI::escapeHTML( @conf['hatena_star.star.image'] || '' )}" size=50></P>
|
61
|
+
<h3>Add Star Image (URL)</h3>
|
62
|
+
<p><input name="hatena_star.star.add" value="#{CGI::escapeHTML( @conf['hatena_star.star.add'] || '' )}" size=50></P>
|
63
|
+
<h3>Comment Image (URL)</h3>
|
64
|
+
<p><input name="hatena_star.comment.image" value="#{CGI::escapeHTML( @conf['hatena_star.comment.image'] || '' )}" size=50></P>
|
65
|
+
HTML
|
66
|
+
end
|