1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<!DOCTYPE html>
<html lang='en'>
<head>
<meta http-equiv='content-type' content='text/html;charset=utf-8'>
<title>Rack::Cache</title>
<link rel='stylesheet' href='rack-cache.css' type='text/css' media='all'>
</head>
<body>
<div id='container'>
<div id='header'>
<h1><a href="./">rack-cache</a></h1>
<p>
<a href="./configuration" title='Configuration Language Documentation'>Config</a> |
<a href="./storage" title='Cache Storage Documentation'>Storage</a> |
<a href="http://tomayko.com/writings/things-caches-do" title="Things Caches Do">Things</a> |
<a href="./faq" title='Frequently Asked Questions'>FAQ</a> |
<a href="./api/" title='Fucking Sucks.'>RDoc</a>
</p>
</div>
<div id='content'><%= content %></div>
<div id='footer'>
<p class='rights'>
Copyright
<a href="./license" rel="license">©</a>
2003-2008
by
<a href='http://tomayko.com/about' rel='me author'>Ryan Tomayko</a>
</p>
</div>
</div>
</body>
</html>
|