Translation dictionary viewer
Go to file
Přemysl Eric Janouch 298ae829f5 Add some dictionaries to the README 2015-02-08 00:36:45 +01:00
docs Update information texts and copyrights 2015-02-07 21:38:27 +01:00
po Update translations 2013-05-19 08:04:13 +02:00
src Make more use of xstrtoul() 2015-02-07 22:11:53 +01:00
termo@788b252407 Update termo 2014-11-19 03:31:47 +01:00
.gitignore Add CMake infrastructure 2013-05-17 18:41:14 +02:00
.gitmodules Rewrite to use termo 2014-11-19 03:31:46 +01:00
CMakeLists.txt Add support for watching the primary selection 2015-02-07 21:05:32 +01:00
LICENSE Update information texts and copyrights 2015-02-07 21:38:27 +01:00
README Add some dictionaries to the README 2015-02-08 00:36:45 +01:00
config.h.in Add support for watching the primary selection 2015-02-07 21:05:32 +01:00

README

StarDict terminal UI
====================

This program aims to provide an easy way of viewing translation and other kinds
of dictionaries in your terminal.  The author wasn't successful in finding any
free dictionary software of this type, GUI or not, and thus decided to write his
own.

The project is covered by a BSD-style license, unlike vast majority of other
similar projects, and can serve as a base for implementing other dictionary
software under a more permissive license than your usual GNU General Public
License.  I'll buy you a beer for shouting obscenities at the address of RMS in
public; I couldn't reuse _anything_.

Some work has to be done yet before the software can be considered fit for
inclusion in regular Linux and BSD distributions.  Help is much appreciated in
this regard.

Building and Running
--------------------
Build dependencies: CMake, pkg-config, xsltproc, ncursesw, zlib, glib-2.0,
                    pango, termo (included), gtk+ (optional, any version)

 $ git clone https://github.com/pjanouch/sdtui.git
 $ git submodule init
 $ git submodule update
 $ mkdir build
 $ cd build
 $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_GTK=ON
 $ make

To install the application, you can do either the usual:
 $ make install

Or you can try telling CMake to make a package for you.  For Debian it is:
 $ cpack -G DEB
 # dpkg -i sdtui-*.deb

Note that for versions of CMake before 2.8.9, you need to prefix cpack with
`fakeroot' or file ownership will end up wrong.

Having the program installed, simply run it with a StarDict .ifo file as an
argument.  If you want the application to watch the X11 primary selection for
changes and automatically search for the selected text, use the -w switch.
This feature requires GTK+.

Dictionaries
------------
Unfortunately this application only really works with specific dictionaries.
Word definitions have to be in plain text, separated by newlines.

CZ <-> { EN, DE, PL, RU } dictionaries:
https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg

License
-------
`sdtui' is written by Přemysl Janouch <p.janouch@gmail.com>.

You may use the software under the terms of the ISC license, the text of which
is included within the package, or, at your option, you may relicense the work
under the MIT or the Modified BSD License, as listed at the following site:

http://www.gnu.org/licenses/license-list.html