Skip to content

Commit c6aa675

Browse files
committed
Release 6.0.0
1 parent 839911d commit c6aa675

66 files changed

Lines changed: 202 additions & 164 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/activation.jar"/>
1111
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/dtd.jar"/>
1212
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/sqlite-jdbc-3.43.0.0.jar"/>
13-
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/h2-1.4.200.jar"/>
1413
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.mail.jar"/>
1514
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/json.jar"/>
1615
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsoup.jar"/>

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# RemoteTM 5.0
1+
# RemoteTM 6.0
22

33
A Translation Memory (TM) Server with an open REST API
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 IV](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 engine included in [Swordfish](https://maxprograms.com/products/swordfish.html) in network environments.
88

9-
Thanks to its open [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer), you can use RemoteTM from Swordfish IV and from any other tool via Web Services.
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.
1010

1111
## Requirements
1212

1313
These applications are required to install and run RemoteTM Web Server:
1414

15-
- Java 17, available at <https://www.adoptium.net>.
15+
- Java 21, available at <https://www.adoptium.net>.
1616
- Apache Tomcat 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.
@@ -42,4 +42,4 @@ You can download `RemoteTM.war` from RemoteTM's [Home Page](https://maxprograms.
4242

4343
Peer support is available at [Groups.io](https://groups.io/g/maxprograms/)
4444

45-
Users with an active Swordfish subscription may contact tech@maxprograms.com for assistance
45+
Users with an active Swordfish subscription may contact tech@maxprograms.com for assistance.
-2.19 MB
Binary file not shown.
-20.8 KB
Binary file not shown.
12.1 KB
Binary file not shown.

WebContent/WEB-INF/lib/xmljava.jar

29 Bytes
Binary file not shown.

WebContent/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ th {
122122
text-align: center;
123123
}
124124

125+
.left {
126+
text-align: left;
127+
}
128+
125129
input[type=number] {
126130
height: 1.2rem;
127131
font-size: 1rem;

WebContent/docs/remotetm.pdf

-214 Bytes
Binary file not shown.

WebContent/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<body class="bg" style="height: 100vh; width: 100%; " id="body">
2121
<div id="mainContent" class="mainContent"></div>
2222
<div id="status" class="status" style="display:none;"></div>
23-
<footer id="footer">RemoteTM <span id="version">5.0.0</span> © 2008 - 2023 <a href="https://maxprograms.com"
23+
<footer id="footer">RemoteTM <span id="version">6.0.0</span> © 2008 - 2024 <a href="https://maxprograms.com"
2424
target="_blank" rel="noopener">Maxprograms</a>
2525
</footer>
2626
<script src="js/remotetm.js"></script>

build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<pathelement location="lib/javax.servlet-api.jar" />
66
<pathelement location="WebContent/WEB-INF/lib/activation.jar" />
77
<pathelement location="WebContent/WEB-INF/lib/sqlite-jdbc-3.43.0.0.jar" />
8-
<pathelement location="WebContent/WEB-INF/lib/h2-1.4.200.jar" />
98
<pathelement location="WebContent/WEB-INF/lib/javax.mail.jar" />
109
<pathelement location="WebContent/WEB-INF/lib/json.jar" />
1110
<pathelement location="WebContent/WEB-INF/lib/openxliff.jar" />

0 commit comments

Comments
 (0)