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
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
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 and **download** the latest version [here](http://intersystems-ru.github.io/webterminal/#downloads). Read more and discuss WebTerminal on [InterSystems Developer Community](https://community.intersystems.com/post/cach%C3%A9-webterminal-v4-release).
4
+
+ Visit the [project's page](http://intersystems-ru.github.io/webterminal) for more details.
5
+
+**Download** the latest version from [here](http://intersystems-ru.github.io/webterminal/#downloads).
6
+
+ Read more and discuss WebTerminal on [InterSystems Developer Community](https://community.intersystems.com/post/cach%C3%A9-webterminal-v4-release).
7
+
+ Read [complete documentation](http://intersystems-ru.github.io/webterminal/#docs) about WebTerminal.
5
8
6
9
### Preview
7
10
@@ -21,11 +24,11 @@ Even more features!
21
24
<table>
22
25
<tr>
23
26
<td class="info">Native browser application</td>
24
-
<td>Allows to access Caché terminal both from desktop or mobile devices.</td>
27
+
<td>Allows to access Caché terminal both from desktop and mobile devices.</td>
25
28
</tr>
26
29
<tr>
27
30
<td class="info">Autocompletion</td>
28
-
<td>Type faster. Autocomplete is available in the most cases.</td>
31
+
<td>Type faster. Autocomplete is available for class names, variable and global names, methods, properties, etc.</td>
29
32
</tr>
30
33
<tr>
31
34
<td class="info">Tracing</td>
@@ -37,38 +40,41 @@ Even more features!
37
40
</tr>
38
41
<tr>
39
42
<td class="info">Syntax highlighting</td>
40
-
<td>Intelligently highlighted input.</td>
43
+
<td>Intelligently highlighted input both for COS and SQL.</td>
41
44
</tr>
42
45
<tr>
43
46
<td class="info">Favorites</td>
44
47
<td>Save commands you execute frequently.</td>
45
48
</tr>
46
49
<tr>
47
50
<td class="info">Security</td>
48
-
<td>All you need is to protect /terminal/ entry point, and all sessions are guaranteed to be secure.</td>
51
+
<td>All you need is to protect /terminal/ web application, and all sessions are guaranteed to be secure.</td>
49
52
</tr>
50
53
<tr>
51
54
<td class="info">Self-updating</td>
52
-
<td>Terminal version 4 and higher prompts to update automatically, so you will not miss the important update.</td>
55
+
<td>WebTerminal of version 4 and higher prompts to update automatically when new version is available, so you will never miss the important update.</td>
53
56
</tr>
54
57
<tr>
55
58
<td class="info">Explore!</td>
56
59
<td>Enjoy using WebTerminal!</td>
57
60
</tr>
58
61
</table>
59
62
60
-
### Installation
61
-
Download the latest version from <ahref="http://intersystems-ru.github.io/webterminal/#downloads">project page</a> and import XML file into any namespace.
63
+
Installation
64
+
------------
65
+
66
+
Download the latest version from the <ahref="http://intersystems-ru.github.io/webterminal/#downloads">project page</a> and import downloaded XML file into any namespace. Compile imported items and the WebTerminal is ready!
67
+
68
+
Usage
69
+
-----
62
70
63
-
### Usage
64
71
After installation, you will be able to access application at `http://[host]:[port]/terminal/` (slash at the end is required).
65
72
Type `/help` there to get more information.
66
73
67
74
Integration and WebTerminal's API
68
75
---------------------------------
69
76
70
-
To embed WebTerminal to any other web application, you can use `<iframe>` tag.
71
-
Example:
77
+
To embed WebTerminal to any other web application, you can use `<iframe>` tag. Example:
0 commit comments