Thursday, June 2, 2016

Frog CMS A Content Management System In PHP

What is Frog CMS?

Frog CMS php script simplifies content management by offering an elegant user interface, flexible templating per page, simple user management and permissions, as well as the tools necessary for file management. Born as phpRadiant in January 2007, Frog CMS is a PHP version of Radiant CMS, a well known Ruby on Rails application. Although the two applications still share a family resemblance, Frog is charting its own development path.

Frog requires PHP5, a MySQL database or SQLite 3 with PDO, and a web server (Apache with mod_rewrite is highly recommended). It is distributed under the GNU General Public License version 3. The source is available from Frog’s Google Code project page.

Frog is unique because of its simple templating code. Because it uses PHP directly, there is no need to learn yet another scripting language. This approach has two main advantages:

    Normally, PHP is not used in article pages, so it does not frighten the writer who does not want to learn it.
    The webmaster/designer of the site, the one who will code some basic condition or/and loop to add more dynamics to the website, generally knows some PHP already — at least enough to add some dynamic latest news part, latest articles, photo gallery, etc…


Features

Unlimited hierarchically structured page navigation menu

The page navigation menu provides critical information and functions. It allows you to perform quickly common actions on pages and shows how information has been organized.

Drag and drop page ordering

This function simplifies the organization of your site’s pages. It makes new sorting arrangements of pages possible.

Flexible page content: body, sidebar, extended, summary

Each page can have its own customized parts (divisions). It can be ‘extended’ text for news, or ‘summary’ for article: you can define whatever you want, whenever you want. These can even be used for extended metadata fields.

Per page layout customization

Pages can have their own layout, or can inherit the layout of the parent page, or they can reuse another page layout. This allows the site owner to make every page look exactly as desired.

Simple and reusable content snippets

You can define ‘snippets’: small pieces of content used across several pages, like page headers or footers, or contact info, etc. This means less cut-and-paste text in your pages. This will reduce your modification time when you need to add, remove or change the text in it.




Other Features

  • Password protected administration
  • Simple user and permission management
  • File manager (plugin) allows you to upload, browse and edit files

Download Frog CMS -A Content Management System In PHP