# HG changeset patch # User Oleksandr Gavenko # Date 1313312835 -10800 # Node ID 43765268ec50a6af60fa3023feb9d487e0660f37 # Parent 365194e01db572057729ae1981d098a6ea1d5efb Convert some files to RST format. diff -r 365194e01db5 -r 43765268ec50 3d.rst --- a/3d.rst Sun Aug 07 23:49:14 2011 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ --*- mode: outline; coding: utf-8; -*- - -* POV-Ray. - -The Persistence of Vision Raytracer, or POV-Ray, is a ray tracing program. - - http://www.povray.org/ - home page - http://en.wikipedia.org/wiki/POV-Ray - http://xahlee.org/3d/povray.html - http://xahlee.org/3d/povray_emacs.html diff -r 365194e01db5 -r 43765268ec50 abbr.rst --- a/abbr.rst Sun Aug 07 23:49:14 2011 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ --*- mode: outline -*- - -* Devel. - -** R&D. - -Research and development. - - http://en.wikipedia.org/wiki/Research_and_development - -** QA. - -Quality assurance. - - http://en.wikipedia.org/wiki/Quality_assurance diff -r 365194e01db5 -r 43765268ec50 terminal.rst --- a/terminal.rst Sun Aug 07 23:49:14 2011 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ --*- mode: outline; coding: utf-8; -*- - -* Spec. - - http://en.wikipedia.org/wiki/C0_and_C1_control_codes - http://en.wikipedia.org/wiki/ECMA-48 - ANSI escape sequences - -* Old hardware terminal. - -** VT102. - -VT100 is a video terminal that was made by Digital Equipment Corporation (DEC). It was introduced in -August 1978. Its detailed attributes became the de facto standard for terminal emulators. - -The control sequences used by the VT100 family are based on the ANSI X3.64 standard, later ECMA-48 -and ISO/IEC 6429. - -The VT101 and VT102 were cost-reduced non-expandable follow-on products, with the VT102 including -the AVO and serial printer port options of the VT100. - -In 1983, the VT100 was replaced by the more-powerful VT200 series terminals such as the VT220. - - http://en.wikipedia.org/wiki/VT102 - -** VT220. - - http://en.wikipedia.org/wiki/VT220 - -* X window pseudo terminal. - -** luit. - -Luit is a filter that can be run between an arbitrary application and a UTF-8 -terminal emulator. It will convert application output from the locale's -encoding into UTF-8, and convert terminal input from UTF-8 into the locale's -encoding. - -Example: - - $ luit -encoding 'ISO 8859-1' emacs -nw