Sha256: fbe193682350a189de40d89b6bdd3b3856211fb9ac2b77ea11f997ac4b618694
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
#!/usr/local/bin/ruby # = Blog # # A simple Blog powered by Nitro. # # code: # * George Moschovitis <gm@navel.gr> # # (c) 2004 Navel, all rights reserved. # $Id: app.rb 185 2004-12-10 13:29:09Z gmosx $ # set to true for DEBUG mode. $DBG = true $LOAD_PATH.unshift "../../lib" require "config" $app = N::WebrickServer.new.exec()
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.6.0 | examples/blog/app.rb |