This file is indexed.

/usr/share/doc/katomic/TODO.levelset is in katomic 4:15.12.3-0ubuntu1.

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
What needed to add level set support to katomic

[DONE] Rework levels/ directory to not contain level files directly, but to contain single-file levelsets
[DONE] Adjust save files to save level set name too. Be sure to fallback to default level set if old save file is loaded.
  Also be sure to tell the user if saved level set is absent on his computer (use case: save file transfered from other PC)
[DONE] Implement widget to allow levels selection
[TODO] Fix Messages.sh to extract from dat files
[TODO] GHNS Support

// THESE SHOULD PICK UP VALUES FROM OLD CONFIG (kconf_upd script needed)
[DONE] highscores should be relative to level set
[DONE] lastplayed level should be relative to level set
[DONE] max accessible level should be relative to level set
[DONE] remove lastplayed and max accessible from .kcfg file

[DONE] kconf_upd:
 1.  WAS:
   in katomicrc

     [Highscores_user]
     Level_1=15

   NOW:
   in $DATA_DIR/highscores:

     [Highscores_user][default_levels]
     Level1=15

 2. WAS:
   in katomicrc

   [Game]
   LastPlayedLevel=X
   MaxAccessibleLevel=Y

   NOW:

   [default_levels]
   LastPlayedLevel=X
   MaxAccessibleLevel=Y


[V] Check that when katomic will be upgraded it will correctly pick up:
  [V] higshcores for default level set
  [V] last played level for default level set
  [V] max accessible level

[V] Check that levelsets will be correctly picked up both from global dir and local user dir
[V] Check that katomic behaves correctly if level set with the same name is installed in both local and global dirs