diff --git a/README.textile b/README.textile index 6e04d29..d69d9b3 100644 --- a/README.textile +++ b/README.textile @@ -1,34 +1,34 @@ -h1. About TensaiCMS +h1. About KenseiCMS No databases. No hassles. No shit. That's genius! -No. That's Tensai. +No. That's Kensei. h2. 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,":http://www.mindvalley.com an Internet Marketing company specializing in the personal development genre. +Kensei 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,":http://www.mindvalley.com an Internet Marketing company specializing in the personal development genre. h2. 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. +* No database: Kensei 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: Kensei was designed to be easily maintanable, and this attribute was very influential in how Kensei 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. h2. License -This file is part of Tensai. +This file is part of Kensei. -Tensai is free software: you can redistribute it and/or modify +Kensei 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, +Kensei 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 . +along with Kensei. If not, see . diff --git a/content/index.html b/content/index.html index 4f0e2ac..646e4ee 100644 --- a/content/index.html +++ b/content/index.html @@ -1,2 +1,2 @@ -

Congratulations, you've just installed Tensai.

+

Congratulations, you've just installed Kensei.

(now wasn't that easy?)

diff --git a/manifest.ini b/manifest.ini index 2efa275..cdc6f57 100644 --- a/manifest.ini +++ b/manifest.ini @@ -1,5 +1,5 @@ -; Configuration files for Tensai. -; Tensai uses standard INI standards. +; Configuration files for Kensei. +; Kensei uses standard INI standards. ; Here's some basic explaination on how to use this file ; ----------------------------------- ; * For commenting, a semicolon is used ( ; ) anything after a semicolon is a diff --git a/site.ini b/site.ini index 5b8edfe..9cac8b5 100644 --- a/site.ini +++ b/site.ini @@ -1,5 +1,5 @@ ;Site Data [site] -name = Tensai -title = Tensai +name = Kensei +title = Kensei base_path = "/" diff --git a/system/app/Api.php b/system/app/Api.php index fda46e8..5875ffd 100644 --- a/system/app/Api.php +++ b/system/app/Api.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Config.php b/system/app/Config.php index 42eb0d7..14f9c0d 100644 --- a/system/app/Config.php +++ b/system/app/Config.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Generator.php b/system/app/Generator.php index 5529f9e..56240bf 100644 --- a/system/app/Generator.php +++ b/system/app/Generator.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Lib.php b/system/app/Lib.php index ff11bb8..7ef91c3 100644 --- a/system/app/Lib.php +++ b/system/app/Lib.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Loader.php b/system/app/Loader.php index 239587c..c4aed58 100644 --- a/system/app/Loader.php +++ b/system/app/Loader.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Parser.php b/system/app/Parser.php index 1c78332..ebc2119 100644 --- a/system/app/Parser.php +++ b/system/app/Parser.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Parser/Html.php b/system/app/Parser/Html.php index 285cb3e..32c543e 100644 --- a/system/app/Parser/Html.php +++ b/system/app/Parser/Html.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Parser/Markdown.php b/system/app/Parser/Markdown.php index 5086763..1020e0d 100644 --- a/system/app/Parser/Markdown.php +++ b/system/app/Parser/Markdown.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Parser/Textile.php b/system/app/Parser/Textile.php index f9bc96c..83d7791 100644 --- a/system/app/Parser/Textile.php +++ b/system/app/Parser/Textile.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Preparser.php b/system/app/Preparser.php index 9dfa100..9d2f5e0 100644 --- a/system/app/Preparser.php +++ b/system/app/Preparser.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Router.php b/system/app/Router.php index 5885761..5aaafea 100644 --- a/system/app/Router.php +++ b/system/app/Router.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Tag.php b/system/app/Tag.php index e3a18b8..3f0bf3f 100644 --- a/system/app/Tag.php +++ b/system/app/Tag.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/app/Wrapper.php b/system/app/Wrapper.php index ccbe1a9..3f839bd 100644 --- a/system/app/Wrapper.php +++ b/system/app/Wrapper.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/modules/Page.php b/system/modules/Page.php index adc6f55..f5561a1 100644 --- a/system/modules/Page.php +++ b/system/modules/Page.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/modules/Preparser/Page.php b/system/modules/Preparser/Page.php index e087fd6..462ab41 100644 --- a/system/modules/Preparser/Page.php +++ b/system/modules/Preparser/Page.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/modules/Style.php b/system/modules/Style.php index 3ea002a..7df11d0 100644 --- a/system/modules/Style.php +++ b/system/modules/Style.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/modules/Utils.php b/system/modules/Utils.php index 335ea83..639c41b 100644 --- a/system/modules/Utils.php +++ b/system/modules/Utils.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/ diff --git a/system/plugins/Example.php b/system/plugins/Example.php index 6dd1185..44f0ef4 100644 --- a/system/plugins/Example.php +++ b/system/plugins/Example.php @@ -1,19 +1,19 @@ . +along with Kensei. If not, see . ***/