diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2011-07-10 09:26:16 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 19:51:00 -0300 |
commit | 9a4660332e3a555e52672fce457cb9ec1afc2d40 (patch) | |
tree | 42d1e20cf9d280285ce063cedeaefbbac9f5b03a /office/qamus/README | |
parent | 26bc370ad6a6e5cc9f8fa3952ca14300318291a8 (diff) |
office/qamus: Added (desktop dictionary)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/qamus/README')
-rw-r--r-- | office/qamus/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/office/qamus/README b/office/qamus/README new file mode 100644 index 0000000000000..543ffa9e23fa3 --- /dev/null +++ b/office/qamus/README @@ -0,0 +1,15 @@ +Qamus is a simple Qt dictionary program which supports the Xdxf standard +as well as a custom qlx format. Qamus provides incremental and fuzzy +searches. + +Qamus also supports rule-based searching to match misspelt words. Search +rules are defined in a separate XML file. Sample rule (qrx) and dictionary +(qlx) files are installed to /usr/doc/qamus-VERSION). + +The tre regexp matching library and the icu4c unicode library (both +available as SlackBuilds) are recommended but are not manditory. + +ICU and tre library support can be disabled by passing ICU=no and TRE=no +to the Slackbuild. + +Dictionaries can be downloaded at: http://xdxf.revdanica.com/down/ |