-
Notifications
You must be signed in to change notification settings - Fork 0
geoffk/quick-cgi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
QuickCGI Library to assist in the rendering of CGI pages using HAML. Usage: require 'quick_cgi' content = QuickCGI::Generator.generate(:admin_email => '[email protected]') do title "My title" @my_variable = "Hello" render(:haml=>'file.haml') render(:text=>'<p>My html text</p>') end print content
About
A simple way to make Ruby CGI programs.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published