dict.rst
changeset 957 e51f976fd162
parent 956 673f9fd0115d
child 958 08756fa9ff4d
equal deleted inserted replaced
956:673f9fd0115d 957:e51f976fd162
     1 -*- mode: outline; coding: utf-8; -*-
       
     2 
       
     3 * StarDict.
       
     4 
       
     5 stardic - an English-Chinese dictionary software for Unix
       
     6 stardic-gtk
       
     7 stardic-gnome
       
     8 
       
     9 See
       
    10 
       
    11   http://sourceforge.net/projects/sdcv/
       
    12   http://en.wikipedia.org/wiki/Stardict
       
    13 
       
    14 ** sdcv.
       
    15 
       
    16 sdcv is the command line version of StarDict.
       
    17 
       
    18 If set STARDICT_DATA_DIR, sdcv uses dir $STARDICT_DATA_DIR/dic as data directory.
       
    19 
       
    20 See
       
    21 
       
    22   http://sdcv.sourceforge.net/
       
    23   http://en.wikipedia.org/wiki/Sdcv
       
    24 
       
    25 * GoldenDict.
       
    26 
       
    27   http://ru.wikipedia.org/wiki/GoldenDict
       
    28 
       
    29 * dict
       
    30 
       
    31 CLI client to dictd.
       
    32 
       
    33 * qstardict
       
    34 
       
    35 International dictionary written using Qt4.
       
    36 
       
    37 * fantasdic - dictionary application
       
    38 
       
    39 * kdict
       
    40 
       
    41 Dictionary client for KDE.
       
    42 
       
    43 * opendict
       
    44 
       
    45 Computer dictionary for several dictionary formats.
       
    46 
       
    47 * Format.
       
    48 
       
    49 ** Clear text.
       
    50 
       
    51 *** dicML.
       
    52 
       
    53 dicML is an XML-based markup language currently being developed to describe
       
    54 the contents of dictionaries.
       
    55 
       
    56   http://gml.gidoo.de/eng/index.html
       
    57   http://en.wikipedia.org/wiki/DicML
       
    58 
       
    59 *** XDXF.
       
    60 
       
    61 XDXF (XML Dictionary eXchange Format) is a project to unite all existing open
       
    62 dictionaries and provide both users and developers with universal XML-based
       
    63 format, convertible from and to other popular formats like Mova, PtkDic,
       
    64 StarDict.
       
    65 
       
    66   http://xdxf.revdanica.com/
       
    67   http://en.wikipedia.org/wiki/XDXF
       
    68 
       
    69 ** Binary.
       
    70 
       
    71 *** DICT.
       
    72 
       
    73 DICT is a dictionary network protocol created by the DICT Development Group.
       
    74 It is described by RFC 2229. Its goal is to surpass the Webster protocol and
       
    75 to allow clients to access more dictionaries during use. Dict servers and
       
    76 clients use TCP port 2628.
       
    77 
       
    78   http://www.dict.org
       
    79   http://en.wikipedia.org/wiki/DICT
       
    80 
       
    81 ** Network.
       
    82 
       
    83 *** DICT
       
    84 
       
    85 Dict servers and clients use TCP port 2628.
       
    86 
       
    87 See
       
    88 
       
    89   http://www.dict.org/
       
    90   http://tools.ietf.org/html/rfc2229
       
    91   http://en.wikipedia.org/wiki/DICT