# HG changeset patch # User Oleksandr Gavenko # Date 1464783371 -10800 # Node ID 370ed8138f6240ade1a051e6c11f32237896661e # Parent fefea56726d272322b5dfb2fb950de0d84e1af76 Downloading diff -r fefea56726d2 -r 370ed8138f62 www/INSTALL.rst --- a/www/INSTALL.rst Wed Jun 01 14:58:41 2016 +0300 +++ b/www/INSTALL.rst Wed Jun 01 15:16:11 2016 +0300 @@ -1,29 +1,32 @@ .. -*- coding: utf-8 -*- -================================= - Installing gadict dictionaries. -================================= +================================ + Installing gadict dictionaries +================================ .. contents:: :local: -Obtaining. -========== +Downloading +=========== + +Official sources and compiled builds are available at: -For distribution tarbol use (for regular users):: +* http://gadict.defun.work/download/ +* https://sourceforge.net/projects/gadict/files/ + +Compiled tarball provide dictionaries in different formats: + +* ``dict.dz`` for use with ``dictd``. Goldendict and other end used dictionary + programs understand this format. + +Compiled tarballs have names like:: gadict-$major.$minor.tar.bz2 -For source tarboll use:: +Source tarballs have names like:: gadict-$major.$minor_src.tar.gz -``$major`` and ``$minor`` represent version components. - -To get these files use appropriate links: - - * https://sourceforge.net/projects/gadict/files/v$major.$minor/gadict-$major.$minor_src.tar.gz - * https://sourceforge.net/projects/gadict/files/v$major.$minor/gadict-$major.$minor.tar.gz - Manual installation instruction for GoldenDict. ===============================================