summaryrefslogtreecommitdiffstats
path: root/doc/itstool/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/itstool/DETAILS')
-rwxr-xr-xdoc/itstool/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/itstool/DETAILS b/doc/itstool/DETAILS
new file mode 100755
index 0000000000..23843eb132
--- /dev/null
+++ b/doc/itstool/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=itstool
+ VERSION=1.1.1
+ SOURCE_HASH=sha512:6d08e04bcde1089cf7c27c84982c5be898423c6f180212626462757acead018142fa2a77680c7b9ed0f68fd66c4e8208e07a986fb14a66a88d9c7dee5d3d5663
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://files.itstool.org/itstool/$SOURCE
+ WEB_SITE=http://itstool.org/
+ LICENSE[0]=GPL
+ ENTERED=20110930
+ SHORT="convert between XML and PO using ITS"
+cat << EOF
+itstool extracts messages from XML files and outputs PO template files,
+then merges translations from MO files to create translated XML files.
+It determines what to translate and how to chunk it into messages using
+the W3C Internationalization Tag Set (ITS).
+EOF