Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b007d2a

Browse files
author
Lars Janssen
committed
Updated README to the new template/format
1 parent 95dd7ea commit b007d2a

File tree

1 file changed

+40
-12
lines changed

1 file changed

+40
-12
lines changed

README.md

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,46 @@
1-
# Symfony Cmf Tree Browser Bundle
1+
# Symfony CMF Tree Browser Bundle
22

3-
This is part of the Symfony Cmf: <https://github.com/symfony-cmf/symfony-cmf>
3+
[![Build Status](https://secure.travis-ci.org/symfony-cmf/TreeBrowserBundle.png)](http://travis-ci.org/symfony-cmf/TreeBrowserBundle)
4+
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/tree-browser-bundle/version.png)](https://packagist.org/packages/symfony-cmf/tree-browser-bundle)
5+
[![Total Downloads](https://poser.pugx.org/symfony-cmf/tree-browser-bundle/d/total.png)](https://packagist.org/packages/symfony-cmf/tree-browser-bundle)
46

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)
623

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>
1524

1625
## Documentation
1726

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

Comments
 (0)