From a49fcba71be1691526651d3743c8ffb293a2db0d Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 26 May 2013 16:22:53 +0200 Subject: [PATCH] Rewrote download sentence --- components/class_loader.rst | 4 ++-- components/config/introduction.rst | 6 +++--- components/console/introduction.rst | 4 ++-- components/css_selector.rst | 6 +++--- components/dependency_injection/introduction.rst | 4 ++-- components/dom_crawler.rst | 4 ++-- components/event_dispatcher/introduction.rst | 4 ++-- components/filesystem.rst | 4 ++-- components/finder.rst | 4 ++-- components/http_foundation/introduction.rst | 4 ++-- components/http_kernel/introduction.rst | 4 ++-- components/locale.rst | 4 ++-- components/options_resolver.rst | 4 ++-- components/process.rst | 4 ++-- components/routing/introduction.rst | 4 ++-- components/security/introduction.rst | 6 +++--- components/serializer.rst | 4 ++-- components/templating.rst | 6 +++--- components/yaml/introduction.rst | 4 ++-- 19 files changed, 42 insertions(+), 42 deletions(-) diff --git a/components/class_loader.rst b/components/class_loader.rst index 1e7064b1894..eb64f41dbbe 100644 --- a/components/class_loader.rst +++ b/components/class_loader.rst @@ -25,10 +25,10 @@ need. Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/ClassLoader); -* :doc:`Install it via Composer` (``symfony/class-loader`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/class-loader`` on `Packagist`_). Usage ----- diff --git a/components/config/introduction.rst b/components/config/introduction.rst index 38913004157..8535a9a75aa 100644 --- a/components/config/introduction.rst +++ b/components/config/introduction.rst @@ -15,10 +15,10 @@ may be (Yaml, XML, INI files, or for instance a database). Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Config); -* :doc:`Install it via Composer` (``symfony/config`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/config`` on `Packagist`_). Sections -------- @@ -27,4 +27,4 @@ Sections * :doc:`/components/config/caching` * :doc:`/components/config/definition` -.. _Packagist: https://packagist.org/packages/symfony/config \ No newline at end of file +.. _Packagist: https://packagist.org/packages/symfony/config diff --git a/components/console/introduction.rst b/components/console/introduction.rst index b97b10ce4b6..9dae2562f12 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -15,10 +15,10 @@ other batch jobs. Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Console); -* :doc:`Install it via Composer` (``symfony/console`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_). .. note:: diff --git a/components/css_selector.rst b/components/css_selector.rst index edef1c56dae..c5f5c0aabf7 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -10,10 +10,10 @@ The CssSelector Component Installation ------------ -You can install the component in several different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/CssSelector); -* :doc:`Install it via Composer` (``symfony/css-selector`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_). Usage ----- @@ -91,4 +91,4 @@ Several pseudo-classes are not yet supported: ``*:nth-last-of-type``, ``*:only-of-type``. (These work with an element name (e.g. ``li:first-of-type``) but not with ``*``. -.. _Packagist: https://packagist.org/packages/symfony/css-selector \ No newline at end of file +.. _Packagist: https://packagist.org/packages/symfony/css-selector diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index 94c7cd585fb..88bc49e4e8f 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -14,10 +14,10 @@ For an introduction to Dependency Injection and service containers see Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/DependencyInjection); -* :doc:`Install it via Composer` (``symfony/dependency-injection`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/dependency-injection`` on `Packagist`_). Basic Usage ----------- diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index e4457f8125a..48a824a30c0 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -15,10 +15,10 @@ The DomCrawler Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/DomCrawler); -* :doc:`Install it via Composer` (``symfony/dom-crawler`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_). Usage ----- diff --git a/components/event_dispatcher/introduction.rst b/components/event_dispatcher/introduction.rst index 5cd4fe3af21..f5087431642 100644 --- a/components/event_dispatcher/introduction.rst +++ b/components/event_dispatcher/introduction.rst @@ -47,10 +47,10 @@ used. To make this possible, the Symfony2 kernel throws an event - Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/EventDispatcher); -* :doc:`Install it via Composer` (``symfony/event-dispatcher`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/event-dispatcher`` on `Packagist`_). Usage ----- diff --git a/components/filesystem.rst b/components/filesystem.rst index 70f085dd19a..e6e2cb6e52e 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -13,10 +13,10 @@ The Filesystem Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Filesystem); -* Install it via Composer (``symfony/filesystem`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_). Usage ----- diff --git a/components/finder.rst b/components/finder.rst index 82319aae680..6a37615e05b 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -11,10 +11,10 @@ The Finder Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Finder); -* :doc:`Install it via Composer` (``symfony/finder`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_). Usage ----- diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 14d67cd885f..02209955c7a 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -19,10 +19,10 @@ variables and functions by an Object-Oriented layer. Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/HttpFoundation); -* :doc:`Install it via Composer` (``symfony/http-foundation`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_). Request ------- diff --git a/components/http_kernel/introduction.rst b/components/http_kernel/introduction.rst index 0be23e83600..371469e1ba8 100644 --- a/components/http_kernel/introduction.rst +++ b/components/http_kernel/introduction.rst @@ -14,10 +14,10 @@ The HttpKernel Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/HttpKernel); -* :doc:`Install it via Composer` (``symfony/http-kernel`` on Packagist_). +* :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_). The Workflow of a Request ------------------------- diff --git a/components/locale.rst b/components/locale.rst index 526a97221c8..8c52cb9e490 100644 --- a/components/locale.rst +++ b/components/locale.rst @@ -25,10 +25,10 @@ Replacement for the following functions and classes is provided: Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Locale); -* :doc:`Install it via Composer` (``symfony/locale`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/locale`` on `Packagist`_). Usage ----- diff --git a/components/options_resolver.rst b/components/options_resolver.rst index edee6f833e7..69d9f7996d0 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -11,10 +11,10 @@ The OptionsResolver Component Installation ------------ -You can install the component in several different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/OptionsResolver -* :doc:`Install it via Composer` (``symfony/options-resolver`` on `Packagist`_) +* :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_) Usage ----- diff --git a/components/process.rst b/components/process.rst index ccc7acf57ad..4bb5950a026 100644 --- a/components/process.rst +++ b/components/process.rst @@ -10,10 +10,10 @@ The Process Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Process); -* :doc:`Install it via Composer` (``symfony/process`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_). Usage ----- diff --git a/components/routing/introduction.rst b/components/routing/introduction.rst index f10f71666cf..ae137f04780 100644 --- a/components/routing/introduction.rst +++ b/components/routing/introduction.rst @@ -11,10 +11,10 @@ The Routing Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Routing); -* :doc:`Install it via Composer` (``symfony/routing`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_). Usage ----- diff --git a/components/security/introduction.rst b/components/security/introduction.rst index a6849f15c4f..21778184457 100644 --- a/components/security/introduction.rst +++ b/components/security/introduction.rst @@ -17,10 +17,10 @@ based on their roles, and it contains an advanced ACL system. Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Security); -* :doc:`Install it via Composer` (``symfony/security`` on Packagist_). +* :doc:`Install it via Composer ` (``symfony/security`` on Packagist_). Sections -------- @@ -29,4 +29,4 @@ Sections * :doc:`/components/security/authentication` * :doc:`/components/security/authorization` -.. _Packagist: https://packagist.org/packages/symfony/security \ No newline at end of file +.. _Packagist: https://packagist.org/packages/symfony/security diff --git a/components/serializer.rst b/components/serializer.rst index 91b0b0e9734..d727a30e5e8 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -25,10 +25,10 @@ and deserialize your objects. Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Serializer); -* :doc:`Install it via Composer` (``symfony/serializer`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_). Usage ----- diff --git a/components/templating.rst b/components/templating.rst index cd4b8a0bf0a..de53eec0cc4 100644 --- a/components/templating.rst +++ b/components/templating.rst @@ -16,10 +16,10 @@ The Templating Component Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Templating); -* :doc:`Install it via Composer` (``symfony/templating`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_). Usage ----- @@ -110,4 +110,4 @@ The Asset Helper This documentation is still being written. -.. _Packagist: https://packagist.org/packages/symfony/templating \ No newline at end of file +.. _Packagist: https://packagist.org/packages/symfony/templating diff --git a/components/yaml/introduction.rst b/components/yaml/introduction.rst index bd30aea820a..f78ead7aace 100644 --- a/components/yaml/introduction.rst +++ b/components/yaml/introduction.rst @@ -29,10 +29,10 @@ specification. Installation ------------ -You can install the component in many different ways: +You can install the component in 2 different ways: * Use the official Git repository (https://github.com/symfony/Yaml); -* :doc:`Install it via Composer` (``symfony/yaml`` on `Packagist`_). +* :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_). Why? ----