*---------------------------------------------------------------------
* toKernel - Universal PHP Framework
* License http://www.gnu.org/copyleft/gpl.html GNU GPL
* Copyright (c) 2010-2012, toKernel dev team <hide@address.com>
* http://www.tokernel.com
*---------------------------------------------------------------------
* Readme.txt 1.0.4
*---------------------------------------------------------------------
* toKernel is a fully Object-Oriented extensible
* framework written in PHP.
*
* By design, the framework's kernel is monolithic which brings a lot
* of advantages. It is NOT a loader for a mere collection of classes.
* The versatility of this framework allows you to create web
* applications, command line applications and run the same application
* in either mode including interactive mode.
*
* Why toKernel?
*
* toKernel is the concatenation of the words 'to kernel'.
* The meaning is to kernel of the matter.
*---------------------------------------------------------------------
0 - Table of content
*---------------------------------------------------------------------
1 - License/Copyright notice/DockBlock (Version, etc)
2 - Features
3 - Third party products included
4 - Changelog
5 - System requirements
6 - Setup guide
7 - Credits
8 - Thanks
9 - Contact information
1 - License/Copyright notice
*---------------------------------------------------------------------
toKernel is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
toKernel is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with toKernel. If not, see <http://www.gnu.org/licenses/>.
2 - Features
*---------------------------------------------------------------------
* Multiple instances of applications / websites
* CLI with interactive mode
* Aliasing for CLI and HTTP
* Security: Filter, validation
* Templates, widgets, views, themes
* Add-ons, modules, libraries
* Flexible Error handling and logging
* Debugging
And more...
3 - Third party products included
*---------------------------------------------------------------------
No third party products are included
4 - Changelog
*---------------------------------------------------------------------
5 - System requirements
*---------------------------------------------------------------------
A. Operating system/Server - GNU/Linux or other Unix like OS /
Windows 2000 or newer.
B. Web server - Apache (httpd) Web server version 2.x.
<http://httpd.apache.org>
- Module mod_rewrite (URL Rewriting Engine)
<http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html>
C. PHP (server side scripting language) 5.2.x or newer
<http//php.net>
Extensions:
- mysql
- gd Library 2 or newer
- zlib
- mbstring
php.ini configuration:
-register_globals = Off
-error_reporting = E_ALL & ~E_NOTICE
-display_errors = On
-safe_mode = Off
PHP CLI SAPI required for command line interface mode.
6 - Setup guide
*---------------------------------------------------------------------
See setup-guide.txt
7 - Credits
*---------------------------------------------------------------------
David Ayvazyan <hide@address.com> Founder, Developer
Arshak Khazaryan <hide@address.com> Library developer
Razmik Davoyan <hide@address.com> Library developer
Patrick Isbendjian <hide@address.com> Translating documentation
Karen Grigoryan <bridge-hide@address.com> Translating source code comments
8 - THANKS
*---------------------------------------------------------------------
Thank people who helped us develop this project!
Please let us know if you detect any errors/issues of toKernel functionality.
9 - Contact information
*---------------------------------------------------------------------
Contact us at:
toKernel development team.
http://www.tokernel.com
hide@address.com (bugs, problems, questions, etc...)
End of File
*---------------------------------------------------------------------