This file is indexed.

/usr/share/backgroundrb/doc/layouts/default/default.erb is in libbackgroundrb-ruby1.8 1.1-1.

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>BackgrounDRb - <%= @page.title %></title>
    <link rel="stylesheet" href="/style.css" type="text/css" media="screen" />
  </head>

  <body>

    <div id="wrapper">
      <div id="header">
	<h1> BackgrounDRb </h1>
      </div>

      <div id="menu">
	<ul>
	  <li><a href="/"> Intro </a></li>
          <li><a href="/scheduling/"> Scheduling </a></li>
          <li><a href="/workers/"> Workers </a></li>
          <li><a href="/rails/"> Rails Integration </a></li>
          <li><a href="/advanced/"> Advanced </a></li>
	  <li><a href="/manual/index.html"> Manual </a></li>
	  <li><a href="/community/"> Community </a></li>
          <li><a href="/faq"> FAQs </a></li>
	</ul>
      </div>

      <div id="sidebar">
	<div id="feed">
	  <!-- <a class="feed-button" href="#">&nbsp;</a> -->
	</div>
	<ul>
	  <% if @page.sidebar_items %>
	  <% for menu_item in @page.sidebar_items %>
	  <li><a href="<%= menu_item[1] %>"> <%= menu_item[0] %> </a></li>
	  <% end %>
	  <% end %>
	</ul>

	<div id="sidebar-bottom"> &nbsp; </div>
      </div>

	<%= @page.content %>

      <div id="footer">
	<div id="footer-valid">
	  <a href="http://validator.w3.org/check/referer">xhtml</a> :: 
          <span align="right"> Created with <a href="http://nanoc.stoneship.org/"> Nanoc </a> </span>
	</div>
        
      </div>

    </div> <!-- end of wrapper div tag -->
  </body>
</html>