Getting Started With FOSCommentBundle
=====================================

## Installation

Installation is a quick (I promise!) 4 step process:

1. [Setting up the bundle](1-setting_up_the_bundle.md)
2. [Create your Comment and Thread classes](2-create_your_comment_and_thread_classes.md)
3. [Importing FOSCommentBundle routing](3-importing_foscommentbundle_routing.md)
4. [Enable comments on a page](4-enable_comments_on_a_page.md)

## Optional next steps

The following steps are optional and the order doesn't matter:

- [Style it](5-style_it.md)
- [Integration with FOSUserBundle](6-integration_with_fosuserbundle.md)
- [Adding role based ACL security](7-adding_role_based_acl_security.md)
- [Adding Symfony2's built in ACL security](8-adding_symfony2s_builtin_acl_security.md)
- [Setting up a parser to allow marked up comments](9-using_a_markup_parser.md)
- [Other ways of adding comments to a page](10-other_ways_of_adding_comments_to_a_page.md)
- [Running the test suite](11-running_the_test_suite.md)
- [Enable voting](12-enable_voting.md)
- [Hooking into the JS code](13-hooking_into_the_js_code.md)
- [Customizing tree sorting](14-customizing_tree_sorting.md)
- [Handling Events](15-events.md)

**Any problem?** Check our [FAQ](99-faq.md).

TODO:
- Spam detection
- Comment tree sorting
