what is easysite ?

easysite is a software wich helps you to create a good looking web site in 
hours instead of weeks or month.
bother about the content of your web site, easysite will do the rest, namely
the interface.

---------------------------------------------------------------------

what is this hit table ? Wy do we actually need mysql ?

in major of cases, your web site will be hosted by a provider, that won't
give you the access to the logs of their http server. Thus you will never be
informed of the real statistics of your web site.
So, i wanted to store the statistic of your web site in this hit table, each
line of this table correspond to a fetched page with all the information
going with it, just trie it by browsing your site.

however if you don't be interested by this feature, you can smash away this
hit table and also the mysql database.
A note about how to do that is given in this directory.

--------------------------------------------------------------------------

wy don't you provide a zip archive for windows users ?

Because winzip can decompress without any problem a unix .tar.gz archive
If you don't have winzip, i suggest you to download a free evalutation version 
at http://www.winzip.com

--------------------------------------------------------------------------

What is this DOCUMENT_ROOT variable ?

It's the base directory path of your web server.

Unser linux redhat it's usually /home/httpd/html

--------------------------------------------------------------------------

Why isn't the install process complete, at the end; we must copy by hand two
files. Could the install process not copy the file config.tpl for us ?

No. For security reason an http process can not write where it doen't have
permission to write. Do it yourself with the appropriate right.
Moreover, that's not difficult to do and you will for sure do it without
problem.
