853c3ed797
with minimal effort. It sits on top of Rack, a minimal standard interface for Ruby web frameworks. For templating, the choices include erb, haml, sass and Builder. WWW: http://github.com/bmizerany/sinatra PR: ports/128551 Submitted by: Daniel Roethlisberger <daniel at roe.ch>
12 lines
363 B
Text
12 lines
363 B
Text
|
|
**** NOTE ****
|
|
|
|
Sinatra optionally integrates with haml/sass or Builder
|
|
for templating and mongrel or thin as an HTTP server.
|
|
To use them, install the respective ports separately:
|
|
|
|
www/rubygem-haml
|
|
devel/rubygem-builder
|
|
www/rubygem-mongrel
|
|
www/rubygem-thin
|
|
|