Skip to content

Commit

Permalink
Update guide and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepone committed Apr 3, 2012
1 parent 67c2f1b commit 8ffb893
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 177 deletions.
10 changes: 0 additions & 10 deletions README

This file was deleted.

24 changes: 20 additions & 4 deletions README.md
@@ -1,10 +1,26 @@
What Is Gleez CMS?
==================
# What Is Gleez CMS?

GleezCMS is a user-friendly website content management system. With GleezCMS you can easily build dynamic websites within a matter of minutes with just the click of your mouse! Maintain your web content, navigation and even limit what groups or specific users can access, from anywhere in the world with just a web browser!

With an emphasis on security and functionality, GleezCMS is a professional and robust system suitable for any business or organization website. Built on the PHP programming language and the MySQL database, GleezCMS delivers superb performance on any size website.

*Gleez CMS uses Kohana 3.2 as its foundational framework!*
----------------------------------------------------------
## Gleez CMS uses Kohana 3.2 as its foundational framework!

Kohana 3 is an HMVC(Hierarchical Model View Controller) framework written on PHP that lets developers create web applications easier and faster. Perhaps you've heard of the MVC architectural pattern. Frameworks like Ruby on Rails, Django, CodeIgniter, CakePHP, and many others use MVC. Kohana 3 is a little different because it is using the HMVC pattern. HMVC is deemed as the "logical" evolution of MVC. HMVC can be quickly described as an MVC that can have children MVC's.

## What is Gleez then?

Kohana 3 is a lean and mean framework, it does nothing else but to provide developers with libraries and simple, non-restrictive patterns that make building web applications faster and easier than many other frameworks. Gleez is simply a module for Kohana 3. It mainly provides the user interfaces(GUI) and libraries, and some additional conventions to easily manage a website system.

### Gleez provides the user interface to manage many aspects of a website like the following:
* Website Navigation and Web Pages
* Users, User Groups, and Permissions
* Contents or Articles for News or Blogging
* Content Categories
* Content Blocks or Widgets
* Extensions, Modules or Plugins
* Themes and Layouts
* Other Details like SEO, Media, etc.

Website: [http://gleezcms.org](http://gleezcms.org)
Follow : [https://www.facebook.com/GleezCms](https://www.facebook.com/GleezCms)
162 changes: 0 additions & 162 deletions modules/gleez/classes/dummy.php

This file was deleted.

2 changes: 2 additions & 0 deletions modules/gleez/guide/gleez/gleez.introduction.md
Expand Up @@ -53,5 +53,7 @@ Gleez provides the user interface to manage many aspects of a website like the f
* s7nCMS [(http://code.google.com/p/s7ncms/)](http://code.google.com/p/s7ncms/)
* Kohanut [(http://kohanut.com/)](http://kohanut.com/)
* Wordpress [(http://wordpress.org)](http://wordpress.org)
* Bootstrap Twitter [(http://twitter.github.com/bootstrap/)](http://twitter.github.com/bootstrap/)
* jQuery [(http://jquery.com/)](http://jquery.com/)

We've lifted some codes from these applications and felt this is palce for giving credit to them as demanded!
2 changes: 1 addition & 1 deletion modules/gleez/guide/gleez/index.md
Expand Up @@ -15,4 +15,4 @@ But creating this CMS quickly would have been nearly impossible without its foun

* **Designers** will love it because its theming system is just simple HTML and PHP just like Joomla's.

#####Status as of March 31, 2011: **5%**
#####Status as of March 31, 2012: **95%**

0 comments on commit 8ffb893

Please sign in to comment.