From 8b12426328b9200acca352dba11263d0f51a3ba7 Mon Sep 17 00:00:00 2001 From: Josh Walters Date: Wed, 14 Dec 2011 03:44:39 -0800 Subject: Renamed readme file. --- README.markdown | 24 ++++++++++++++++++++++++ README.md | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 README.markdown delete mode 100644 README.md diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..87854d0 --- /dev/null +++ b/README.markdown @@ -0,0 +1,24 @@ +BookCatalog +=========== + +# About + +With BookCatalog you can organize and categorize your book collection. + +Simply scan or type your books ISBN number into the Add Book bar, press enter, and the book will be added to your catalog. + +A confirmation 'beep' sound will play when you successfully scan a book. A 'bonk' sound will play if there was a mistake in finding the book information online. + +It is easy to move your book database from computer to computer. Simply copy the file called bookcatalog.db and place it in the same folder as bookcatalog.jar and you are set! You can also place these two files on a thumbdrive so that you can catalog and organize your books on the go. + +Book Catalog is programed in Java, and it should work on every major operating system. Book Catalog requires an internet connection in order to search for book information. + +# Installation + + make + ./run.sh + +# Credits + +The error.wav sound file was created by [mikejedw](http://www.freesound.org/samplesViewSingle.php?id=451). The beep.wav sound file was created by [JustinBW](http://www.freesound.org/samplesViewSingle.php?id=70106). + diff --git a/README.md b/README.md deleted file mode 100644 index 87854d0..0000000 --- a/README.md +++ /dev/null @@ -1,24 +0,0 @@ -BookCatalog -=========== - -# About - -With BookCatalog you can organize and categorize your book collection. - -Simply scan or type your books ISBN number into the Add Book bar, press enter, and the book will be added to your catalog. - -A confirmation 'beep' sound will play when you successfully scan a book. A 'bonk' sound will play if there was a mistake in finding the book information online. - -It is easy to move your book database from computer to computer. Simply copy the file called bookcatalog.db and place it in the same folder as bookcatalog.jar and you are set! You can also place these two files on a thumbdrive so that you can catalog and organize your books on the go. - -Book Catalog is programed in Java, and it should work on every major operating system. Book Catalog requires an internet connection in order to search for book information. - -# Installation - - make - ./run.sh - -# Credits - -The error.wav sound file was created by [mikejedw](http://www.freesound.org/samplesViewSingle.php?id=451). The beep.wav sound file was created by [JustinBW](http://www.freesound.org/samplesViewSingle.php?id=70106). - -- cgit v1.2.3-24-g4f1b