This file is indexed.

/usr/share/pyshared/zope/html/TODO.txt is in python-zope.html 2.2.0-0ubuntu8.

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
Things that need to be done
---------------------------

- When encoding text, make sure everything is encoded (nothing is left
  over), and deal with errors.

- Make it possible for a user to override the use of the GUI editor
  with a preference setting, possibly allowing a different editor to
  be plugged in.

- Fetch FCKeditor separately instead of including it in the
  zope.html checkout.

- Add support for FCKeditor plugins; it would be cool to have the
  full-screen editor from here:

    http://www.saulmade.nl/FCKeditor/FCKPlugins.php

- Better widgets, with less haphazard configurability.  There should
  really be display widgets as well.