# recent_entry: modified 'title_list' for Blogkit. # parameter(default): # max: maximum list items (5) # limit: max lengh of each items (20) # # Copyright (c) 2002 TADA Tadashi # Copyright (c) 2001,2002 Junichiro KITA # You can redistribute it and/or modify it under GPL. # def recent_entry(max = 5, limit = 20) max = max.to_i limit = limit.to_i result = "\n" apply_plugin(result) end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: