summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
commit11394aecd1f906fee2ebd2b90412aeba4651fbff (patch)
treebcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian
parentd24bd898174453b586ac90f2ef7a60165fa26fde (diff)
downloadtde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz
tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian')
-rw-r--r--debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian39
1 files changed, 0 insertions, 39 deletions
diff --git a/debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian b/debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian
deleted file mode 100644
index 0b5434012..000000000
--- a/debian/squeeze/tdesdk/debian/poxml-trinity.README.Debian
+++ /dev/null
@@ -1,39 +0,0 @@
-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