You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+34-30Lines changed: 34 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,86 +1,87 @@
1
1
# Caché Web Terminal
2
2
Web-based Caché terminal for InterSystems products. Access your database from everywhere!
3
3
4
-
Visit [project page](http://intersystems-ru.github.io/webterminal) for more details,**download** the latest version [here](http://intersystems-ru.github.io/webterminal/#downloads).
4
+
Visit [project page](http://intersystems-ru.github.io/webterminal) for more details and**download** the latest version [here](http://intersystems-ru.github.io/webterminal/#downloads).
5
5
6
-
### Installation
7
-
Download the latest version from <ahref="http://intersystems-ru.github.io/webterminal/#downloads">project page</a>
8
-
and import XML file into any namespace. Later you can update application only by typing `/update` command in terminal.
6
+
### Preview
9
7
10
-
### Usage
11
-
After installation, you will be able to access application at `http://[host]:[port]/terminal/` (slash at the end is required).
<td>This allows to access terminal both from desktop or mobile devices. No Telnet, only HTTP and WebSocket.</td>
21
+
<td>Allows to access Caché terminal both from desktop or mobile devices.</td>
19
22
</tr>
20
23
<tr>
21
24
<td class="info">Autocompletion</td>
22
-
<td>Enables you to complete your input faster. Except keywords, autocomplete also available for classes, properties and globals.</td>
25
+
<td>Type faster. Autocomplete is available in the most cases.</td>
23
26
</tr>
24
27
<tr>
25
28
<td class="info">Tracing</td>
26
29
<td>Monitor any changes in globals or files.</td>
27
30
</tr>
28
31
<tr>
29
32
<td class="info">SQL mode</td>
30
-
<td>Execute SQL queries simply by switching to SQL mode.</td>
33
+
<td>A convenient way to execute SQL queries.</td>
31
34
</tr>
32
35
<tr>
33
36
<td class="info">Syntax highlighting</td>
34
-
<td>Visually attractive highlighted input.</td>
35
-
</tr>
36
-
<tr>
37
-
<td class="info">Appearance</td>
38
-
<td>Change the appearance of web-terminal or even code you own.</td>
37
+
<td>Intelligently highlighted input.</td>
39
38
</tr>
40
39
<tr>
41
40
<td class="info">Favorites</td>
42
-
<td>Remember your best commands for later execution.</td>
43
-
</tr>
44
-
<tr>
45
-
<td class="info">Definitions</td>
46
-
<td>Define any piece of code as short expression and make your administering experience faster.</td>
41
+
<td>Save commands you execute frequently.</td>
47
42
</tr>
48
43
<tr>
49
44
<td class="info">Security</td>
50
-
<td>Access to WebSocket is granted only if client will pass a session key given by csp page.</td>
45
+
<td>All you need is to protect /terminal/ entry point, and all sessions are guaranteed to be secure.</td>
51
46
</tr>
52
47
<tr>
53
48
<td class="info">Self-updating</td>
54
-
<td>Terminal version 3.1.4 and higher can be automatically updated by using `/update` command.</td>
49
+
<td>Terminal version 4 and higher prompts to update automatically, so you will not miss the important update.</td>
55
50
</tr>
56
51
<tr>
57
52
<td class="info">Explore!</td>
58
-
<td>Hope you will find this useful.</td>
53
+
<td>Enjoy using WebTerminal!</td>
59
54
</tr>
60
55
</table>
61
56
57
+
### Installation
58
+
Download the latest version from <ahref="http://intersystems-ru.github.io/webterminal/#downloads">project page</a> and import XML file into any namespace.
59
+
60
+
### Usage
61
+
After installation, you will be able to access application at `http://[host]:[port]/terminal/` (slash at the end is required).
62
+
Type `/help` there to get more information.
63
+
62
64
Development
63
65
-----------
64
66
65
67
We are glad to see anyone who want to contribute to Caché WEB Terminal development! Check the
0 commit comments