From 184aab227a34840d486ebeb4102a1ae88eb4dd7c Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Fri, 3 Jun 2016 09:44:24 +0100 Subject: [PATCH] Change link to pyeclib in README.md ...and wrap some of the really long lines. Change-Id: I4f43052261eb8f59cf5d67dd336d177288b7f485 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cda59a1..a99413a 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,16 @@ Highlights - 'NULL' template backend implemented to help future backend writers - * True 'plugin' architecture - liberasurecode uses Dynamically Loaded (DL) libraries to realize a true 'plugin' architecture. This also allows one to build liberasurecode indepdendent of the Erasure Code backend libraries. + * True 'plugin' architecture - liberasurecode uses Dynamically Loaded (DL) + libraries to realize a true 'plugin' architecture. This also allows one to + build liberasurecode indepdendent of the Erasure Code backend libraries. - * Cross-platform - liberasurecode is known to work on Linux (Fedora/Debian flavors), Solaris, BSD and Darwin/Mac OS X. + * Cross-platform - liberasurecode is known to work on Linux (Fedora/Debian + flavors), Solaris, BSD and Darwin/Mac OS X. - * Community support - Developed alongside Erasure Code authority Kevin Greenan, liberasurecode is an actively maintained open-source project with growing community involvement (Openstack Swift, Ceph, PyECLib, NTT Labs). + * Community support - Developed alongside Erasure Code authority Kevin + Greenan, liberasurecode is an actively maintained open-source project with + growing community involvement (Openstack Swift, Ceph, PyECLib, NTT Labs). ---- @@ -38,7 +43,7 @@ liberasurecode is distributed under the terms of the **BSD** license. Active Users ==================== - * PyECLib - Python EC library: https://pypi.python.org/pypi/PyECLib + * PyECLib - Python EC library: https://github.com/openstack/pyeclib * Openstack Swift Object Store - https://wiki.openstack.org/wiki/Swift