ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/LSM.in
Revision: 1.1
Committed: Mon Nov 24 17:28:08 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_1_0, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-2_8, rel-3_0, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rel-1-9, stable, rel-1-3, rel-1-2, rxvt-2-0, rel-1_9
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 Begin3
2     Title: rxvt
3     Version: @RXVT_VERSION@
4     Entered-date: @RXVT_LSMDATE@
5    
6     Description: @RXVT_WEBPAGE@
7     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     Maintained-by: @RXVT_MAINT@ @RXVT_MAINTEMAIL@ Project Coordinator
43    
44     Original-site: @RXVT_FTPSITENAME@ @RXVT_FTPSITEDIR@
45     582k rxvt-@RXVT_VERSION@.tar.gz
46    
47     Platforms: requires X11 installed
48    
49     Copying-policy: GPL
50    
51     End