Skip to content

zhaochunyu0104/KalikoCMS.Core

 
 

Repository files navigation

Kaliko CMS

Kaliko CMS is an open source content management system (CMS) for the ASP.NET platform that supports both ASP.NET MVC and traditional WebForms. It provides you with the possibilities to build your website the way you want using the tools you choose. Whether you prefer MVC over WebForms or SQL Server over SQLite, it gives you a great framework to build on.

The framework approach also doesn't set any boundaries on how you structure your website or content. It's also very easy to extend the framework with content types if the ones included in the core doesn't quite match the requirements.

You find a couple of articles on how to get started using Kaliko CMS here.

Demo project using ASP.NET MVC and SQLite: https://github.com/KalikoCMS/DemoSite.Mvc and the accompanying article: http://www.codeproject.com/Articles/1021598/Build-a-website-with-Kaliko-CMS-using-ASP-NET-MVC

Demo project using WebForms and SQLite: https://github.com/KalikoCMS/DemoSite.WebForms and the accompanying article: http://www.codeproject.com/Articles/845483/Build-a-website-with-Kaliko-CMS-using-WebForms

Sign up to the Kaliko CMS Developer Newsletter to get updates about the project: http://eepurl.com/dJzMY

Install via NuGet

The far easiest way to install Kaliko CMS is through NuGet:

Optionally install Kaliko CMS Identity-package to enable ASP.NET Identity based user authentication.

Optionally install Kaliko CMS Search-package to enable search functionality.

*) For other databases see supported databases

Requirements

  • ASP.NET 4.0 or later (ASP.NET 4.5 required for ASP.NET Identity provider)
  • Your choice of database (list of supported databases)
  • ASP.NET MVC or WebForms depending of choice

Branching strategy

The master branch will always include the latest release while new development will be done in separate branches. All releases are also tagged.

Licenses

Kaliko CMS is licensed under GNU Lesser General Public License version 3 (LGPL). However, this project also contains other libraries with their individual licenses.

KalikoCMS.Core makes use of:

KalikoCMS.Data-providers makes use of:

KalikoCMS.Search makes use of:

KalikoCMS.Identity makes use of:

  • ASP.NET Identity provider for Telerik Data Access (Ms-PL)

About

Open source content management system (CMS) for the ASP.NET platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 43.2%
  • JavaScript 34.4%
  • CSS 16.8%
  • Classic ASP 4.4%
  • Pascal 1.2%