This file is indexed.

/usr/share/geneweb/etc/templm/dag.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
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
%doctype;
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <!-- $Id: dag.txt,v 5.4 2007/01/19 01:53:16 ddr Exp $ -->
  <!-- Copyright (c) 1998-2007 INRIA -->
  <!-- Modified mickroue(a)yahoo.fr 2012/04/27 geneweb-6.04 templ=templm -->
  <title>%nn;
    %if;(evar.slices = "on")
      [*display by slices/slice width/overlap/total width]0%nn;
    %else;%head_title;%end;
  </title>
  <meta name="robots" content="none"%/>
  <meta http-equiv="Content-Type" content="text/html; charset=%charset;"%/>
  <meta http-equiv="Content-Style-Type" content="text/css"%/>
  <link rel="shortcut icon" href="%image_prefix;/favicon_gwd.png"%/>
  %include.css;
  %base_header;
</head>
<body%body_prop; id="dag">
%message_to_wizard;

%if;not cancel_links;
  <div class="menu2">
    %if;has_referer;
      <a href="%referer;" title="[back]">&lt;&lt;</a>
    %end;
    <a href="%prefix;" title="[visualize/show/hide/summary]3" accesskey="T">^^</a>
  </div>
%end;
%if;(evar.slices = "on")
  <h1>%nn;
    [*display by slices/slice width/overlap/total width]0%nn;
  </h1>
  <form method="GET" action="%action;">
  <p>
  %hidden;
  %foreach;env_binding;
    %if;(env.key != "slices")
      <input type="hidden" name="%env.key;" value="%env.val.decoded;"%/>
    %end;
  %end;
  </p>
  <table>
  <tr align="%left;">
    <td align="%right;">
      <label>
      [*don't group the common branches together]
      <input type="checkbox" name="nogroup" value="on"%/>
      </label>
    </td>
  </tr>
  <tr align="%left;">
    <td align="%right;">
      <label>
      [*display by slices/slice width/overlap/total width]1
      <input name="dpos" size="5" value="78"%/>
      </label>
    </td>
  </tr>
  <tr align="%left;">
    <td align="%right;">
      <label>
      [*display by slices/slice width/overlap/total width]2
      <input name="overlap" size="5" value="10"%/>
      </label>
    </td>
  </tr>
  <tr align="%left;">
    <td align="%right;">
      <label>
      [*display by slices/slice width/overlap/total width]3
      (%dag.min_wid;-%dag.max_wid;)
      <input name="width" size="5" value="%nn;
        %if;(dag.max_wid <= 78)%dag.max_wid;
        %elseif;(dag.min_wid >= 78)%dag.min_wid;
        %else;78%end;"%/>
      </label>
    </td>
  </tr>
  </table>
  <p><input type="submit" value="Ok"%/></p>
  </form>
%else;
  %if;(evar.notab != "on" and not cancel_links)
    <div style="text-align:%right;">
     <br%/>
     <a href="%prefix;%foreach;env_binding;%env.key;=%env.val;;%end;%nn;
       notab=on;slices=on" accesskey="/" title="[*display by slices/slice width/overlap/total width]0">
       <tt>//</tt>
     </a>
    </div>
  %end;
  %if;(evar.notab = "on" or evar.pos2 != "")
    %let;dpos;%if;(evar.dpos != "")%evar.dpos;%else;78%end;%in;
    %let;pos1;%if;(evar.pos1 != "")%evar.pos1;%else;0%end;%in;
    %let;pos2;%if;(evar.pos2 != "")%evar.pos2;%else;%dpos;%end;%in;
    %let;overlap;%if;(evar.overlap != "")%evar.overlap;%else;10%end;%in;
    %if;(pos1 != 0 or pos2 < dag.ncol)
      <div style="text-align:right">
        %if;(pos1 = 0)&nbsp;%nn;
        %else;
          <a href="%prefix;
            %foreach;env_binding;
              %if;(env.key != "pos1" and env.key != "pos2")
                %env.key=%env.val;;%nn;
              %end;
            %end;
            pos1=%expr;(pos1 + overlap - dpos)
            ;pos2=%expr(pos1 + overlap)">&lt;&lt;</a>%nn;
        %end;%nl
        %if;(pos2 >= dag.ncol)&nbsp;%nn;
        %else;
          <a href="%prefix;
            %foreach;env_binding;
              %if;(env.key != "pos1" and env.key != "pos2")
                %env.key=%env.val;;%nn;
              %end;
            %end;
            pos1=%expr;(pos2 - overlap)
            ;pos2=%expr(pos2 - overlap + dpos)">&gt;&gt;</a>%nn;
        %end;%nl;
      </div>
    %end;
    <pre>
    %foreach;dag_line;
      %foreach;dag_line_pre;
        %foreach;dag_cell_pre;
          %dag_cell_pre;%nn;
        %end;%nl;
      %end;
    %end;
    </pre>
  %else;
    <table border="%border;" width="100%%"><tr><td align="center">
    <table border="%border;" cellspacing="0" cellpadding="0">
    %foreach;dag_line;
      <tr align="left">
      %foreach;dag_cell;
        <td %if;(dag_cell.colspan > 1)colspan="%dag_cell.colspan;" %end;align="%dag_cell.align;">%nn;
        %if;dag_cell.is_nothing;&nbsp;%nn;
        %elseif;dag_cell.is_bar;
          %if;(dag_cell.bar_link != "" and evar.cgl != "on")
            <a style="text-decoration:none;" href="%dag_cell.bar_link;">|</a>%nn;
          %else;|%end;
        %elseif;(dag_cell.item != "")%dag_cell.item;
        %elseif;(dag_cell.text != "")%dag_cell.text;
        %else;
          %if;dag_cell.is_hr_left;
            <hr class="%left;"%/>%nn;
          %elseif;dag_cell.is_hr_right;
            <hr class="%right;"%/>%nn;
          %else;
            <hr class="full"%/>%nn;
          %end;
        %end;
        </td>
      %end;
      </tr>
    %end;
    </table>
    </td></tr></table>
  %end;
  %if;(link_next != "")
    <p>
    <a href="%link_next;;image=%evar.image;;bd=%evar.bd;" accesskey=">">&gt;&gt;</a>%nl;
    </p>
  %end;
%end;
  %base_trailer;
  %copyright;
</body>
</html>