This file is indexed.

/usr/share/doc/ruby-rack-cache/layout.html.erb is in ruby-rack-cache 1.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
33
34
<!DOCTYPE html>
<html lang='en'>
  <head>
    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'>
    <title>Rack::Cache <%= title %></title>
    <link rel='stylesheet' href='rack-cache.css' type='text/css' media='all'>
    <script type='text/javascript' src='http://code.jquery.com/jquery-1.2.3.js'></script>
    <script type='text/javascript' src='http://tomayko.com/js/tomayko.js'></script>
  </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>