﻿=======================================================================
=                                                                     =
=                                                                     =
=                               MVCBlog                               =
=                   Blog Engine based on ASP.NET MVC                  =
=                                                                     =
=                       http://www.palmmedia.de                       =
=                                                                     =
=                                                                     =
=======================================================================
FEATURES

-RSS-Feed
-Embedding of images
-File attachments
-Comments
-Tags
-Search function
-Receiving and sending pingbacks
-TinyMCE, Lightbox and SyntaxHighlighter integration
-Dependency Injection using Unity

=======================================================================

OPEN WORK ITEMS

-Implement trackback handling
-Implement deleting images
-Implement validate length of comments
-Implement comments feed
-Refactor encoding of tags (e.g. 'C#' does not work currently)
-Refactor form handling with PRG-Pattern
-Refactor deleting posts in a POST instead of a GET request (not 
 critical, since only authenticated users are allowed to delete)
-Refactor deleting files in a POST instead of a GET request (not 
 critical, since only authenticated users are allowed to delete)

=======================================================================

REQUIREMENTS

.NET Framework 3.5
ASP.NET MVC
MSSQL 2005/2008 (Express)

=======================================================================

LICENSE

This program is licensed under the Apache License 2.0.
This means you may use this program in any project.
You are allowed to modify the program as you like.

For further details take a look at LICENSE.txt.

=======================================================================

CHANGELOG

0.1.0.0

    * New: Initial release