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.5KB)

Runtime依存関係 (1):

hoe >= 1.2.0

所有者:

作者:

  • Ryan Davis

SHA 256チェックサム:

b1be05f1d578e3dbc590bbb15772e9990522fb9fc2b832b8a4a960bf3cc4515f

累計ダウンロード数 5,475

このバージョンのみ 5,474

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

リンク: