********
* TODO *
********
 Check xml2rfc



Better error handling (errno, errstr)

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

** 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

** Documentation
 - improve po4a-normalize

** Config file
It could look like

[module]
master{extra args}(,master{extra args})* = pofile(,pofile)*


For example
[debconf]
debian/templates = debian/po/fr.po,debian/po/de.po

[pod]
bin/aze,bin/eza = doc/po/pod.fr.po, doc/po/pod.de.po

This syntax does not allow us to share po files across modules, but I'm not
sure it's a problem (when sharing po files how to detect that a string is
obsolete?). Well, it's not very clear here, but it's a good goal, I guess.

Of course, it leads easily to dh_installl10n, which would make a
po4a-updatepo, plus a po4a-translate.


[type: gettext/rfc822deb] 
 debian/templates
[type: nroff] 
 doc/foo.1
[type: pod] 
 doc/bar.pod
[type: sgml/docbook] 
 doc/buzz.sgml (fr:doc/buzz.fr.add; de:doc/buzz.de.add)
 doc/zap.sgml (pt_BR:doc/zap.pt_BR.add)

