This file is indexed.

/usr/share/php/PicoFeed/Rules/recode.net.php is in php-picofeed 0.1.18-1ubuntu1.

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
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://recode.net/2015/09/26/big-tech-rolls-out-red-carpet-for-indian-prime-minister-lobbies-behind-closed-doors/',
            'body' => array(
            '//img[contains(@class,"attachment-large")]',
            '//div[contains(@class,"postarea")]',
            '//li[@class,"author"]',
            ),
            'strip' => array(
            '//script',
            '//div[contains(@class,"sharedaddy")]',
            '//div[@class="post-send-off"]',
            '//div[@class="large-12 columns"]',
            '//div[contains(@class,"inner-related-article")]',
            ),
        ),
    ),
);