This file is indexed.

/usr/share/openguides/templates/metadata.tt is in openguides 0.76-2.

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
[% INCLUDE header.tt 
      page_title = "Metadata of type $type - $site_name"
	  feed_base = "$cgi_url?action=metadata;type=$type"
%]
[% INCLUDE banner.tt %]
<div id="content">
[% INCLUDE navbar.tt %]
<div id="maincontent">
<h2>Metadata Listing - Things of type [% type %]</h2>
<ol>
  [% FOREACH md = metadata %]
     <li>
        [% IF may_descend %]<a href="[% cgi_url %]?action=metadata;type=[% md %]">[% END %][% md %][% IF may_descend %]</a>[% END %]
     </li>
  [% END %]
</ol>
</div>

<p>
  This list is available as
  <a href="[% cgi_url %]?action=metadata;type=[% type %];format=json">json</a>.
</p>

[% INCLUDE footer.tt %]