ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/LSM.in
Revision: 1.2
Committed: Thu Aug 12 21:30:14 2004 UTC (19 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-4_8, rel-5_0, rel-4_4, rel-4_6, rel-4_7, rel-4_0, rel-4_1, rel-4_2, rel-4_3, rel-3_7, rel-3_6, rel-3_8, rel-4_9
Changes since 1.1: +5 -6 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 Begin3
2     Title: rxvt
3 root 1.2 Version: @@RXVT_VERSION@@
4     Entered-date: @@RXVT_LSMDATE@@
5 pcg 1.1
6 root 1.2 Description: @@RXVT_WEBPAGE@@
7 pcg 1.1 Rxvt is an 8-bit clean, colour xterm replacement that uses
8     significantly less memory than a conventional xterm, mostly
9     since it doesn't support toolkit configurability or Tek
10     graphics, but also since features can be removed at
11     compile-time to reflect your needs. Some rxvt features
12     (compilation dependent): ANSI-color, bold/blink attributes
13     modify foreground/background colours, scrollbars with arrow
14     buttons, kanji and greek support, printer-pipe, XPM
15     backgrounds with on-the-fly scaling, user-definable menus.
16    
17     The distribution also includes rclock, the smaller/better
18     xclock replacement with appointment scheduling and xbiff
19     functionality.
20    
21     Keywords: rxvt colour color kanji xterm X11 vt100 terminal-emulator
22     rclock xbiff xpm menu
23    
24     Author: * John Bovey [Univ. Kent at Canterbury] was the creator of
25     the original xvt.
26    
27     * Rob Nation [Lockheed] re-wrote most of xvt to make a
28     substantiallly enhanced version called rxvt (Rob's xvt)
29     and also wrote rclock (Rob's clock).
30    
31     * Mark Olesen [Queen's Univ. at Kingston] made various
32     improvements and cleanups.
33     Coordinated development, versions 2.11 - 2.21
34    
35     * Oezguer Kesim [FU Berlin]
36     Coordinated development, versions 2.21a - 2.4.5
37    
38     * Geoff Wing rewrote much of the screen refreshing routines
39     and mouse selection.
40     Coordinated development, versions 2.4.6 -
41    
42 root 1.2 Maintained-by: @@RXVT_MAINT@@ @@RXVT_MAINTEMAIL@@ Project Coordinator
43 pcg 1.1
44 root 1.2 Original-site: http://software.schmorp.de/#rxvt-unicode
45 pcg 1.1
46     Platforms: requires X11 installed
47    
48     Copying-policy: GPL
49    
50     End