From bbd9914161aae3784139e676d806ed2e18f2c188 Mon Sep 17 00:00:00 2001 From: carl sednaoui Date: Mon, 20 Jan 2014 21:27:47 -0500 Subject: [PATCH] Repo cleanup. - Add gitignore - Modify readme (but it still needs a little more modification) - Add contributing file with build info - Separate license to its own file --- .gitignore | 3 +++ README.md | 29 +++-------------------------- contributing.md | 6 ++++++ license.md | 21 +++++++++++++++++++++ 4 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 .gitignore create mode 100644 contributing.md create mode 100644 license.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba4e1f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +node_modules + diff --git a/README.md b/README.md index 9346eac..4900f22 100644 --- a/README.md +++ b/README.md @@ -51,33 +51,10 @@ If you're interested in this sort of 'value-driven marketing', here are a few ex ## Notes This was quickly hacked together and may not behave as expected. +## Contributions +Check out [contributing.md](contributing.md). ## Dependencies and credit OuiBounce depends on jQuery and uses [Bootstrap's](http://getbootstrap.com/javascript/#modals) modal JS & CSS. -Thanks to [Zertosh](https://github.com/zertosh) for the help. - -## License -MIT - - The MIT License (MIT) - - Copyright (c) - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. +Thanks to [Zertosh](https://github.com/zertosh) for the help. \ No newline at end of file diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..c93093a --- /dev/null +++ b/contributing.md @@ -0,0 +1,6 @@ +# Contributing + +Thank you so much for checking out this project. + +### Dev Build +To minify it run `gulp build` from the command line. \ No newline at end of file diff --git a/license.md b/license.md new file mode 100644 index 0000000..bc3e841 --- /dev/null +++ b/license.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + + Copyright (c) 2014 Carl Sednaoui + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. \ No newline at end of file