Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

mindvalley/kensei

Repository files navigation

About TensaiCMS

No databases.
No hassles.
No shit.
That’s genius!
No. That’s Tensai.

History

Tensai is a file-based content management system written in PHP using the Zend framework. It was extracted by isieo and kaliwanagan from their work in Indigo, used by Mindvalley LC, an Internet Marketing company specializing in the personal development genre.

Features

  • No database: Tensai does not need a database to run; it only needs a web server and PHP. Without any extra database server to maintain, deployment is quick and hassle-free. A deployment at its simplest can consist of simply copying over the entire program tree.
  • Model-View-Controller architecture: Tensai was designed to be easily maintanable, and this attribute was very influential in how Tensai was structured. A web page’s layout resides in partials that content writers need not worry about.
  • Extensibility: Additional functionality can easily be added by content writers in the form of tags (which are able to use their own partials as well). For example, a video player that gracefully degrades from HTML5 to Flash to a static image can easily be embedded in a page just by inserting the media_player tag.

License

This file is part of Tensai.

Tensai is free software: you can redistribute it and/or modify
it under the terms of the Affero GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Tensai 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
Affero GNU General Public License for more details.

You should have received a copy of the Affero GNU General Public License
along with Tensai. If not, see <http://www.gnu.org/licenses/>.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published