PiranhaCMS.Core

This is the core package for Piranha CMS. It contains the binaries, manager interface, scripts for creating and maintaining the database, entity framework mappings and application models. It also creates the default folders needed for uploading, caching and scaling media uploaded with the manager interface.


Keywords
asp-net, cms, framework, net-mvc, piranha
License
MIT
Install
Install-Package PiranhaCMS.Core -Version 2.2.7.2

Documentation

Welcome to Piranha CMS

Piranha CMS is a lightweight framework for building content driven applications using ASP.NET MVC & Web Pages. The main focus of the framework lies in structuring and managing content, not in providing a pre packaged web interface.

Piranha CMS can be used to build a new application from scratch, or to add CMS functionality to an already existing application.

License

Piranha CMS is released under the MIT license. It is a permissive free software license, meaning that it permits reuse within proprietary software provided all copies of the licensed software include a copy of the MIT License terms and the copyright notice

Branching strategy

The master branch of this reposiory is the development branch. If you want to use the source code that resembles the current NuGet-version, DO NOT use the master branch. Instead, use the branch with the same name as the current version on NuGet.

NuGet packages

There are NuGet packages available for both the template projects, as well as for the core libraries. To read more about how to get started and the different packages available you can find more information in the Wiki section at:

https://github.com/PiranhaCMS/Piranha/wiki/NuGet-packages

Features

If you're interested in features, you can check out the current feature list at the official site at:

http://piranhacms.org/features

Contributing

Contributing is easy and fun. Create a fork, fix an issue or add an amazing feature and just send a pull request.