Kooboo CMS 2.0 - documents

Kooboo 2.0 installation guide

Installation guide of Kooboo CMS 2.0 (read more)

Kooboo CMS upgrade guide

Two simple steps required to upgrade Kooboo CMS, database upgrade and copy of your design. (read more)

Kooboo CMS quick start

A few simple steps to create a professional website in Kooboo cms within an hour, with a modern CMS backend. You need to understand the basic of HTML and ASP.NET MVC. (read more)
Kooboo Module is an ASP.NET MVC mini site, which can run as a standalone application as well as install into Kooboo as a module (read more)
Kooboo's unique multilingual and multi site solution (read more)

Data rule (v. 1.2, 2.0)

Kooboo's Data Rule responsible for all data access operation. It provides an easy visual interface for data query. (read more)

inline editing (v. 1.2, 2.0)

Inline editing enable you to edit content in place while browsing the websites. (read more)

site package (v. 1.2, 2.0)

Kooboo deployment tool, you can easily export a site and import it at another Kooboo instance. (read more)

Text Schema (v. 1.2, 2.0)

Content type of the site. Example content types are news, agendas, events and blogs (read more)

layout template (v. 1.2, 2.0)

Defines the layout position of pages, similar as a Master Page in ASP.NET. (read more)

content template (v. 1.2, 2.0)

Content template is used to display one or more content items. It has similar concept as an user control in ASP.NET. You can use many of our API methods and full ASP.NET MVC syntax to write your content template. The default template editor comes with intellisense and syntax highlight supported (read more)

Binary Schema (v. 1.2, 2.0)

Binary schema is mostly used to store files or images. It can be referred by a Text Schema or directly queried to display on front end site (read more)

Kooboo keywords

Some basic concepts explanation (read more)

workflow (v. 1.2, 2.0)

Kooboo provides a simple and effective workflow engine. (read more)

PagePlugin Extension

PagePlugin is a Kooboo Extension without UI. It can be attached to a Page or Content template. It can access to http POST or GET data. (read more)