Skip to content

Commit 5293c69

Browse files
committed
Updated for release 5.0.0
1 parent 6aa43e8 commit 5293c69

4 files changed

Lines changed: 34 additions & 2 deletions

File tree

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,33 @@
33

44
<img src="images/favicon.png" alt=""/>
55

6-
Still work in progress. Releases will be announced soon at https://maxprograms.com
6+
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+
8+
## Requirements
9+
10+
These applications are required to install and run RemoteTM Web Server:
11+
- Java 11, available at https://www.adoptopenjdk.net.
12+
- Apache Tomcat available from https://tomcat.apache.org/, configured with an SSL certificate to work with HTTPS protocol.
13+
14+
_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.
15+
16+
## License
17+
Source code of RemoteTM is free for personal use. Anyone can download the source code, compile, modify and use it at no cost in compliance with the accompanying license terms.
18+
19+
You can host RemoteTM on your own server at no cost and share translation memories with an unlimited number of users.
20+
21+
## Downloads
22+
23+
You can download `RemoteTM.war` from [RemoteTM's Home Page](https://maxprograms.com/support/remotetm.html).
24+
25+
## Documentation
26+
27+
- [RemoteTM User Guide (PDF)](https://www.maxprograms.com/support/remotetm.pdf)
28+
- [RemoteTM User Guide (Web Help)](https://www.maxprograms.com/support/remotetm.html)
29+
30+
## Support
31+
32+
Peer support is available at [Groups.io](https://groups.io/g/maxprograms/)
33+
34+
Users with a valid Swordfish subscription may contact tech@maxprograms.com for assistance
35+

WebContent/docs/remotetm.pdf

426 Bytes
Binary file not shown.

docs/concepts/preparation.dita

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
</ul>
1717
</li>
1818
</ul>
19+
<note type="tip">Visit <xref href="https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html"
20+
scope="external" format="html">SSL/TLS Configuration How-To</xref> for information
21+
on configuring Apache Tomcat to support HTTPS protocol. </note>
1922
</conbody>
2023
</concept>

src/com/maxprograms/remotetm/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private Constants() {
2525
}
2626

2727
public static final String VERSION = "5.0.0";
28-
public static final String BUILD = "20210410_0843";
28+
public static final String BUILD = "20210503_0906";
2929

3030
public static final String STATUS = "status";
3131
public static final String OK = "OK";

0 commit comments

Comments
 (0)