<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://javatelnet.org/rdf'>
    <s:Snip rdf:about='http://javatelnet.org/rdf#Plugin+Terminal'
         s:cUser='leo'
         s:oUser=''
         s:mUser='leo'>
        <s:name>Plugin Terminal</s:name>
        <s:content>The terminal plugin is a visual software component that acts as the front end to the user. It displays the data that is transmitted by the remote host and translates keystrokes to be sent to the remote host. It implements an [ANSI], [vt320]/[vt220]/[vt100] and [SCOANSI] compliant terminal.&#xD;&#xA;&#xD;&#xA;Most of the features of the terminal emulation can be configured using the properties explained below. Additionally it provides a plugin menu that can be operated if a menu bar is available.&#xD;&#xA;&#xD;&#xA;__General Properties:__&#xD;&#xA;{table} &#xD;&#xA;Property | Documentation&#xD;&#xA;Terminal.foreground | Set the foreground color of the terminal. You can use 24 bit hexadecimal values: #ffffff is white and #000000 is black. This is just like the encoding you use in HTML.&#xD;&#xA;Terminal.background | Set the background color of the terminal. You can use 24 bit hexadecimal values: #ffffff is white and #000000 is black. This is just like the encoding you use in HTML.&#xD;&#xA;Terminal.cursor.foreground | Set the cursor foreground color. If unset this is the inverted current foreground.&#xD;&#xA;Terminal.cursor.background | Set the cursor background color. If unset this is the inverted current background.&#xD;&#xA;Terminal.localecho|  While both SSH and Telnet client part detect localechostate automatically, it can be overridden using this option. This is only recommended if you really need it. \\ Set to true for always localecho and false for never.&#xD;&#xA;Terminal.print.color | Set to true to print the terminal in full color. The default setting false will force the Terminal to print black &amp; white only.&#xD;&#xA;Terminal.colorSet | Use this property to define a complete color set for the terminal. A color set contains eight colors as defined by the ANSI standard. \\ The colorset should be in a file that is referenced by this property as either a file name relative to the jar file or a complete URL. (see [colorSet.conf])&#xD;&#xA;Terminal.border | Declare the size of the border that will sourround the terminal.&#xD;&#xA;Terminal.borderRaised | This property has no effect if Terminal.border is not set or zero. It may be set to &quot;true&quot; or &quot;false&quot;.&#xD;&#xA;Terminal.scrollBar | Adds a scroll bar to the terminal using the direction set in the property. Possible directions are &quot;East&quot; and &quot;West&quot;. Using a &quot;none&quot; removes the scrollbar completely.&#xD;&#xA;Terminal.beep | If this property points to a fully qualified URL of a sound file this will be played in case of a terminal bell signal. This works for applets only. \\ Note: Some browsers (Netscape 4, IE 5.5 or earlier) sometimes can only play .au files here. In IE the sound needs to be on the same server as the applet or you get a security exception.&#xD;&#xA;{table}&#xD;&#xA;&#xD;&#xA;__Terminal Emulation Properties:__&#xD;&#xA;{table}&#xD;&#xA;Property | Documentation&#xD;&#xA;Terminal.id | Used to identify the type of the terminal. This is the string that is sent to the remote host. Default is &quot;vt320&quot; but you may use any string, like &quot;vt100&quot;, &quot;vt220&quot; or &quot;xterm&quot; if it suits you. \\ If you change it to scoansi, it will change the linedrawing characters to match the scoansi ones.&#xD;&#xA;Terminal.answerback | The string the terminal sents back when it gets an &apos;ENQ&apos; code. You can set it to anything you want or what your local environment requires. (The default is just a pointer to this config option.)&#xD;&#xA;Terminal.buffer | This sets the size of the scroll back buffer the terminal uses. The buffer is allocated dynamically until it reaches this size. You cannot set the scrollback buffer to a value smaller than the amount of lines on the screen.&#xD;&#xA;Terminal.size | Set the size of the terminal in terms of rows and lines. The value has to be given in the following format: \[width,height\] Whitespaces are allowed within the brackets and just before and after the comma. The standard is &quot;\[80,24\]&quot;&#xD;&#xA;Terminal.resize | This property defines the method that is applied when the terminal window is resized. It may be either &quot;font&quot;\\ - to resize the font to match the window size or &quot;screen&quot; \\- to change the amount of lines and columns displayed or &quot;none&quot;\\ - to do nothing.&#xD;&#xA;Terminal.font | Tells the terminal which font to use for the display of characters. This is usually &quot;Monospaced&quot; as any other font name might not be available on the client host.&#xD;&#xA;Terminal.fontStyle | The font style to be used when looking up the font. The font style may be &quot;plain&quot;, &quot;bold&quot; or &quot;italic &quot;. The default is &quot;plain&quot;.&#xD;&#xA;Terminal.fontSize | The size of the font to be used. If you use automatic font resize this will be used as the initial font size.&#xD;&#xA;Terminal.keyCodes | This should be set to the URL of a property file that contains the key codes  you would like to use. The file is first tried using the resource loading mechanism, which looks in the CLASSPATH and then as a URL. Have a look at the file format for the key codes definition .&#xD;&#xA;Terminal.VMS | Set this property to &quot;true&quot; if you are connecting to a VMS system.&#xD;&#xA;Terminal.IBM | Set this to &quot;true&quot; if you would like to use PC ANSI graphics characters as used by some BBS&apos;s.&#xD;&#xA;Terminal.encoding | Use this property if you have real UNICODE fonts installed on your system or at least fonts that include the characters you would like to display. The default setting it ISO8859_1 but it may be used to make the terminal aware of special characters like in the japanese (i.e. SJIS) or chinese region.&#xD;&#xA;{table}&#xD;&#xA;&#xD;&#xA;__Definition of Key Codes:__&#xD;&#xA;&#xD;&#xA;Available KeyCodes are (If you create a keycode definition file, {link:send it to us|mailto:jta@javassh.org}  so other don&apos;t have to do the work again.):&#xD;&#xA;{table}&#xD;&#xA;Type | Comment&#xD;&#xA;{link:AT386|http://javassh.org/download/2.0/doc/plugins/keyCodes.at386} |A key code definition file for an AT-386 Terminal. It should work with ANSI and most version of UNIX. More info is in the file.&#xD;&#xA;{table}&#xD;&#xA;&#xD;&#xA;The definition of key codes should only be done if your application uses a very different keyboard layout than the standard vt320. The definition of almost all special keys is possible and follows rules described below:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;# here is the rule&#xD;&#xA;[SCA] KEY=STRING &#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;The characters enclosed in \[ and \] are optional and only one of the characters &apos;S&apos; (Shift), &apos;C&apos; (Control) or &apos;A&apos; (Alt) may appear before the KEY, which is a textual representation (F1, PGUP etc) of the key you would like to redefine.&#xD;&#xA;&#xD;&#xA;The new STRING you define to be sent when pressing the key should come after the equal sign (=). Hash marks (#) in the file declare a line as comment and will be ignored. Some examples explain the syntax:&#xD;&#xA; &#xD;&#xA;Send the string &quot;test&quot; when pressing the F1 key:&#xD;&#xA;{code}F1 = test{code}&#xD;&#xA;On pressing Control + PGUP send the string &quot;pgup pressed&quot;:&#xD;&#xA;{code}CPGUP = pgup pressed{code}&#xD;&#xA; Redefine the key Alt + F12 to send an escape character:&#xD;&#xA;{code}AF12 = \\\\\\e{code}&#xD;&#xA; &#xD;&#xA;As you can see the string you can define may contain special characters which may be escaped using the backslash (\\\). Allowed special characters follow in the table below:&#xD;&#xA;&#xD;&#xA;(__Important:__ for some of the escape codes you need two backslashes as these are our own definitions and not known by the Java Property mechanism)&#xD;&#xA; &#xD;&#xA;{table}&#xD;&#xA;Character |  Explanation&#xD;&#xA;\\\\\\b | Backspace, this character is usually sent by the &lt;- key (not the cursor left key!).&#xD;&#xA;\\\\\\e | Escape, this character is usually sent by the Esc key.&#xD;&#xA;\\\n | __(only one backslash)__ Newline, this character will move the cursor to a new line. On UNIX systems it is equivalent to carriage return + newline. Usually the Enter key send this character.&#xD;&#xA;\\\r | __(only one backslash)__ Carriage Return, this key moves the cursor to the beginning of the line. In conjunction with Newline it moves the cursor to the beginning of a new line.&#xD;&#xA;\\\t | __(only one backslash)__ Tabulator, the tab character is sent by the {key:-&gt;} key and moves the cursor to the next tab stop defined by the terminal.&#xD;&#xA;\\\\\\v | Vertical Tabulator, sends a vertical tabulator character.&#xD;&#xA;\\\\\\a | Bell, sends a terminal bell character which should make the terminal sound its bell, but the implementation is a silent one ;-)&#xD;&#xA;\\\number | Inserts the character that is defined by this number in the ISO Latin1 character set. The number should be a decimal value.&#xD;&#xA;{table}&#xD;&#xA;&#xD;&#xA;The following table explains which key may be redefined. As explained above each of the keys may be prefixed by a character defining the redefinition that occures if it is pressed in conjunction with the shift, control or alt keys.&#xD;&#xA;&#xD;&#xA;{table} &#xD;&#xA;Key | Comments&#xD;&#xA;F1 - F20 | The function key, F1, F2 ... up to F20.&#xD;&#xA;PGUP | The Page Up key.&#xD;&#xA;PGDOWN | The Page Down key.&#xD;&#xA;END | The End key.&#xD;&#xA;HOME | The Home (Pos 1) key.&#xD;&#xA;INSERT | The Insert key.&#xD;&#xA;REMOVE | The Remove key.&#xD;&#xA;UP | The Cursor Up key.&#xD;&#xA;DOWN | The Cursor Down key.&#xD;&#xA;LEFT | The Cursor Left key.&#xD;&#xA;RIGHT | The Cursor right key.&#xD;&#xA;NUMPAD0 - NUMPAD9 | The numbered Numpad keys.&#xD;&#xA;ESCAPE | The ESCAPE key.&#xD;&#xA;BACKSPACE | The backspace key.&#xD;&#xA;TAB | The tabulator key.&#xD;&#xA;{table}</s:content>
        <s:mTime>2006-02-10 07:49:56.964</s:mTime>
        <s:cTime>2005-11-10 14:23:56.772</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Configuring Plugins'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Installing as a local Telnet/SSH Application'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Telnet'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Installing the Applet'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Docs and Tutorials'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='#Download'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#SnipSnap/config'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Java WebStart'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin SSH'/>
                <rdf:li rdf:resource='#applet.conf'/>
                <rdf:li rdf:resource='#SSH'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Configuring+Plugins'/>
                <rdf:li rdf:resource='#Telnet'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Script'/>
                <rdf:li rdf:resource='#default.conf'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Using the Connection Relay Daemon'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Docs and Tutorials/'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#installing the applet'/>
                <rdf:li rdf:resource='#download'/>
                <rdf:li rdf:resource='#About'/>
                <rdf:li rdf:resource='#telnet'/>
                <rdf:li rdf:resource='#colorSet.conf'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin+Telnet'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Docs+and+Tutorials'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#SnipSnap/tracker'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#License Agreement'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#SnipSnap/themes/thinkberg/css/snip.css'/>
                <rdf:li rdf:resource='#snipsnap-portlet-3'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#start/2005-11-10/1'/>
                <rdf:li rdf:resource='#ssh'/>
                <rdf:li rdf:resource='#dhelrod'/>
                <rdf:li>
                    <s:Snip rdf:about='http://javatelnet.org/rdf#Plugin+Terminal'>
                        <s:attachments
                             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
                    </s:Snip>
                </rdf:li>
                <rdf:li rdf:resource='#snipsnap-portlet-1'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#'/>
                <rdf:li rdf:resource='#leo'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Socket'/>
                <rdf:li rdf:resource='#jan'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Timeout'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#start/2005-09-27/1'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin+Terminal/'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#start/'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin ButtonBar'/>
                <rdf:li rdf:resource='#snipsnap-copyright'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin+SSH'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Shell'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Using+the+Connection+Relay+Daemon'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Installing+as+a+local+Telnet/SSH+Application'/>
                <rdf:li rdf:resource='#buttonbar.conf'/>
                <rdf:li rdf:resource='#SnipSnap'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#plugin+terminal'/>
                <rdf:li rdf:resource='#relayd'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin URLFilter'/>
                <rdf:li rdf:resource='#marcus'/>
                <rdf:li rdf:resource='#mrelayd'/>
                <rdf:li rdf:resource='#snipsnap-help'/>
                <rdf:li rdf:resource='#plugins'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin MudConnector'/>
                <rdf:li rdf:resource='#about'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#SnipSnap/themes/thinkberg/css/page.css'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#Plugin Sink'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#SnipSnap/config/interwiki'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#SnipSnap/config/robots.txt'/>
                <rdf:li rdf:resource='http://javatelnet.org/rdf#User Links'/>
            </rdf:Bag>
        </s:snipLinks>
    </s:Snip>
</rdf:RDF>
