Handle hostnames with upper-case letters
[webmin.git] / telnet / telnet.conf
1 # This file is part of "The Java Telnet Application".
2 #
3 # This is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2, or (at your option)
6 # any later version.
7 #
8 # "The Java Telnet Application" is distributed in the hope that it will be 
9 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
12
13 # You should have received a copy of the GNU General Public License
14 # along with this software; see the file COPYING.  If not, write to the
15 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16 # Boston, MA 02111-1307, USA.
17
18 # =======================================================================
19 # common program defaults
20 # =======================================================================
21 plugins                 =       Status,Socket,Telnet,Terminal,Script
22 pluginPath              =       de.mud.jta.plugin
23 layout                  =       BorderLayout
24 layout.Terminal         =       Center
25 layout.Status           =       South
26 layout.MudConnect       =       North
27
28
29 # =======================================================================
30 # Applet defaults
31 # =======================================================================
32 Applet.detach           =       false
33 Applet.detach.immediately =     false
34 Applet.detach.menuBar   =       true
35 Applet.detach.startText =       Connect
36 Applet.detach.stopText  =       Disonnect
37 Applet.disconnect       =       true
38 Applet.disconnect.closeWindow   =       true
39
40 # =======================================================================
41 # Socket defaults
42 # =======================================================================
43 #Socket.host            =       www-server
44 Socket.port             =       23
45
46 # =======================================================================
47 # Timeout settings
48 # =======================================================================
49 Timeout.seconds         =       60
50 Timeout.command         =       exit\n
51
52 # =======================================================================
53 # Terminal defaults
54 # =======================================================================
55 Terminal.foreground     =       #ffffff
56 Terminal.background     =       #000000
57 Terminal.print.color    =       false
58 Terminal.border         =       2
59 Terminal.borderRaised   =       false
60 Terminal.colorSet       =       /de/mud/terminal/colorSet.conf
61 Terminal.scrollBar      =       West
62 # now the real configuration
63 Terminal.id             =       vt320
64 Terminal.buffer         =       100
65 Terminal.size           =       [80, 24]
66 Terminal.resize         =       none
67 Terminal.font           =       Monospaced
68 Terminal.fontStyle      =       plain
69 Terminal.fontSize       =       11
70 Terminal.keyCodes       =       /de/mud/terminal/keyCodes.conf
71 Terminal.VMS            =       false
72 Terminal.IBM            =       false
73
74 # =======================================================================
75 # MudConnect defaults
76 # =======================================================================
77 MudConnector.listURL    =       http://www.mudconnector.com/java/Telnet/javalist.db
78