1. Introduction

News Bundle is a blog platform based on Doctrine2 and Symfony2.

1.2. Text Formatting

The content of a blog post can be formatted in different format:

  • markdown
  • raw html
  • nl2br

This feature is handled by the SonataFormatterBundle.

1.3. Comments

Comments can be enabled or disabled depending on the policy selected while creating a Post. An email is sent every time a comment is added to a Post. The email contains the comment information such as:

  • mail
  • message
  • url
  • etc

and two moderation links to activate or disable the comment.