ZFMySite
---------------------------------------------------------------------------
ZFMySite is a personal homepage with a simple blog system. It was coded
for a demonstration of the power of Zend Framework 1.5.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.

I used many of Zend Framework components:
 - view and controller classes included ViewRenderer and controller plugins
 - Zend_DB_Table for a simple model, but this class has some limits, new improved
   proposal is promising
 - 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 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
