README.md in reveal-ck-0.1.7 vs README.md in reveal-ck-0.1.8
- old
+ new
@@ -1,80 +1,18 @@
-# reveal-ck: a [reveal.js][reveal-js] construction kit
+# reveal-ck: Make Slides with Ruby
-[![Build Status][travis-reveal-ck-badge]](https://travis-ci.org/jedcn/reveal-ck)
-[![Code Climate][code-climate-reveal-ck-badge]](https://codeclimate.com/github/jedcn/reveal-ck)
+[![Build Status][travis]](https://travis-ci.org/jedcn/reveal-ck)
+[![Code Climate][code-climate]](https://codeclimate.com/github/jedcn/reveal-ck)
## Overview
-This project is the home of a gem named `reveal-ck` that lets you
-quickly author [reveal.js](http://lab.hakim.se/reveal-js/)
-presentations.
+This project lets you author slides with a Ruby toolset.
-Here's a
-[high level description of what reveal-ck is about][jedcn-reveal-ck]
-and how to get up and running with it.
+You write in Haml or slim or Ruby, and you can easily make [slides that
+look like this][reveal.js].
-The hope is that you will be able to leverage all of the power,
-beauty, and functionality that comes from reveal.js while focusing
-entirely on the actual content and ideas you are trying to get across.
-To get started, take a look at
-[this project that's got everything you need][github-jedcn-reveal-ck-template].
+An introduction is available at http://jedcn.github.io/reveal-ck.
-## Why not just clone reveal.js?
-
-Or why not use http://slid.es/ which offers a WYSIWYG experience?
-
-You can! For sure.
-
-The whole reveal.js offering is great.
-
-If reveal-ck's approach is too contrived or doesn't warrant the setup
-time, skip it!
-
-## Then.. why would anyone use reveal-ck?
-
-The thought behind this project to help you focus on what *you* want
-to say.
-
-For me, focusing becomes easier and my thoughts clearer when I reduce
-the list of slides to a single file (`slides.slim`, `slides.haml`, or
-`slides.rb`). This file only contains the slide content that I am
-presenting and there is minimal markup.
-
-* If you look at the presentation in a browser, you can't scan all of
- the slides at once. You need to visit them. If you're looking at a
- single file, you can quickly scan through 30+ slides.
-
-* If you look at the html behind the presentation (say, view source),
- there's a bunch of stuff that is about making the magic happen:
- styles, javascript, etc, and that distracts from your content.
-
-* If you track your slides in a system like git, you can get
- meaningful diffs between versions of a single file. This is slightly
- easier than if you track the generated presentation.
-
-In the end, [reveal.js][reveal-js], can make things pretty, but only
-you can make a presentation that is worthwhile.
-
-## Getting Started
-
-You can author a set of slides by writing in a templating language,
-such as [Slim][slim] or [Haml][haml], or you can build them
-programmatically in ruby. Check out the
-[getting started][reveal-ck-getting-started] instructions, and let me
-know if you have any trouble.
-
-## Development
-
-If you are interested in hacking on reveal-ck, check out the
-[development page][reveal-ck-development].
-
-[code-climate-reveal-ck-badge]: https://codeclimate.com/github/jedcn/reveal-ck.png
-[github-jedcn-reveal-ck-template]: http://github.com/jedcn/reveal-ck-template
-[haml]: http://haml.info/
-[jedcn-reveal-ck]: http://jedcn.com/posts/reveal-ck
-[reveal-ck-development]: https://github.com/jedcn/reveal-ck/blob/master/doc/development.md
-[reveal-ck-getting-started]: https://github.com/jedcn/reveal-ck/blob/master/doc/getting_started.md
-[reveal-js]: http://lab.hakim.se/reveal-js
-[slim]: http://slim-lang.com/
-[travis-reveal-ck-badge]: https://travis-ci.org/jedcn/reveal-ck.png
+[code-climate]: https://codeclimate.com/github/jedcn/reveal-ck.png
+[travis]: https://travis-ci.org/jedcn/reveal-ck.png
+[reveal.js]: http://lab.hakim.se/reveal-js