summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorJosh Walters <josh@joshwalters.com>2011-12-14 12:44:39 +0100
committerJosh Walters <josh@joshwalters.com>2011-12-14 12:44:39 +0100
commit8b12426328b9200acca352dba11263d0f51a3ba7 (patch)
treed376dcdccee14d56b21d27c495fa001b4b0e7d55 /README.markdown
parent91d88b696afa656eafe9e8d132653a61768c5b86 (diff)
downloadBookCatalog-master.tar.gz
BookCatalog-master.tar.xz
Renamed readme file.HEADmaster
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown24
1 files changed, 24 insertions, 0 deletions
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).
+