This file is indexed.

/usr/share/doc/libming-util/TODO is in libming-util 1:0.4.5-1ubuntu5.

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
* listswf, swftophp and swftoperl should be sharing more code- they're both almost 2000
  lines long, and most of it is more or less the same..

overall:
  definefont, definefont2  
  flash6 stuff?

* hextools: 
	How about combining listswf with hextools and show different colors 
	for each block. Output could be colored text (with ncurses, but 
	limited colors) or easier: a HTML page with a table 
	with many <font>/<style>-tags. 
	
	Or swf :-).
	
	That would help analyzing flashmovies.
  
* listswf:
	-definefont2 
* swftophp:
  	
* swftoperl:
	- be up to date with the current ming-perl-api 
	- 0x88 library reading.
	- detect, if ?possible?, the place of path of the needed use lib(""); command?
	- complete analyzation.
	- more intuitive variable names ($s34 for a SWF::TextField() 
	  is'nt satisfying.
	  
	  possible improved naming sceme? (# is number, short variablenames for often used objects, long for rarely used)
	  $a# for Action
	  $m# for Movie
	  $mc# for MovieClip
	  $morph# for Morph 
	  $s# for Shapes
	  $tf# for TextField
	  $text# for Text
	  $bitmap# for bitmaps  
	  ..

	  $name#_i# for all instances
	  
	- add commandlineoptions:
		--outfile          (default: write to STDOUT)
		
		--minglib          (default: --minglib=)
		--fontdir          (default: --fontdir=./)
		--writefonts       (default: --writefonts=no)
		--overwritefonts   (default: --overwritefonts=no)
		
		--bitmapdir        (default: --bitmapdir=./)
		--writebitmaps     (default: --writebitmaps=no)
		--overwritebitmaps (default: --overwritebitmaps=no)
		
		--sounddir         (default: --dir=./)
		--writesounds      (default: --writesounds=no)
		--overwritesounds  (default: --overwritesounds=no)
		
		--all   (--writefonts=yes --writebitmaps --writesounds)
		--forceall ( like all, but overwrites existing files
		
* swftopython:
	write swftopython