Uklog開発記録
2/12/2011
- fixed a bug of exposing draft in ‘/’.
12/19/2010
- Implemented draft feature.
- Implemented article delete feature.
- Added a button to post a new article from summary page.
12/17/2010
- Supported RSS. /uklog/uklog.rss
- Implemented the flow for posting a new article. /uklog/new
12/5/2010
- Replaced uklog implementation with Ruby.
TODOs
images field contains image URLs and its description. These should be converted to image markdown and attached to the content.
uid -> login(?) title disptime content categories -> can be removed.
Table column migration plan:
msgid --> id (I need to keep it to support aXXX.html URL.
uid --> obsolete
disptime --> publish_t (follow the naming convention I used in Ukki
title --> same
content --> same
images --> append to content
categories --> ignore
threadid --> ignore
num_comments --> ignore
num_trackbacks --> ignore
