From 42e26f27f3cc040c2ea627e14606fd585022e6cf Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 25 Dec 2014 12:20:23 +0100 Subject: Revert "Removed PDF from the repo and added a note in the README that describes how to" This reverts commit f48b2622214084689d5a77dd290d374852e3cb29. --- Manual.pdf | Bin 0 -> 409116 bytes README | 6 ++---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 Manual.pdf diff --git a/Manual.pdf b/Manual.pdf new file mode 100644 index 0000000..e596023 Binary files /dev/null and b/Manual.pdf differ diff --git a/README b/README index 0a6a9a0..69e990d 100644 --- a/README +++ b/README @@ -9,10 +9,8 @@ Authors: James S. Plank (University of Tennessee) External Documentation: -The programmer's manual and tutorial is provided in two places: - -1.) A copy is hosted on BitBucket at https://bitbucket.org/jimplank/jerasure/downloads/Jerasure-Manual.pdf -2.) A copy is also available at http://web.eecs.utk.edu/~plank/plank/papers/UT-EECS-14-721.html +See the file Manual.pdf for the programmer's manual and tutorial. This manual +is also available at http://web.eecs.utk.edu/~plank/plank/papers/UT-EECS-14-721.html. See https://bitbucket.org/jimplank/gf-complete for GF-Complete. -- cgit v1.2.1 From 99ae37b8c61ba09410c962ecc70ebd5f37f2ad21 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 25 Dec 2014 12:23:05 +0100 Subject: documentation: update with jerasure.org new home Signed-off-by: Loic Dachary --- README | 5 ++--- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README b/README index 69e990d..ddead18 100644 --- a/README +++ b/README @@ -9,10 +9,9 @@ Authors: James S. Plank (University of Tennessee) External Documentation: -See the file Manual.pdf for the programmer's manual and tutorial. This manual -is also available at http://web.eecs.utk.edu/~plank/plank/papers/UT-EECS-14-721.html. +See the file Manual.pdf for the programmer's manual and tutorial. -See https://bitbucket.org/jimplank/gf-complete for GF-Complete. +See https://jerasure.org/jerasure/gf-complete for GF-Complete. NOTE: You must have GF-Complete installed (or compiled) in order to use Jerasure 2.0. diff --git a/configure.ac b/configure.ac index 32b7250..63e6b0e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.65]) AC_INIT([Jerasure], [2.0], [], [], - [https://bitbucket.org/jimplank/jerasure]) + [https://jerasure.org/jerasure/jerasure]) AC_CONFIG_SRCDIR([src/jerasure.c]) AC_CONFIG_HEADERS([include/config.h]) @@ -24,7 +24,7 @@ AC_PROG_CC AC_CHECK_LIB([gf_complete], [gf_init_easy], [], [AC_MSG_FAILURE( [You need to have gf_complete installed. - gf_complete is available from http://web.eecs.utk.edu/~plank/plank/papers/CS-13-703.html]) + gf_complete is available from http://jerasure.org/jerasure/gf-complete]) ]) # Checks for header files. -- cgit v1.2.1