This file is indexed.

/usr/share/lazygal/themes/inverted/feeditem.thtml is in lazygal 0.8.8-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
<div xmlns:py="http://genshi.edgewall.org/">
    <!--! Generate feed: turn on with cmd option 'puburl' -->
    <!--! or set in configuration file: '.lazygal': section: '[global]', variable: 'puburl' -->
    <p py:if="desc" py:content="desc"></p>
    <p><img src="$album_pic_path" alt="album picture"/></p>
    <p>
        <py:if test="subgal_count > 0">$subgal_count ${_('sub-galleries')},</py:if>
        $picture_count ${_('photos')}
    </p>
</div>