You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/27 01:07:59 UTC

[2/3] git commit: docs: Update FAQ page.

docs: Update FAQ page.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/401cd52c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/401cd52c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/401cd52c

Branch: refs/heads/trunk
Commit: 401cd52c32144c12182b379f979adb918ae4bbba
Parents: 1102b40
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Nov 27 01:06:42 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Nov 27 01:06:42 2013 +0100

----------------------------------------------------------------------
 docs/faq.rst | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/401cd52c/docs/faq.rst
----------------------------------------------------------------------
diff --git a/docs/faq.rst b/docs/faq.rst
index 1be0d24..734fd8d 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -72,15 +72,15 @@ following criteria:
 3. It's possible to build a common API on top of services provided by different
    services
 
-Last point is the most important one, because Libcloud acts as a lowest common
-denominator and can be used with many different providers.
-Sometimes it doesn't make sense to build a common Libcloud API even if multiple
-providers offer a similar service. Usually the case is that the APIs are vastly
-different and there aren't enough common points which would allow us to build a
-cross-provider API which would still provide enough benefit to the end user.
-
-If the API matches the criteria mentioned above you should send a proposal to
-our :ref:`mailing list <mailing-list>` where we can discuss it further. Ideally proposal should also
-contain a prototype of a driver for at least two different providers. This
-help with making sure that API you designed is not biased against a single
-provider.
+Libcloud can be used with many different providers and acts as a lowest common
+denominator which makes the last point most important one. Sometimes it doesn't
+make sense to build a common Libcloud API even if multiple providers offer a
+similar service. Usually the case is that the APIs are vastly different and
+there aren't enough common points which would allow us to build a
+cross-provider API which would still provide enough value to the end user.
+
+If the API matches the criteria defined above, you should send a proposal to
+our :ref:`mailing list <mailing-list>` where we can discuss it further.
+Ideally, the proposal should also contain a prototype of a driver for at least
+two different providers. This helps us make sure that the API you have designed
+is not biased towards a single provider.