# ja/recent_trackback3.rb $Revision: 1.1 $ # # English resources for recent_trackback3.rb # # Copyright (c) 2004 Junichiro KITA # Distributed under the GPL # if @mode == 'conf' || @mode == 'saveconf' add_conf_proc('RecentTrackBack3', 'RecentTrackBack3') do saveconf_recent_trackback3 recent_trackback3_init <<-HTML

The number of trackbacks

Max entries

Separator between each trackback

Format specification for date

See ruby's reference manual.

Template

Specify how each trackback is rendered.

$digit in the template is replaced as follows.

$1
index
$2
the TrackBack's URL
$3
the TrackBack's excerpt
$4
the sender of the TrackBack
$5
when the TrackBack is received
HTML end end # vim: ts=3