diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-14 10:13:54 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-14 10:13:54 +0100 |
commit | ef0467789bfc8406b57ba553e4d59f4d6c3f9be8 (patch) | |
tree | 09d541636a16cb38448fe6183289ebdc3080c1bf /mate-dictionary/README | |
download | mate-utils-ef0467789bfc8406b57ba553e4d59f4d6c3f9be8.tar.bz2 mate-utils-ef0467789bfc8406b57ba553e4d59f4d6c3f9be8.tar.xz |
Moved from Mate-Extra repository
Diffstat (limited to 'mate-dictionary/README')
-rw-r--r-- | mate-dictionary/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mate-dictionary/README b/mate-dictionary/README new file mode 100644 index 00000000..3a9044de --- /dev/null +++ b/mate-dictionary/README @@ -0,0 +1,25 @@ +MATE Dictionary - Look up words in dictionary sources. + ++++ + +Source tree: + +data/ + contains Glade files for the UI; the .server file and menu description + file for the applet; MateConf schemas; the .desktop for the application. + +docs/ + reference/ + gtk-doc magic needed for the Gdict reference guide. + +help/ + the help for the application and the applet. + +libgdict/ + contains the Gdict library, which is the engine upon which both the + application and the applet are built; + +src/ + contains the application and the applet sources. + +2005-12-19 20:24 (+0100) ebassi <ebassi (AT) gmail (DOT) com> |