"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "wine-docs-1.0/po4a/TODO" of archive wine-docs-1.0.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 ********
    2 * TODO *
    3 ********
    4  Check xml2rfc
    5 
    6 Better error handling (errno, errstr)
    7 > >What we really need is a function embeeding the call to warn and sprintf,
    8 > >and reputting the module in front of it and the "\n" afterward (but not the
    9 > >dgettext since it has to be there to be able to extract the strings). It
   10 > >would help making the code more readable. We could also implement a sort of
   11 > >wrapping function setting the module name in front of every line. There is
   12 > >a module for that in Perl.
   13 >
   14 > I thought about it some time ago. It would be nice :)
   15 
   16 ** TransTractor.pm
   17  - process(): $self->addendum($file) || die "An addendum failed\n";
   18  - poheader()
   19 
   20  >> +$parser->{TT}{utf_mode} = 1;
   21  >> +$parser->{TT}{file_in_charset} = $mastchar;
   22  > What about a function in transtractor allowing to set the mastchar ? I'd
   23  > prefer to leave the modification of the {TT} internals to the library code,
   24  > not the binaries one.
   25  
   26 
   27 ** po-debconf:
   28  - change the pot header as documented in po4a(7) 
   29 
   30 ** Po.pm
   31  - close filehandle in write (and same in TransTractor.pm).
   32  - verbose => type in automatic comments
   33 
   34 ** Sgml.pm
   35  - get ride of nsgml
   36  - move the tag lists to an external file
   37 
   38 ** Man.pm: 
   39  - handle .ce (11 pages need it)
   40    >>>
   41    Text lines can be centered by using the ce' request.  The line
   42    after `ce' is centered (horizontally) on the page.  To center more than
   43    one line, use `.ce N' (where N is the number of lines to center),
   44    followed by the N lines.  To center many lines without counting them,
   45    type:
   46    
   47         .ce 1000
   48 	lines to center
   49 	.ce 0
   50 		  
   51    The .ce 0' request tells groff' to center zero more lines, in other
   52    words, stop centering.
   53    <<<
   54    The problem is that the number of lines may change during the
   55    translation...
   56  - same story about .ul N (underline N lines)