ただただしです。
特に反対も賛成もなかったのでcommitしてしまいました。
07/03/06 に TADA Tadashi<sho@...> さんは書きました:
> tDiary-users Wikiに、BlogKit対応のパッチが書かれていたんですが(※1)、当
> ててもいいでしょうか?
>
> ※1: http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?image_ex.rb
>
> 整理してRDスタイルも仲間にするとこんな感じ:
>
> Index: image_ex.rb
> ===================================================================
> RCS file: /cvsroot/tdiary/contrib/plugin/image_ex/image_ex.rb,v
> retrieving revision 1.3
> diff -u -r1.3 image_ex.rb
> --- image_ex.rb 11 Jan 2007 02:55:26 -0000 1.3
> +++ image_ex.rb 6 Mar 2007 03:34:35 -0000
> @@ -364,10 +364,10 @@
> posttable << %Q[</TR></TABLE>]
> end
>
> - if @conf.respond_to?(:style) and @conf.style == "Wiki"
> + if @conf.respond_to?(:style) and @conf.style =~ /Wiki/
> image_plugin_tag1 = "{{"
> image_plugin_tag2 = "}}"
> - elsif @conf.respond_to?(:style) and @conf.style == "RD"
> + elsif @conf.respond_to?(:style) and @conf.style =~ /RD/
> image_plugin_tag1 = "((%"
> image_plugin_tag2 = "%))"
> else
--
ただただし <http://sho.spc.gr.jp/>
♪ツッコミは、短く鋭く愛を込めて。
|