ZFMySite
---------------------------------------------------------------------------
ZFMySite is a personal homepage with a simple blog system. It was coded
for a demonstration of the power of Zend Framework 1.0.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 are simple files with the html markup. Example for one
article is in the articlesExample/articleTemplateEn.thtml directory.

Koubel
http://mirin.cz
