File: TODO

package info (click to toggle)
po4a 0.29-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,648 kB
  • ctags: 217
  • sloc: perl: 7,755; sh: 118; makefile: 72; xml: 12
file content (56 lines) | stat: -rw-r--r-- 1,807 bytes parent folder | download | duplicates (5)
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
********
* TODO *
********
 Check xml2rfc

Better error handling (errno, errstr)
> >What we really need is a function embeeding the call to warn and sprintf,
> >and reputting the module in front of it and the "\n" afterward (but not the
> >dgettext since it has to be there to be able to extract the strings). It
> >would help making the code more readable. We could also implement a sort of
> >wrapping function setting the module name in front of every line. There is
> >a module for that in Perl.
>
> I thought about it some time ago. It would be nice :)

** TransTractor.pm
 - process(): $self->addendum($file) || die "An addendum failed\n";
 - poheader()

 >> +$parser->{TT}{utf_mode} = 1;
 >> +$parser->{TT}{file_in_charset} = $mastchar;
 > What about a function in transtractor allowing to set the mastchar ? I'd
 > prefer to leave the modification of the {TT} internals to the library code,
 > not the binaries one.
 

** po-debconf:
 - change the pot header as documented in po4a(7) 

** Po.pm
 - close filehandle in write (and same in TransTractor.pm).
 - verbose => type in automatic comments

** Sgml.pm
 - get ride of nsgml
 - move the tag lists to an external file

** Man.pm: 
 - handle .ce (11 pages need it)
   >>>
   Text lines can be centered by using the ce' request.  The line
   after `ce' is centered (horizontally) on the page.  To center more than
   one line, use `.ce N' (where N is the number of lines to center),
   followed by the N lines.  To center many lines without counting them,
   type:
   
        .ce 1000
	lines to center
	.ce 0
		  
   The .ce 0' request tells groff' to center zero more lines, in other
   words, stop centering.
   <<<
   The problem is that the number of lines may change during the
   translation...
 - same story about .ul N (underline N lines)