diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-10 16:16:32 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-10 16:16:32 -0500 |
commit | 02dc85a95b228b7242b0d11ea35619faad96db03 (patch) | |
tree | e161ba877a0720bbdf7818bdec06eb239d8ad271 /ubuntu/precise/tdesdk/debian/poxml-trinity.README.Debian | |
parent | 6f2c7dc70e77d2f768d687838b6cc9f7632f609e (diff) | |
download | tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.tar.gz tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.zip |
Split precise from maverick
Diffstat (limited to 'ubuntu/precise/tdesdk/debian/poxml-trinity.README.Debian')
-rw-r--r-- | ubuntu/precise/tdesdk/debian/poxml-trinity.README.Debian | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ubuntu/precise/tdesdk/debian/poxml-trinity.README.Debian b/ubuntu/precise/tdesdk/debian/poxml-trinity.README.Debian new file mode 100644 index 000000000..0b5434012 --- /dev/null +++ b/ubuntu/precise/tdesdk/debian/poxml-trinity.README.Debian @@ -0,0 +1,39 @@ +PO/XML tools for Debian +----------------------- + +Overview: + + This package contains several tools for working with PO-files and + DocBook XML files. + + Binaries included are: + + po2xml: translates a DocBook XML file using a PO-file + split2po: creates a PO-file from two DocBook XML files + swappo: swaps msgid and msgstr fields in a PO-file + transxx: creates a basic fleshed-out PO-file from a PO-template file + xml2pot: creates a PO-template file from a DocBook XML file + + Please see the relevant manpages for further information on each tool. + +Warning: + + The PO/XML tools are fussy about system identifiers (unlike some other + XML processing tools). When writing DocBook XML files, if a DTD is + declared then a system identifier must be included also. + + Thus (for example) the following declaration is invalid, and will cause + the PO/XML tools to break: + + <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> + + On the other hand, both of the following declarations are acceptable: + + <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN" + "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"> + <!DOCTYPE article> + + See "DocBook: The Definitive Guide" (in the docbook-defguide package) + for further information. + + -- Ben Burton <bab@debian.org>, Thu, 24 Mar 2005 07:59:47 +1100 |