Skip to content

Commit c84afc1

Browse files
committed
Updated libraries, migrated TypeScript code to ESM
1 parent 4a151a6 commit c84afc1

67 files changed

Lines changed: 655 additions & 355 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 0 additions & 22 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ build
66
WebContent/js
77
WebContent/WEB-INF/classes
88
.scannerwork
9+
.gradle
10+
.vscode/
911
docs/out
10-
/bin/
12+
bin/

.project

Lines changed: 0 additions & 42 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<img src="WebContent/images/favicon.png" alt="RemoteTM icon"/>
66

7-
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.
88

99
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.
1010

@@ -13,16 +13,10 @@ Thanks to its open [REST API](https://en.wikipedia.org/wiki/Representational_sta
1313
These applications are required to install and run RemoteTM Web Server:
1414

1515
- 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.
1717

1818
_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.
1919

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-
2620
## SaaS (Software as a Service)
2721

2822
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.
4337
Peer support is available at [Groups.io](https://groups.io/g/maxprograms/)
4438

4539
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.

WebContent/WEB-INF/lib/bcp47j.jar

16 KB
Binary file not shown.

WebContent/WEB-INF/lib/dtd.jar

-52.9 KB
Binary file not shown.
182 KB
Binary file not shown.
13.6 MB
Binary file not shown.
97.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)