This file is indexed.

/usr/share/doc/gco/TODO is in gco 0.5.0-6.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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
TODO:
-----
* Change to a SAX parser when loading XML files to increase the speed.
* Use TreeModelSort and TreeModelFilter

* Use autotools


OLD TODO ITEMS (some are still relevant - need to go through them and
transfer them to the new list):

BUGS TO FIX:
------------

* When exporting to HTML the image tags that are generated contain the
  entire path as entered in the Add/Edit Issue dialog. This mean that
  the HTML files must be edited by hand if one wants the images to
  appear when it is published to the web.


BUGLETS I MIGHT FIX SOMETIME (IF PEOPLE CARE):
----------------------------------------------

* When sorting Issues the ½ Issues end up before 0 and any negative
  Issues.

OTHER THINGS:
-------------
* Add requested features.
* Add a field for Colorist.
* Add a status field to comics (active/inactive).
* Add a statistics feature (show total number of issues and comics,
  average price, etc.).
* Add support for loading files from SQL (SQLite, MySQL, etc.).
  - Add conversion functions from SQL files to plain GCO files.
* Only saving and loading of .gco files can use gnome-vfs at the
  moment - extend that to include exporting to ASCII and HTML. This
  requires a per vfs handle buffer.
* Add a Subscribed Comics feature (this would be a list of comics that
  are currently on subscription, with features to easily add to and
  delete from this list).
* Add ability to mark comics/issues as subscribed or ordered.
* Add a Select feature.
* Describe the various fields in the README file
* Reimplement preferences (using pong) and add more settings.
* Make an Image viewer and a Comment viewer, so that it becomes
  easier to view the Comment and Image assigned to an Issue.
* Add an "in-place editing" feature to Title, Writer, Penciler, etc.
* Transparently gzip-compress saved files (gnome-vfs?).
* Add printing support (gnome-print).
* Add translations.
* Comment the code. It is not easy to understand the code without
  comments :-(
* Add ability to edit the history lists.
* Make 'Add sequence of Issues' work.
* Make 'Add File Link' work.
  - Make it possible to follow a file link (which is basically just to
    open the file with the name contained in the File Link).
  - Make it possible to Edit a File Link.
* Make links between Comics and Issues possible.
* When a file is loaded the list is automatically sorted by Title, no
  matter how it was sorted last time. Either save the sorting style in
  the file, or allow the user to select his own default sorting
  style.
* Make configure --enable-debug do something useful (disable compiler
  optimization, etc.).
* Add integrated scanner support (via XSane).
* Update the progress bar while loading files.