From f24fa3303b02ff1b2a6a75ef9388eba27c5525f6 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Sun, 7 Oct 2012 00:40:20 -0400 Subject: [PATCH] MIT License --- LICENSE | 22 ++++++++++++++++++++++ README.md | 12 +++++++----- 2 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9809996 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2012 Jordan Scales + +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 diff --git a/README.md b/README.md index 2c8879b..e1cd404 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Consider a *very* basic example as shown below: { "type": "main", "title": "Cleaver 101", - "subtitle": "A first look at quick HTML presentations", + "subtitle": "A first look at quick HTML presentations" }, { "type": "text", @@ -67,7 +67,7 @@ Consider a *very* basic example as shown below: } ``` -### Header Information +## Header Information **name**: A string representing the name of the document. Currently, cleaver renders to `output.html`, regardless of a given name. @@ -77,7 +77,7 @@ Consider a *very* basic example as shown below: **description**: An option description of the slideshow. -### Slides +## Slides **main**: Intro slide containing a `title` and `subtitle`. (`templates/_main.mustache`) @@ -88,9 +88,11 @@ Consider a *very* basic example as shown below: **author**: Automatically-populated, this slide uses information from the `author` hash. (`templates/_author.mustache`) -### Further Information +## Further Information **Cleaver** produces a *single* document, `output.html` containg CSS and JavaScript (jQuery) code. Everything is rendered from `templates/layout.mustache`. -To navigate the slideshow: H, J, BACK, DOWN, and Backspace all go back a slide, while everything else goes forward. \ No newline at end of file +To navigate the slideshow: H, J, BACK, DOWN, and Backspace all go back a slide, while everything else goes forward. + +[MIT Licensed](https://github.com/prezjordan/cleaver/blob/master/LICENSE) \ No newline at end of file