public
Description: Serve up your Markdown files with this tiny Sinatra app!
Homepage:
Clone URL: git://github.com/ichverstehe/gaze.git
gaze /
name age message
file README.markdown Sat Nov 22 13:23:40 -0800 2008 README updates [mikker]
file Rakefile Fri Nov 21 16:13:35 -0800 2008 get rid of gemify and use Jeweler for creating ... [ichverstehe]
file VERSION.yml Fri Nov 21 16:13:49 -0800 2008 Version bump to 0.1.1 [ichverstehe]
directory bin/ Wed Apr 01 11:47:40 -0700 2009 should work with sinatra 0.9.x [ichverstehe]
file gaze.gemspec Wed Apr 01 11:47:40 -0700 2009 should work with sinatra 0.9.x [ichverstehe]
README.markdown

Gaze And The Use Of It

A very mellow start to begin with, and so it goes:

Installation

$ sudo gem install ichverstehe-gaze --source=http://gems.github.com

Use

$ cd dir/with/a/bunch/of/formatted/files
$ gaze

.. after which the mighty, mighty browser is pointed towards http://localhost:4567 and all the fine Markdown-files shows up like perfectly pristine HTML pages.

Requirements Are OK

require 'sinatra'
require 'haml'

Formatting

gaze supports Markdown or Textile. Use the one you like best. Or both.

require 'maruku' # Markdown
require 'RedCloth' # Textile

Punch me! With a Fork!

Copyright (c) 2008 Harry Vangberg, Mikkel Malmberg

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.