Tint
This is a handwritten mock up of what happens when syntax highlighting meets responsive design (word wrap). Try bumping up the font size, squashing the browser window, or viewing this page on a mobile device.
require 'net/http'
require 'nokogiri'
class Fetcher
@http = Net::HTTP.new(uri.hostname, uri.port)
req = Net::HTTP::Get.new(path)
req['User-Agent'] = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14'
[Nokogiri::HTML(res.body), status]
end
fetcher = Fetcher.new(URI('http://dowebsitesneedtolookexactlythesameineverybrowser.com/'))
fetcher.get('/')
This colour theme is based on Ethan Schoonover's Solarized. The font is Inconsolata.
I would love to see something like this in Pygments and CodeRay.