This file is indexed.

/usr/share/doc/deb-gview/TODO is in deb-gview 0.2.8ubuntu3.

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
Implement GConf for window size and divider position, possibly
a location to replace /var/cache/apt/archives too. Or add to keyfile?

amend tooltip to New - New Window

man page generation is a combination of doclifter and
xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl deb-gview.1.xml
This could be automated, but doclifter always breaks the URL to the bug
pages by dropping the query string (manpage and HTML), it adds spurious 
"references" links at the end of the output (also containing broken links)
and is not idempotent - converting a manpage to XML and back to a manpage
not only creates a different manpage to the original but complains about
missing data in the generated XML file.

To generate the HTML version of the manpage.
cd website/
xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl ../deb-gview.1.xml > manpage.html
xmllint --html --htmlout --format --output manpage.html manpage.html
(and correct the link manually).

There is a better way, coming soon . . .