|
1 |
| -# Symfony Cmf Tree Browser Bundle |
| 1 | +# Symfony CMF Tree Browser Bundle |
2 | 2 |
|
3 |
| -This is part of the Symfony Cmf: <https://github.com/symfony-cmf/symfony-cmf> |
| 3 | +[](http://travis-ci.org/symfony-cmf/TreeBrowserBundle) |
| 4 | +[](https://packagist.org/packages/symfony-cmf/tree-browser-bundle) |
| 5 | +[](https://packagist.org/packages/symfony-cmf/tree-browser-bundle) |
4 | 6 |
|
5 |
| -## Links |
| 7 | +This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) |
| 8 | +and licensed under the [MIT License](LICENSE). |
| 9 | + |
| 10 | +The TreeBrowserBundle provides tree navigation for the PHP Content Repository |
| 11 | +(PHPCR). This bundle comprises two parts: |
| 12 | + |
| 13 | +* Generic tree browser with a "TreeInterface" |
| 14 | +* PHPCR-specific tree browser implementation with GUI |
| 15 | + |
| 16 | + |
| 17 | +## Requirements |
| 18 | + |
| 19 | +* Symfony 2.2.x |
| 20 | +* FOSJsRoutingBundle |
| 21 | +* jQuery (SonatajQueryBundle strongly suggested) |
| 22 | +* See also the `require` section of [composer.json](composer.json) |
6 | 23 |
|
7 |
| -- GitHub: <https://github.com/symfony-cmf/symfony-cmf> |
8 |
| -- Sandbox: <https://github.com/symfony-cmf/cmf-sandbox> |
9 |
| -- Web: <http://cmf.symfony.com/> |
10 |
| -- Wiki: <http://github.com/symfony-cmf/symfony-cmf/wiki> |
11 |
| -- Issue Tracker: <http://cmf.symfony-project.org/redmine/> |
12 |
| -- IRC: irc://freenode/#symfony-cmf |
13 |
| -- Users mailing list: <http://groups.google.com/group/symfony-cmf-users> |
14 |
| -- Devs mailing list: <http://groups.google.com/group/symfony-cmf-devs> |
15 | 24 |
|
16 | 25 | ## Documentation
|
17 | 26 |
|
18 |
| -http://symfony.com/doc/master/cmf/bundles/tree_browser.html |
| 27 | +For the install guide and reference, see: |
| 28 | + |
| 29 | +* [TreeBrowserBundle documentation](http://symfony.com/doc/master/cmf/bundles/tree_browser.html) |
| 30 | + |
| 31 | +See also: |
| 32 | + |
| 33 | +* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference |
| 34 | +* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links |
| 35 | + |
| 36 | + |
| 37 | +## Contributing |
| 38 | + |
| 39 | +Pull requests are welcome. Please see our [CONTRIBUTING](CONTRIBUTING.md) guide. |
| 40 | + |
| 41 | +Unit and/or functional tests exist for this bundle. See the |
| 42 | +[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html) |
| 43 | +for a guide to running the tests. |
| 44 | + |
| 45 | +Thanks to |
| 46 | +[everyone who has contributed](https://github.com/symfony-cmf/TreeBrowserBundle/contributors) already. |
0 commit comments