merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 06 Dec 2009 23:52:08 +0200
changeset 244 54af63866ddb
parent 243 2a734583d5ec (current diff)
parent 227 54e6050fa8df (diff)
child 245 37f8516e9c22
merged
--- a/dict.rst	Sun Dec 06 22:21:17 2009 +0200
+++ b/dict.rst	Sun Dec 06 23:52:08 2009 +0200
@@ -7,6 +7,7 @@
 See
 
   http://sourceforge.net/projects/sdcv/
+  http://en.wikipedia.org/wiki/Stardict
 
 ** sdcv.
 
@@ -16,3 +17,37 @@
 
   http://sdcv.sourceforge.net/
   http://en.wikipedia.org/wiki/Sdcv
+
+* Format.
+
+** Clear text.
+
+*** dicML.
+
+dicML is an XML-based markup language currently being developed to describe
+the contents of dictionaries.
+
+  http://gml.gidoo.de/eng/index.html
+  http://en.wikipedia.org/wiki/DicML
+
+*** XDXF.
+
+XDXF (XML Dictionary eXchange Format) is a project to unite all existing open
+dictionaries and provide both users and developers with universal XML-based
+format, convertible from and to other popular formats like Mova, PtkDic,
+StarDict.
+
+  http://xdxf.revdanica.com/
+  http://en.wikipedia.org/wiki/XDXF
+
+** Binary.
+
+*** DICT.
+
+DICT is a dictionary network protocol created by the DICT Development Group.
+It is described by RFC 2229. Its goal is to surpass the Webster protocol and
+to allow clients to access more dictionaries during use. Dict servers and
+clients use TCP port 2628.
+
+  http://www.dict.org
+  http://en.wikipedia.org/wiki/DICT
--- a/x.rst	Sun Dec 06 22:21:17 2009 +0200
+++ b/x.rst	Sun Dec 06 23:52:08 2009 +0200
@@ -6,3 +6,12 @@
 
   http://www.tronche.com/gui/x/icccm/
 
+* Making screenshort.
+
+  $ sudo apt-get install scrot
+  $ scrot -d <sec> <file>
+
+or
+
+  $ sudo apt-get install imagemagic
+  $ import -quality 100 -pause <sec> -silent <file>