# # en/category.rb : tDiary plugin for show category pages # # Copyright (C) 2016 TADA Tadashi # Distributed under the GPL2 or any later version. # @category_conf_label = 'Category' def category_conf_html r = <<-HTML
To use the category feature, you should build category index. Check the box below and press OK to build category index.
It takes several or several tens of second to create it. But your diaries are many or the server has low spec, it will be timeout. Rebuild index on off-line again.
Category names can be shown under the 'Article' form.
HTML r end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: # vim: ts=3