From 6d7ef9c006a56ece1b6d6cfe9266a4dcf99ccaea Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 5 Jun 2014 14:22:35 +0200 Subject: [PATCH] unify blockquote introduction for the components --- components/config/introduction.rst | 9 +++------ components/event_dispatcher/introduction.rst | 4 ++++ components/security/introduction.rst | 15 ++++++--------- components/stopwatch.rst | 2 +- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/components/config/introduction.rst b/components/config/introduction.rst index 89eb4beaec9..11dae2e1d78 100644 --- a/components/config/introduction.rst +++ b/components/config/introduction.rst @@ -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:: diff --git a/components/event_dispatcher/introduction.rst b/components/event_dispatcher/introduction.rst index 60841be83af..6d8a5f102f3 100644 --- a/components/event_dispatcher/introduction.rst +++ b/components/event_dispatcher/introduction.rst @@ -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 ------------ diff --git a/components/security/introduction.rst b/components/security/introduction.rst index 09c19f5f99f..7d0cec88d74 100644 --- a/components/security/introduction.rst +++ b/components/security/introduction.rst @@ -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 ------------ diff --git a/components/stopwatch.rst b/components/stopwatch.rst index e2561614204..3bc315a0eb8 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -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