From 525d84048073b3fea75afc97871d55c742f5a2eb Mon Sep 17 00:00:00 2001 From: Faisalman Date: Wed, 1 Feb 2012 10:48:21 +0700 Subject: [PATCH] renaming readme.txt -> readme.md in order for markdown format to be applied on github --- readme.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ffab387 --- /dev/null +++ b/readme.md @@ -0,0 +1,46 @@ +# Sniff-js + +Small script to extract detailed system data based on user-agent string + +Author : Faisalman <> +Source : http://github.com/faisalman/sniff-js +License : GPL2 + +## Features + +Get detailed type and version of web browser, layout engine, and operating system. + +## Example + +```html + + +``` + +## License + +Copyright © 2012 Faisalman <> + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.