[Hiki-users 131] Re: file://でのリンク作成について

Back to archive index

Kouhei Yanagita yanag****@shake*****
2006年 10月 11日 (水) 01:24:51 JST


柳田です。

At Wed, 11 Oct 2006 00:37:21 +0900,
mm wrote:
> 
> 
>   まつなみと申します。
> 
>   HikiのVer0.8.6を利用しております。
> 
> [[HOGE|file://hogehoge/hoge.xls]
> 
>  用にリンクを張りたいのですが、「?」が出て、クリックするとHikiのページが作られてしまいます。
> 回避方法はありますでしょうか?


これでどうでしょうか。

Index: style/default/html_formatter.rb
===================================================================
RCS file: /cvsroot/hiki/hiki/style/default/html_formatter.rb,v
retrieving revision 1.60
diff -u -u -r1.60 html_formatter.rb
--- style/default/html_formatter.rb     5 Aug 2006 05:35:07 -0000       1.60
+++ style/default/html_formatter.rb     10 Oct 2006 16:22:36 -0000
@@ -123,7 +123,7 @@
       ret.join
     end

-    URI_RE = /\A#{URI.regexp( %w( http https ftp mailto ) )}\z/
+    URI_RE = /\A#{URI.regexp( %w( http https ftp file mailto ) )}\z/

     def replace_link( text )
       text.gsub( %r|<a href="(.+?)">(.+?)</a>| ) do |str|


-- 
Kouhei Yanagita <yanag****@shake*****>



Hiki-users メーリングリストの案内
Back to archive index