-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex-en.html
249 lines (211 loc) · 9.19 KB
/
index-en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link rel="stylesheet" type="text/css" href="teraterm.css">
<link rel="icon" href="/images/teraterm.ico">
<link rel="icon" type="image/png" href="images/teraterm.png">
<title>Tera Term Open Source Project</title>
<meta property="og:title" content="Tera Term - Terminal Emulator for Windows">
<meta property="og:type" content="website">
<meta property="og:description" content="Tera Term is a terminal emulator running on Windows. It supports telnet/ssh/serial connection.">
<meta property="og:url" content="https://teratermproject.github.io/">
<meta property="og:image" content="https://teratermproject.github.io/images/teraterm.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Tera_Term">
</head>
<body>
<table class="header">
<tr>
<td>
<img src="./images/teraterm.png" width="64" hight="64">
</td>
<td>
<h1>Tera Term Home Page</h1>
</td>
<td style="text-align: right;vertical-align: bottom;">
<a href="index.html">Japanese Page</a>
</td>
</tr>
</table>
<p class="menu">
[<a href="https://github.com/TeraTermProject/teraterm">Project page</a>]
[<a href="/manual/5/en/about/copyright.html">License</a>]
[<a href="https://github.com/TeraTermProject/teraterm/releases">Download</a>]
[<a href="https://osdn.net/projects/ttssh2/storage/snapshot/">Snapshot</a>]
[<a href="/manual/5/en/">Document</a>]
[<a href="https://lists.osdn.me/mailman/listinfo/ttssh2-users">Users ML</a>]
[<a href="https://twitter.com/Tera_Term">Twitter</a>]
[<a href="#Source">SourceCode</a>]
[<a href="#Development">Development</a>]
[<a href="https://lists.osdn.me/mailman/listinfo/ttssh2-dev">Dev ML</a>]
[<a href="https://lists.osdn.me/mailman/listinfo/ttssh2-commit">Commit ML</a>]
</p>
<h2 id="Project">TeraTerm Project</h2>
<p>
TeraTerm Project would have been developed terminal emulator "Tera Term" and SSH module "TTSSH". This software is open source software under <a href="/manual/5/en/about/copyright.html">BSD License</a>. This is Tera Term Pro 2.3 succession version and is being officially recognized by the original author. Development is continuing in <a href="https://github.com/TeraTermProject/teraterm">Project Page</a> on GitHub.
</p>
<h2 id="Download">Download</h2>
<p>
Latest version is available from GitHub <a href="https://github.com/TeraTermProject/teraterm/releases">release page</a>.<br>
Current latest release is <a href="https://github.com/TeraTermProject/teraterm/releases/tag/v5.3">5.3</a>.
</p>
<p>
If you can get latest development version, the source code is available from <a href="https://github.com/TeraTermProject/teraterm">repository</a>.<br>
<a href="https://github.com/TeraTermProject/teraterm/releases">Here</a> is the Old release, however we recommend using the latest release as possible.
</p>
<h2 id="Manual">Manual</h2>
<p>
Following manuals are available.<br>
These manuals are the latest contents. New feature not including the release version will be written.<br>
However, a user can check next version contents. Tera Term developer can preliminarily respond the user request.
</p>
<ul>
<li>Tera Term 5
<ul>
<li><a href="/manual/5/en/">Tera Term Help</a></li>
<li><a href="/manual/5/en/macro/">MACRO Help</a></li>
</ul>
</li>
<li>Tera Term 4
<ul>
<li><a href="/manual/4/en/">Tera Term Help</a></li>
<li><a href="/manual/4/en/macro/">MACRO Help</a></li>
</ul>
</li>
</ul>
<h2 id="Support">Support</h2>
<p>
Please report bugs, or you have a request to Tera Term, please post to <a href="https://github.com/TeraTermProject/teraterm/issues">issues</a>.
</p>
<p>
The <a href="https://lists.osdn.me/mailman/listinfo/ttssh2-users">ttssh2-users</a> ML is opened for Tera Term users. But this mailing list is Japanese only.
</p>
<!-- <p>
The <a href="http://logmett.com/forum/">support forum</a> is maintanced by Boris Maisuradze. This forum is English only.
</p> -->
<h2 id="Source">Source code</h2>
<p>
Repository: <a href="https://github.com/TeraTermProject/teraterm">https://github.com/TeraTermProject/teraterm</a>
</p>
<h2 id="Development">Development</h2>
The <a href="https://lists.osdn.me/mailman/listinfo/ttssh2-dev">ttssh2-dev</a> ML is opened for Tera Term development. But this mailing list is Japanese only.
<h3 id="build">How to build source codes</h3>
<p>
Refer to <a href="https://teratermproject.github.io/manual/5/en/reference/develop.html">develop.html</a>.
</p>
<h3 id="localize">Translations</h3>
<p>
Tera Term language files to localize the menu and the message are as follows. If you want to add a new language, please download the provided `English.lng' file and translate it with your language. Also, e-mail the translated file to us.
</p>
<table border="1">
<tr>
<th rowspan="2">Language</th>
<th colspan="3">4-stable(Tera Term 4)</th>
<th colspan="3">trunk(Tera Term 5)</th>
<th rowspan="2">Contributor</th>
</tr>
<tr>
<th>File</th>
<th>Updated</th>
<th>Last translated</th>
<th>File</th>
<th>Updated</th>
<th>Last translated</th>
</tr>
<tr>
<td>English</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/English.lng">English.lng</a></td>
<td rowspan="10">2023-02-06</td>
<td>-</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/English.lng">English.lng</a></td>
<td rowspan="10">2024-09-02</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Japanese</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/Japanese.lng">Japanese.lng</a></td>
<td>-</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Japanese.lng">Japanese.lng</a></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>German</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/German.lng">German.lng</a></td>
<td>2010-05-17</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/German.lng">German.lng</a></td>
<td>2010-05-17</td>
<td>Alexander Wiechert</td>
</tr>
<tr>
<td>French</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/French.lng">French.lng</a></td>
<td>2010-07-21</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/French.lng">French.lng</a></td>
<td>2010-07-21</td>
<td>Francois MOCQ</td>
</tr>
<tr>
<td>Russian</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/Russian.lng">Russian.lng</a></td>
<td>2017-07-19</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Russian.lng">Russian.lng</a></td>
<td>2017-07-19</td>
<td>Sergey Ryumik</td>
</tr>
<tr>
<td>Korean</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/Korean.lng">Korean.lng</a></td>
<td>2013-07-25</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Korean.lng">Korean.lng</a></td>
<td>2013-07-25</td>
<td>Daehong Kim</td>
</tr>
<tr>
<td>Chinese (Simplified)</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/Simplified%20Chinese.lng">Simplified Chinese.lng</a></td>
<td>2017-04-11</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Simplified%20Chinese.lng">Simplified Chinese.lng</a></td>
<td>2017-04-11</td>
<td>LiShaohui</td>
</tr>
<tr>
<td>Chinese (Traditional)</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/4-stable/installer/release/lang/Traditional%20Chinese.lng">Traditional Chinese.lng</a></td>
<td>2014-09-22</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Traditional%20Chinese.lng">Traditional Chinese.lng</a></td>
<td>2014-09-22</td>
<td>Wei Yan</td>
</tr>
<tr>
<td>Spanish</td>
<td>-</td>
<td>-</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Spanish.lng">Spanish.lng</a></td>
<td>2022-05-26</td>
<td>Filiberto Olguin</td>
</tr>
<tr>
<td>Tamil</td>
<td>-</td>
<td>-</td>
<td><a href="https://github.com/TeraTermProject/teraterm/blob/main/installer/release/lang_utf8/Tamil.lng">Tamil.lng</a></td>
<td>2024-03-02</td>
<td>TamilNeram</td>
</tr>
</table>
<hr>
<p>If you want to comment on this web site, e-mail us at ttssh2-contact<img src="./images/atmark.gif" alt="@" class="atmark">lists.osdn.me.</p>
<p>
<script type="text/javascript">
<!--
document.write('(last modified on ' + document.lastModified + ')');
//-->
</script>
</p>
</body>
</html>