README.md

Summary

Maintainability
Test Coverage
# Content management system

[![Build Status](https://travis-ci.org/pluf/cms.svg?branch=master)](https://travis-ci.org/pluf/cms)
[![Coverage Status](https://coveralls.io/repos/github/pluf/cms/badge.svg)](https://coveralls.io/github/pluf/cms)
[![codecov](https://codecov.io/gh/pluf/cms/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/cms)
[![Maintainability](https://api.codeclimate.com/v1/badges/0c8d89e4e242c882f808/maintainability)](https://codeclimate.com/github/pluf/cms/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/0c8d89e4e242c882f808/test_coverage)](https://codeclimate.com/github/pluf/cms/test_coverage)


A content management system (CMS) is a computer application that supports the creation and modification of digital content. It is often used to support multiple users working in a collaborative environment. Pluf CMS is a module to provide content managemnt system.

## Contributing

If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.

The most important guidelines are described as follows:

>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.