Skip to content

Blockquote introductions #3906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions components/config/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
The Config Component
====================

Introduction
------------

The Config component provides several classes to help you find, load, combine,
autofill and validate configuration values of any kind, whatever their source
may be (YAML, XML, INI files, or for instance a database).
The Config component provides several classes to help you find, load,
combine, autofill and validate configuration values of any kind, whatever
their source may be (YAML, XML, INI files, or for instance a database).

.. caution::

Expand Down
4 changes: 4 additions & 0 deletions components/event_dispatcher/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
The EventDispatcher Component
=============================

The EventDispatcher component provides tools that allow your application
components to communicate with each other by dispatching events and listening
to them.

Introduction
------------

Expand Down
15 changes: 6 additions & 9 deletions components/security/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
The Security Component
======================

Introduction
------------

The Security component provides a complete security system for your web
application. It ships with facilities for authenticating using HTTP basic
or digest authentication, interactive form login or X.509 certificate login,
but also allows you to implement your own authentication strategies.
Furthermore, the component provides ways to authorize authenticated users
based on their roles, and it contains an advanced ACL system.
The Security component provides a complete security system for your web
application. It ships with facilities for authenticating using HTTP basic
or digest authentication, interactive form login or X.509 certificate
login, but also allows you to implement your own authentication strategies.
Furthermore, the component provides ways to authorize authenticated users
based on their roles, and it contains an advanced ACL system.

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion components/stopwatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Stopwatch Component
=======================

Stopwatch component provides a way to profile code.
The Stopwatch component provides a way to profile code.

.. versionadded:: 2.2
The Stopwatch component was introduced in Symfony 2.2. Previously, the
Expand Down