-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex-en.html
More file actions
153 lines (125 loc) · 5.74 KB
/
Copy pathindex-en.html
File metadata and controls
153 lines (125 loc) · 5.74 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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>
<p>
<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>
<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://ci.appveyor.com/project/teraterm/github-main/history">Snapshot</a>]
[<a href="/manual/5/en/">Document</a>]
[<a href="https://x.com/Tera_Term">𝕏</a>]
[<a href="#Source">SourceCode</a>]
[<a href="#Development">Development</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.6.1">5.6.1</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="http://logmett.com/forum/">support forum</a> is maintanced by Boris Maisuradze. This forum is English only.
</p> -->
<h2 id="Support">Code signing policy</h2>
<p>
Free code signing provided by <a href="https://about.signpath.io">SignPath.io</a>, certificate by <a href="https://signpath.org">SignPath Foundation</a>
</p>
Team members
<ul>
<li>Committers and reviewers: <a href="https://github.com/orgs/TeraTermProject/teams/tera-term-developpers">Tera Term Developers</a></li>
<li>Approvers: <a href="https://github.com/orgs/TeraTermProject/teams/signpath-approvers">SignPath Approvers</a></li>
</ul>
<p>
Network Communication Policy:<br>
This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.
</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>
<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>
<ul>
<li><a href="/manual/5/en/setup/lng.html">Tera Term 5</a> <a href="/manual/5/ja/setup/lng.html">(ja)</a></li>
<li><a href="/manual/4/en/setup/lng.html">Tera Term 4</a> <a href="/manual/4/ja/setup/lng.html">(ja)</a></li>
</ul>
<hr>
<p>If you want to comment on this web site, please post to <a href="https://github.com/TeraTermProject/teraterm/issues">issues</a>.</p>
<p>
<script type="text/javascript">
<!--
document.write('(last modified on ' + document.lastModified + ')');
//-->
</script>
</p>
</body>
</html>