Sha256: 7884d47aa43cc17b484b8c70641d05bcb18b42a3b6475fe51dc4fa066acd9d9f
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' Echoe.new('trivial', '0.0.5') do |p| p.summary = "Ultra-lightweight website framework for PHP" p.description = <<-EOT For those who are using PHP to build their sites and want a very simple framework in which to organize their files, trivial is the solution. It's one PHP file that can include a few other pre-determined PHP and HTML files based on the request URI. This very simple division of content, actions (controllers), and views allows for multiple people to easily work on a smaller project without the overhead of a larger framework. EOT p.author = "John Bintz" p.email = "john@coswelproductions.com" p.url = "http://github.com/johnbintz/trivial" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trivial-0.0.5 | Rakefile |