/bonita

A simple PHP template manager.

Primary LanguagePHPOtherNOASSERTION

Bonita: a simple PHP template manager with lofty ambitions.

Version 0.4: January 20, 2013.

Explanation

Bonita's templating engine lets you build templates in PHP, and very quickly (for example) provide feeds for lists of objects, manage POST actions with accompanying action tokens, create different interfaces for various devices, and so on.

Please get involved! This is an open source project.

Getting started

Check out git://github.com/benwerd/bonita.git

To use in its most basic setting, place the whole Bonita folder into your web project and include start.php.

See the Wiki for more information:

https://github.com/benwerd/bonita/wiki

Bugs and feature requests

Bonita uses Github's built-in issue tracker:

https://github.com/benwerd/bonita/issues

Copyright and license

Copyright 2011-2012 Ben Werdmuller ben@benwerd.com http://benwerd.com/

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.