This file is indexed.

/usr/share/doc/gnome-web-photo/TODO is in gnome-web-photo 0.10.6-1+b1.

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
Issues after webkit port:
 - PHOTO_MODE doesn't work for very tall pages (like pgo, see comment before
   gtk_widget_set_size_request()). We can possibly use a GtkScrolledWindow to
   make this work.

Webkit issues:
 - Using the custom CSS for iframes doesn't actually work perfectly: it seems
   to append lots of empty space at the end.

Improvements:
 - Improve thumbnail creation time
 - Thumbnailing service? I.e. background process (which exits after some time
   without requests), which the frontend tells which files/pages to thumbnail.
 - Fix the output on framed pages
 - Add memory size and CPU time limit (look at totem-video-thumbnailer/indexer)