# -*- coding: utf-8; -*- # # 05referer.rb: English resource of referer plugin # # Copyright (C) 2006, TADA Tadashi # You can redistribute it and/or modify it under GPL2. # def referer_today; "Today's Links"; end def volatile_referer; "Links to old diaries"; end def label_no_referer; "Today's Links Excluding List"; end def label_only_volatile; "Volatile Links List"; end def label_referer_table; "Today's Links Conversion Rule"; end def nyear_diary_label(date, years); "my old days"; end def nyear_diary_title(date, years); "same days in past"; end add_conf_proc( 'referer', "Today's Link", 'referer' ) do saveconf_referer <<-HTML

Show links

#{"

Select show or hide about Today's Link

" unless @cgi.mobile_agent?}

#{label_no_referer}

#{"

List of excluding URL that is not recorded to Today's Link. Specify it in regular expression, and a URL into a line.

" unless @cgi.mobile_agent?}

See Default configuration is here.

#{label_only_volatile}

#{"

List of URLs recorded to only volatile lists. This list will be clear when update diary in new day. Specify it in regular expression, and a URL into a line.

" unless @cgi.mobile_agent?}

See Default configuration is here.

#{label_referer_table}

#{"

A table to convert URL to words in Today's Link. Specify it in regular expression, and a URL into a line.

" unless @cgi.mobile_agent?}

See Default configurations.

HTML end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: