RubyGems Navigation menu

box_layout 1.0.0

Allows you to lay out HTML using ASCII art. Stolen from psykotic's code posted to reddit: http://programming.reddit.com/info/k9dx/comments == SYNOPSIS: require 'box_layout' page_template = <<-END ---------- | | ---------- | | | | | | | | | | | | | | | | ---------- | | ---------- END layout = BoxLayout.html page_template puts "<title>cute</title>" puts "<style>* { border: 1px solid black }</style>" puts layout % %w[header left body right footer].map {|s| "**#{s}**" } == REQUIREMENTS:

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.0 - March 24, 2007* (6.5 KB)

Runtime 相依性套件 (1):

hoe >= 1.2.0

擁有者:

作者:

  • Ryan Davis

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 5,587

這個版本 5,586

版本发布:

授權:

Ruby 版本需求: > 0.0.0

相關連結: