diff --git a/README b/README
new file mode 100644
index 0000000..29dc53d
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+bboschecker - check for new BB device OS releases
+Copyright (C) 2007 troyengel
+
+About
+=====
+This utility utilizes the OS downloads webpage at BlackBerryFAQ.com, walking
+through each carrier's OS download page searching for a match to the device
+model specified. When found this tool will load the OS page itself and report
+the "Applications" version(s) that it finds.
+
+Requirements
+============
+- PHP webserver with cURL support (including SSL in cURL) compiled in
+
+Most Red Hat/Fedora/CentOS and Ubuntu distros have the proper cURL/PHP/SSL
+support ready to run, and I'm sure there are many others as well ready to
+go (SuSE, Slackware, etc.) - when in doubt check your phpinfo() output.
+
+License
+=======
+This code is licensed under the GPLv2.
+
diff --git a/bboschecker.php b/bboschecker.php
new file mode 100644
index 0000000..69b89b5
--- /dev/null
+++ b/bboschecker.php
@@ -0,0 +1,192 @@
+
+
+
+