This file is indexed.

/usr/share/geneweb/etc/annivmenu.txt is in geneweb 6.05.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
%doctype;
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <!-- $Id: annivmenu.txt,v 0.01 2012-05-31 147:40:30 flh Exp $ -->
  <!-- Copyright (c) 2006-2007 INRIA -->
  <title>[*anniversaries]</title>
  <meta http-equiv="Content-Type" content="text/html; charset=%charset;"%/>
  <meta http-equiv="Content-Style-Type" content="text/css"%/>
  <meta name="robots" content="none"%/>
  <link rel="shortcut icon" href="%image_prefix;/favicon_gwd.png"%/>
  %include.css;
  %base_header;
</head>
<body%body_prop;>

%if;not cancel_links;
  <table style="float:%right;"><tr><td>
    %if;(referer != "")
      <a href="%referer;"><img
       src="%image_prefix;/left.png"%wid_hei;left.png; 
       alt="&lt;&lt;" title="&lt;&lt;"%/></a>
    %end;
    <a href="%prefix;"><img%sp;
    src="%image_prefix;/up.png"%wid_hei;up.png; 
    alt="^^" title="^^"%/></a>
  </td></tr></table>
%end;

<h1>[*anniversaries]</h1>

<p>
  <ul>
    <li>
      <a href="%prefix;m=AN">[*anniversaries of birth]</a>
    </li>
    <li>
      <a href="%prefix;m=AD">[*anniversaries of dead people]</a>
    </li>
    <li>
      <a href="%prefix;m=AM">[*anniversaries of marriage]</a>
    </li>
  </ul>
</p>

%base_trailer;
%copyright;

</body>
</html>