This file is indexed.

/usr/share/doc/python-gdata-doc/examples/blogger/app/welcome.html is in python-gdata-doc 2.0.14-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
11
12
<!DOCTYPE html>
<html>
  <head>
    <title>Simple Blogger API sample.</title>
  </head>
  <body>
    <p>This simple example illustrates how to build an App Engine app which uses
    the Blogger API to post on a user's blog.</p>

    <p>To begin, <a href="/blogs">view the list of your available blogs</a>.</p>
  </body>
</html>