-
Notifications
You must be signed in to change notification settings - Fork 45
README tweaks based on the new template #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Symfony CMF SimpleCms Bundle | ||
# Symfony CMF Simple CMS Bundle | ||
|
||
[](http://travis-ci.org/symfony-cmf/SimpleCmsBundle) | ||
[](https://packagist.org/packages/symfony-cmf/simple-cms-bundle) | ||
|
@@ -7,18 +7,25 @@ | |
This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) | ||
and licensed under the [MIT License](LICENSE). | ||
|
||
A trivial content management system based on the [Symfony Cmf](https://github.com/symfony-cmf/symfony-cmf) | ||
The SimpleCmsBundle builds on other Symfony CMF components. It provides a | ||
solution that can easily map content, routes and menu items based on a single | ||
tree structure in the content repository. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i merged as its a lot better than the previous readme. we might think some more how we could formulate our pitch here so that people with little knowledege of the cmf understand what this bundle does. |
||
|
||
While the core CMF components focus on flexibility, the Simple CMS Bundle | ||
trades away some of that flexibility in favor of simplicity. | ||
|
||
|
||
## Requirements | ||
|
||
* Symfony 2.2.x | ||
* See also the `require` section of [composer.json](composer.json) | ||
|
||
|
||
## Documentation | ||
|
||
For the install guide and reference, see: | ||
|
||
* [SimpleCmsBundle documentation](http://symfony.com/doc/master/cmf/bundles/simple-cms-bundle.html) | ||
* [SimpleCmsBundle documentation](http://symfony.com/doc/master/cmf/bundles/simple_cms.html) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Original link seems to be broken, unless there's a pending change in the works. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah, your new link is the right one. |
||
|
||
See also: | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if there's an agreed style here; I've tended to use forms like "SimpleCMSBundle" in references/links, or "Simple CMS Bundle" in the main title. I don't mid "SimpleCMSBundle", not so keen on "SimpleCMS Bundle" because it seems inconsistent, but can go back to that if it's the preferred style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if theres a precedent, but I agree your change is better.