ZFMySite
---------------------------------------------------------------------------
ZFMySite is a personal homepage with a simple blog system. It was coded
for a demonstration of the power of Zend Framework 1.9.x.

This package contains a simple php application which consists of:
 - default module for index, projects and information sections.
 - blog module for a simple blog like system with a basic administration.
 
A whole package has the support for a simple autoconf and make based deployment.

It uses many of Zend Framework components:
 - Zend_Application module bootstraping and configuration
 - view and controller classes included ViewRenderer and controller plugins and
   helper
 - Layouts and enhanced view helpers
 - Form handling with Zend_Form or via own Zend_Filter_Input validation only
 - Zend_Db_Table as DAO class, own mapped model classes
 - Zend classes for feeds, locale, translation, session, auth.

For an installation instructions, see INSTALL file.

Something hasn't good concept and will be fixed/rewritten, see TODO file.

For licence see COPYING file.

Articles in the blog can be written with the html markup or dokuwiki like markup.
Example with the html markup is in the articlesExample/articleTemplateEn.thtml
file, with the dokuwiki markup is in the articlesExample/articleTemplateEn.wiki
file

Koubel
http://mirin.cz
