CHANGELOG ========== Version 0.3 ------------ - Completely redesigned the administration interface, including the controllers - Switched authentication to authenticate_or_request_with_http_basic - When there are no articles for the current month, show only the last posted article. So if it's March, and the last posted article was Jan 2nd, show that. Version 0.2 ------------ - Made "article_by_subject" sort in reverse-chronological order. (done in the subject model) - Hover descriptions for Links and Subjects. (:title on link_to) - Each article can be shown on its own page by clicking on the title, or a "Comments" link. - Added (optional) article comments. Comments exist on the article's page (not a page with multiple articles) - Added (optional) email notification for comments. Email is sent to the owner's email address listed in the config.yml. - Sessions stored in a database table