New blogkit support 'style'. If you have sites using old Blogkit, you have to change below:
- Remove blogio.rb in $INSTALL/tdiary. And copy new file blog_style.rb to same directory.
- Open tdiary.conf by textaeditor, and remove "require 'tdiary/blogio'" and add "@style = 'Blog'".
And convert data files:
- Find *.td2 files in your @data_path.
- Open these files by text editor, and replace all of "Format: tDiary" to "Format: Blog".
- Save all changes, and remove @data_path/cache/.parser and @data_path/cache/.rb.
If you cannot do above, one more method in compatible.
-
Open blog_style.rb in text file, and find a line below.
-
Change this line to below (remove '#').
TDiary::DefaultIO::add_style( 'tDiary', self )
-
Save the file, and remove *.parser and *.rb in @data_path/cache.