File: layout.html.erb

package info (click to toggle)
ruby-rack-cache 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: ruby: 3,581; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
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">&copy;</a>
          2003-2008
          by
          <a href='http://tomayko.com/about' rel='me author'>Ryan Tomayko</a>
        </p>
      </div>
    </div>
  </body>
</html>