Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
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 => 'geoffk@garden-grove.org') 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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages