summaryrefslogtreecommitdiffstats
path: root/utils/odt2txt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'utils/odt2txt/DETAILS')
-rwxr-xr-xutils/odt2txt/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/odt2txt/DETAILS b/utils/odt2txt/DETAILS
new file mode 100755
index 0000000000..64fe40884b
--- /dev/null
+++ b/utils/odt2txt/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=odt2txt
+ VERSION=0.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://stosberg.net/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:65642dccdb08408e34d484d78be9777aa374cdabbcadd2ab54f43df29db506b136f13e5af720b9b6b6cfdb8508e4fab44159302d35fc002a22979efabf69bfc4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://stosberg.net/odt2txt/"
+ LICENSE[0]=GPL2
+ ENTERED=20090627
+ SHORT="Convert from OpenDocument text to plain text"
+cat << EOF
+odt2txt is a command-line tool which extracts the text out of OpenDocument
+Texts produced by OpenOffice.org, StarOffice, KOffice and others.
+
+odt2txt can also extract text from some file formats similar to OpenDocument
+Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org
+version 1.x and older StarOffice versions. To a lesser extend, odt2txt
+may be useful to extract content from OpenDocument spreadsheets (*.ods)
+and OpenDocument presentations (*.odp).
+EOF