From 93f24ab04ddbd2f537a30fddcaa16815f3e39f97 Mon Sep 17 00:00:00 2001 From: Flug Date: Wed, 11 Mar 2015 17:19:23 +0100 Subject: [PATCH 1/2] Adding details to use the bundle with remote images following a slight lack of documentation for the remote image use with the bundle --- Resources/doc/data-loader/stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/data-loader/stream.rst b/Resources/doc/data-loader/stream.rst index c5e964c31..92c54ce7b 100644 --- a/Resources/doc/data-loader/stream.rst +++ b/Resources/doc/data-loader/stream.rst @@ -16,7 +16,7 @@ Custom ------ The ``Liip\ImagineBundle\Binary\Loader\StreamLoader`` allows to read images -from any stream registered thus allowing you to serve your images from +from any stream (http, ftp, and other...) registered thus allowing you to serve your images from literally anywhere. The example service definition shows how to use a stream wrapped by the From af9982d84d8688018a7dcd83d87b1bf82ff3994e Mon Sep 17 00:00:00 2001 From: Flug Date: Wed, 11 Mar 2015 17:27:12 +0100 Subject: [PATCH 2/2] Update stream.rst --- Resources/doc/data-loader/stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/data-loader/stream.rst b/Resources/doc/data-loader/stream.rst index 92c54ce7b..1b9baf730 100644 --- a/Resources/doc/data-loader/stream.rst +++ b/Resources/doc/data-loader/stream.rst @@ -16,7 +16,7 @@ Custom ------ The ``Liip\ImagineBundle\Binary\Loader\StreamLoader`` allows to read images -from any stream (http, ftp, and other...) registered thus allowing you to serve your images from +from any stream (http, ftp, and others…) registered thus allowing you to serve your images from literally anywhere. The example service definition shows how to use a stream wrapped by the