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
RemoteTM is a Translation Memory (TM) server designed for sharing the super fast Translation Memory engine included in [Swordfish](https://maxprograms.com/products/swordfish.html) in network environments.
7
+
RemoteTM is a Translation Memory (TM) server designed for sharing the super fast Translation Memory (TM)engine included in [Swordfish](https://maxprograms.com/products/swordfish.html) in network environments.
8
8
9
9
Thanks to its open [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer), you can use RemoteTM from Swordfish and from any other tool via Web Services.
10
10
@@ -13,16 +13,10 @@ Thanks to its open [REST API](https://en.wikipedia.org/wiki/Representational_sta
13
13
These applications are required to install and run RemoteTM Web Server:
14
14
15
15
- Java 21, available at <https://www.adoptium.net>.
16
-
- Apache Tomcat available from <https://tomcat.apache.org/>, configured with an SSL certificate to work with HTTPS protocol.
16
+
- Apache Tomcat 9.x available from <https://tomcat.apache.org/>, configured with an SSL certificate to work with HTTPS protocol.
17
17
18
18
_Tip_: Visit [SSL/TLS Configuration How-To](https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html) for information on configuring Apache Tomcat to support HTTPS protocol.
19
19
20
-
## License
21
-
22
-
Source code of RemoteTM is free. Anyone can download the source code, compile, modify and use it at no cost in compliance with the accompanying license terms.
23
-
24
-
You can host RemoteTM on your own server at no cost and share translation memories with an unlimited number of users.
25
-
26
20
## SaaS (Software as a Service)
27
21
28
22
RemoteTM servers are available for rent at Maxprograms' [Online Store](https://www.maxprograms.com/store/buy.html).
@@ -43,3 +37,7 @@ You can download `RemoteTM.war` from RemoteTM's [Home Page](https://maxprograms.
43
37
Peer support is available at [Groups.io](https://groups.io/g/maxprograms/)
44
38
45
39
Users with an active Swordfish subscription may contact tech@maxprograms.com for assistance.
40
+
41
+
## Legal
42
+
43
+
License information for all included components is available in the [licenses](licenses/README.md) directory.
0 commit comments