This file is indexed.

/usr/share/geneweb/etc/templx/sources.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
%( Template sources v 6.05d 2012/06/02 12:00:00 ddr/dd %)
%if;(has_sources or has_linked_page.BIBLIO)
  %if;has_sources;
    <p>
    <em style="font-size:80%%">[*source/sources]1:<br%/>
    %foreach;source;
      - %source_type;: %source;<br%/>
    %end;
    </em>
    </p>
  %end;
  %if;has_linked_page.BIBLIO;<p>%apply;capitalize(linked_page.BIBLIO).</p>%end;
%end;