Skip to content

Commit f301833

Browse files
committed
Updateded README and dependencies
1 parent e4e0e90 commit f301833

4 files changed

Lines changed: 935 additions & 21 deletions

File tree

.gitignore

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ node_modules/
88
man/
99
out/
1010
docs/en/out/
11-
/docs/es/out/
12-
/release
13-
/.settings/
14-
/.scannerwork/
15-
/.vscode/
11+
docs/es/out/
12+
release
13+
.settings/
14+
.scannerwork/
15+
.vscode/
1616
.DS_Store
17-
package-lock.json
18-
/catalog/
19-
/xmlfilter/
20-
/srx/
21-
licenses/
17+
catalog/
18+
xmlfilter/
19+
srx/
20+
licenses/
21+
*.sh
22+
*.cmd

README.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,43 @@ You can get ready to use installers of XLIFF Manager for Windows, macOS and Linu
126126

127127
## Licenses
128128

129+
XLIFF Manager is available in two modes:
130+
131+
- Source Code
132+
- Yearly Subscriptions for installers and support
133+
134+
### Source Code
135+
129136
Source code of XLIFF Manager is free. Anyone can download the source code, compile, modify and use it at no cost in compliance with the accompanying license terms.
130137

131-
Subscriptions are available for technical support, bug fixes, and feature requests. By subscribing to a support plan, you contribute to the continuous improvement of XLIFF Manager. Your subscription fees pay for code development costs and ensure the quality and reliability of the software.
138+
You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at Groups.io and request peer assistance for the source code version there.
139+
140+
### Subscriptions
141+
142+
The version of XLIFF Manager included in the official installers from [Maxprograms Download Page](https://maxprograms.com/products/xliffdownload.html) can be used at no cost for 7 days requesting a free Evaluation Key.
143+
144+
Personal Subscription Keys are available in [Maxprograms Online Store](https://www.maxprograms.com/store/buy.html).
145+
146+
Subscription Keys cannot be shared or transferred to different machines.
147+
148+
Installers may occasionally be updated before the corresponding source code changes appear in this repository. Source code updates are published later, once they are ready for release. This timing difference is expected and does not affect the availability or completeness of the open source code.
149+
150+
Subscription version includes unlimited email support at [tech@maxprograms.com](mailto:tech@maxprograms.com)
132151

133-
Subscription Keys are available at [Maxprograms Online Store](https://www.maxprograms.com/store/buy.html). Subscription Keys cannot be shared or transferred to different machines.
152+
### Differences sumary
134153

135-
You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at Groups.io and request peer assistance for the source code there.
154+
Differences | Source Code | Subscription Based
155+
----------- | :---------: | :-----------------:
156+
Ready To Use Installers | No | Yes
157+
Notarized macOS launcher | No | Yes
158+
Signed launcher and installer for Windows | No | Yes
159+
Restricted Features | None | None
160+
Technical Support | Peer support at [Groups.io](https://groups.io/g/maxprograms/) | - Direct email at [tech@maxprograms.com](mailto:tech@maxprograms.com) <br> - Peer support at [Groups.io](https://groups.io/g/maxprograms/)
136161

137162
## Requirements
138163

139-
- Node.js 22.17.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
140-
- TypeScript 5.8.3 or newer. Get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
141-
- OpenXLIFF Filters 4.6.0 or newer. Get it from [https://github.com/rmraya/OpenXLIFF](https://github.com/rmraya/OpenXLIFF)
164+
- Node.js 24.13.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
165+
- OpenXLIFF Filters 4.10.0 or newer. Get it from [https://github.com/rmraya/OpenXLIFF](https://github.com/rmraya/OpenXLIFF)
142166

143167
## Building
144168

@@ -153,7 +177,7 @@ You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at
153177
``` bash
154178
git clone https://github.com/rmraya/OpenXLIFF.git
155179
cd OpenXLIFF
156-
ant
180+
gradle
157181
cd ..
158182
git clone https://github.com/rmraya/XLIFFManager.git
159183
cd XLIFFManager

0 commit comments

Comments
 (0)