FOSCommentBundle功能包:指南索引页

  • 原文出处:index.md

  • 原文作者:FriendsOfSymfony

  • 授权许可:创作共用协议

  • 翻译人员:FireHare

  • 校对人员:

  • 适用版本:FOSCommentBundle 2.0.5

  • 文章状态:草译阶段

Getting Started With FOSCommentBundle

Installation(安装)

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

安装只需要

  1. Setting up the bundle(安装功能包)

  2. Create your Comment and Thread classes(创建您的评论和线索类)

  3. Importing FOSCommentBundle routing(导入FOSCommentBundle路由)

  4. Enable comments on a page(在页面中启用评论)

Optional next steps(可选的下一步)

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

下面步骤是可选的,顺序无关紧要:

  • Style it(改变样式)

  • Integration with FOSUserBundle(与FOSUserBundle集成)

  • Adding role based ACL security(基于ACL安全添加角色)

  • Adding Symfony2's built in ACL security(添加Symfony2的内建ACL安全

  • Setting up a parser to allow marked up comments(安装解析器以允许标识评论)

  • Other ways of adding comments to a page(其它添加评论到页面的方法)

  • Running the test suite(运行测试)

  • Enable voting(启用投票)

  • Hooking into the JS code(勾进JS代码)

Any problem?

有问题?

Check our FAQ.

检查我们的 FAQ.


TODO:

下一步:

  • Spam detection

  • 垃圾防护

  • Comment tree sorting

  • 评论树分类


你可能感兴趣的:(Bundle,symfony2,指南索引,功能包)