DEMO-Site LIMB-home | Template source

Welcome to the demo site built with LIMB 2.3.1(candle) Content Management Framework!


                 
Catalog
§ Php books

§ Test Driven Development books

§ Design patterns books


Poll
How do you like this demo site?

Poll results
About

LIMB is a ready to use, powerfull CMF(Content Management Framework) based on the best conceptions of WACT
...more
 
Main » Faq

Faq

Total items count: 5
Hm...you guys seem to be developing "all-in-one" all-sufficient framework, aren't ya?
What's LIMB???
Hey? "Yet another CMF"? Why should i use it?!!
How does LIMB use WACT?
What's JIP actually?
Hm...you guys seem to be developing "all-in-one" all-sufficient framework, aren't ya?

Yes, currently LIMB is all-sufficient. And that's no good, we never wanted to isolate LIMB!

In the nearest future we're planning to use LIMB as a glue around several excellent products as WACT, Propel, PEAR shipped with Simpletest test suites. That's why we need professional developers support.

What's LIMB???
L.I.M.B - Lithesome Interactive Media Builder....that was the first "pollitically correct" reading of this abbreviation we could think of :) To be honest, have no idea, simply like this word.
Hey? "Yet another CMF"? Why should i use it?!!

The main aim of LIMB is to build scalable, extensible and easy-to-update websites(CMS). LIMB uses the following simple metaphor: "Every piece of information is an object". Every object has set of actions that user can perform, like display, edit, delete etc. LIMB uses internal access system to determine if the user is allowed to perform action or not. This access system is suitable for creating flexible access rules and maintaining documents flow.

LIMB is build with scalability in mind. This means that it is suitable for any kind of project from simple websites to corporate portals. Development of LIMB was conducted with modern principles of programming, like object oriented programming, design patterns, test-driven development.

Using site objects concept allows to develop/reuse/maintain different modules, such as articles, news, press releases, products catalogs and many others. LIMB offers user friendly interface to add/update information on the website. Administrator can use either back office to add/edit/delete information or manage information from front side using JIP (just in place) managing feature. JIP edition allows dramatically decrease time of learning the CMS and decrease administration time.


developer
How does LIMB use WACT?

LIMB is WACT based which implies very powerfull and extendable templating system. By the way, you can see WACT template components of every page - click [Template source] link in the top right page corner.

Well, actually we use heavily modified version of WACT, only templating engine in fact.


developer
What's JIP actually?

OK :) JIP stands for Just In Place. In practice this allows you to handle CMS content directly in the front office! Actually, we don't have special administrating area in common sense. In terms of our metaphor we don't have a strict separation between front office and back office, it's just the matter of templates and access policy.

Once you're authorized to modify a site object you can see JIP control panel nearby(if it's provided by template).


developer