Skip to content

Commit cf19042

Browse files
committed
Merge pull request #54 from symfony-cmf/readme-update
README tweaks based on the new template
2 parents 1e28870 + 6fe8b07 commit cf19042

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Symfony CMF SimpleCms Bundle
1+
# Symfony CMF Simple CMS Bundle
22

33
[![Build Status](https://secure.travis-ci.org/symfony-cmf/SimpleCmsBundle.png)](http://travis-ci.org/symfony-cmf/SimpleCmsBundle)
44
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/simple-cms-bundle/version.png)](https://packagist.org/packages/symfony-cmf/simple-cms-bundle)
@@ -7,18 +7,25 @@
77
This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
88
and licensed under the [MIT License](LICENSE).
99

10-
A trivial content management system based on the [Symfony Cmf](https://github.com/symfony-cmf/symfony-cmf)
10+
The SimpleCmsBundle builds on other Symfony CMF components. It provides a
11+
solution that can easily map content, routes and menu items based on a single
12+
tree structure in the content repository.
13+
14+
While the core CMF components focus on flexibility, the Simple CMS Bundle
15+
trades away some of that flexibility in favor of simplicity.
16+
1117

1218
## Requirements
1319

1420
* Symfony 2.2.x
1521
* See also the `require` section of [composer.json](composer.json)
1622

23+
1724
## Documentation
1825

1926
For the install guide and reference, see:
2027

21-
* [SimpleCmsBundle documentation](http://symfony.com/doc/master/cmf/bundles/simple-cms-bundle.html)
28+
* [SimpleCmsBundle documentation](http://symfony.com/doc/master/cmf/bundles/simple_cms.html)
2229

2330
See also:
2431

0 commit comments

Comments
 (0)