public
Description: Easily serve your highlighted codefiles from a local webserver
Homepage: http://rubyforge.org/projects/codebutler/
Clone URL: git://github.com/cypher/codebutler.git
name age message
file .gitignore Fri Apr 04 08:32:24 -0700 2008 Include doc-dir in .gitignore [cypher]
file LICENCE Thu Apr 03 14:06:50 -0700 2008 Add a licence [cypher]
file README Fri Apr 04 08:31:29 -0700 2008 Update documentation to fix some formatting err... [cypher]
file Rakefile Sat Apr 12 02:41:55 -0700 2008 Remove Sinatra from lib dir, and add dependency... [cypher]
directory bin/ Fri Apr 04 08:31:29 -0700 2008 Update documentation to fix some formatting err... [cypher]
directory lib/ Sat Apr 12 02:41:55 -0700 2008 Remove Sinatra from lib dir, and add dependency... [cypher]
README
= CodeButler

* http://rubyforge.org/projects/codebutler/
* http://github.com/cypher/codebutler/tree/master

== DESCRIPTION:

CodeButler scans a given directory for supported sourcecode, and then serves them highlighted by Coderay on a local 
webserver.

== REQUIREMENTS:

* Coderay >= 0.7.4
* mongrel >= 1.0.1
* rack >= 0.2.0

Since a version of Sinatra is required that is not yet available as a gem, it is included with CodeButler for now

== INSTALL:

gem install codebutler

== LICENSE:

(The MIT License)

Copyright (c) 2008 Markus Prinz

Sinatra is Copyright (c) 2007 Blake Mizerany

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.