From cbbf35b6d262f926f523e03de73d0dc8e2b1a0e6 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 25 Dec 2014 11:51:38 +0100 Subject: Revert "Removed PDF from the repo and added a note in the README that describes how to" This reverts commit 9311b4fc107da2f2e9a2624520cfe2ffd216af53. --- Manual.pdf | Bin 0 -> 501334 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..59968bb Binary files /dev/null and b/Manual.pdf differ diff --git a/README b/README index f34fa08..9a86896 100644 --- a/README +++ b/README @@ -8,10 +8,8 @@ Authors: James S. Plank (University of Tennessee) Adam W. Disney (University of Tennessee, Allen C. McBride (University of Tennessee) -The programmer's manual and tutorial is provided in two places: - -1.) A copy is hosted on BitBucket at https://bitbucket.org/jimplank/gf-complete/downloads/GF-Complete-Manual.pdf -2.) A copy is also available at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf +The user's manual is in the file Manual.pdf. You may also get a copy of that +manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf. The online home for GF-Complete is: -- cgit v1.2.1 From 58eebabd204998364355eee293402929502bf1a9 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 25 Dec 2014 11:55:49 +0100 Subject: documentation: update with jerasure.org new home Signed-off-by: Loic Dachary --- README | 16 +++------------- README.txt | 11 +++-------- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/README b/README index 9a86896..7fd2f04 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is GF-Complete, Revision 1.02. January 1, 2014. +This is GF-Complete, Revision 1.03. January 1, 2015. Authors: James S. Plank (University of Tennessee) Ethan L. Miller (UC Santa Cruz) @@ -8,24 +8,14 @@ Authors: James S. Plank (University of Tennessee) Adam W. Disney (University of Tennessee, Allen C. McBride (University of Tennessee) -The user's manual is in the file Manual.pdf. You may also get a copy of that -manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf. +The user's manual is in the file Manual.pdf. The online home for GF-Complete is: - - https://bitbucket.org/jimplank/gf-complete - -If you want to cite GF-Complete in a paper, I suggest citing the -technical report version. The precise citation information for that -is in http://www.cs.utk.edu/~plank/plank/papers/CS-13-716.html. + - https://jerasure.org/jerasure/gf-complete To compile, do: - ./autogen.sh ./configure make sudo make install - -To run the tests, do: - - make check diff --git a/README.txt b/README.txt index 7e08d9f..7fd2f04 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -This is GF-Complete, Revision 1.02. January 1, 2014. +This is GF-Complete, Revision 1.03. January 1, 2015. Authors: James S. Plank (University of Tennessee) Ethan L. Miller (UC Santa Cruz) @@ -8,16 +8,11 @@ Authors: James S. Plank (University of Tennessee) Adam W. Disney (University of Tennessee, Allen C. McBride (University of Tennessee) -The user's manual is in the file Manual.pdf. You may also get a copy of that -manual at http://www.cs.utk.edu/~plank/plank/papers/GF-Complete-Manual-1.02.pdf. +The user's manual is in the file Manual.pdf. The online home for GF-Complete is: - - https://bitbucket.org/jimplank/gf-complete - -If you want to cite GF-Complete in a paper, I suggest citing the -technical report version. The precise citation information for that -is in http://www.cs.utk.edu/~plank/plank/papers/CS-13-716.html. + - https://jerasure.org/jerasure/gf-complete To compile, do: -- cgit v1.2.1