def kw_label "Keyword" end def kw_desc <<-HTML
kw(KeyWord) plugin generate a Link by simple words. You can specify keywords as space sepalated value: "keyword URL". For example,
google http://www.google.com/search?q=$1
then you specify in your diary as:
<%=kw 'google:tdiary' %>
so it will be translated to link of seraching 'tdiary' at Google.
HTML end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: