Skip to content

Commit 282af7e

Browse files
committed
Updated for release 7.4.0
1 parent d8458d0 commit 282af7e

93 files changed

Lines changed: 3694 additions & 48 deletions

File tree

Some content is hidden

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

.project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</buildSpec>
1919
<natures>
2020
<nature>org.eclipse.jdt.core.javanature</nature>
21-
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
2221
</natures>
2322
<filteredResources>
2423
<filter>

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ An open source UI for [OpenXLIFF Filters](https://github.com/rmraya/OpenXLIFF).
1515

1616
Version | Comment | Release Date
1717
:------:|---------|:-----------:
18+
7.4.0 | Updated OpenXLIFF to version 3.17.0; migrated to Java 21 | January 12, 2024
1819
7.3.0 | Updated OpenXLIFF to version 3.16.0 | October 31, 2023
1920
7.2.0 | Updated OpenXLIFF to version 3.15.0 | September 13, 2023
2021
7.1.0 | Added option to generate XLIFF 2.1; Updated OpenXLIFF to version 3.14.0 | September 1, 2023
@@ -120,19 +121,23 @@ You can get ready to use installers of XLIFF Manager for Windows, macOS and Linu
120121

121122
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.
122123

124+
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.
125+
126+
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.
127+
123128
You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at Groups.io and request peer assistance for the source code there.
124129

125130
## Requirements
126131

127-
- JDK 17 or newer is required for compiling and building. Get it from [Adoptium](https://adoptium.net/).
128-
- Apache Ant 1.10.12 or newer. Get it from [https://ant.apache.org/](https://ant.apache.org/)
129-
- Node.js 18.0.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
130-
- TypeScript 5.0.0 or newer. Get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
132+
- JDK 21 or newer is required for compiling and building. Get it from [Adoptium](https://adoptium.net/).
133+
- Apache Ant 1.10.13 or newer. Get it from [https://ant.apache.org/](https://ant.apache.org/)
134+
- Node.js 20.10.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
135+
- TypeScript 5.3.3 or newer. Get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
131136

132137
## Building
133138

134139
- Checkout this repository.
135-
- Point your `JAVA_HOME` environment variable to JDK 17
140+
- Point your `JAVA_HOME` environment variable to JDK 21
136141
- Run `ant` to compile the Java code
137142
- Run `npm install` to download and install NodeJS dependencies
138143
- Run `npm start` to launch XLIFF Manager
@@ -146,5 +151,3 @@ You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at
146151
npm install
147152
npm start
148153
```
149-
150-
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/rmraya/XLIFFManager)

catalog/catalog.xml

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,77 @@
9090
<system systemId="http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-inlstyle-1.mod" uri="xhtml1.1/xhtml11-model-1.mod" />
9191
<uri name="http://www.w3.org/1999/xhtml" uri="xhtml1.1/xhtml11-flat.dtd" />
9292
<system systemId="xhtml11.dtd" uri="xhtml1.1/xhtml11-flat.dtd" />
93+
<public publicId="-//W3C//ENTITIES XHTML Modular Framework 1.0//EN" uri="xhtml1.1/xhtml-framework-1.mod" />
94+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod" uri="xhtml1.1/xhtml-framework-1.mod" />
95+
<public publicId="-//W3C//ENTITIES XHTML Datatypes 1.0//EN" uri="xhtml1.1/xhtml-datatypes-1.mod" />
96+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-datatypes-1.mod" uri="xhtml1.1/xhtml-datatypes-1.mod" />
97+
<public publicId="-//W3C//ENTITIES XHTML Qualified Names 1.0//EN" uri="xhtml1.1/xhtml-qname-1.mod" />
98+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-qname-1.mod" uri="xhtml1.1/xhtml-qname-1.mod" />
99+
<public publicId="-//W3C//ENTITIES XHTML Common Attributes 1.0//EN" uri="xhtml1.1/xhtml-attribs-1.mod" />
100+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-attribs-1.mod" uri="xhtml1.1/xhtml-attribs-1.mod" />
101+
<public publicId="-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN" uri="xhtml1.1/xhtml-events-1.mod" />
102+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-events-1.mod" uri="xhtml1.1/xhtml-events-1.mod" />
103+
<public publicId="-//W3C//ENTITIES XHTML Character Entities 1.0//EN" uri="xhtml1.1/xhtml-charent-1.mod" />
104+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-charent-1.mod" uri="xhtml1.1/xhtml-charent-1.mod" />
105+
<public publicId="-//W3C//ELEMENTS XHTML Text 1.0//EN" uri="xhtml1.1/xhtml-text-1.mod" />
106+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod" uri="xhtml1.1/xhtml-text-1.mod" />
107+
<public publicId="-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN" uri="xhtml1.1/xhtml-inlstruct-1.mod" />
108+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-inlstruct-1.mod" uri="xhtml1.1/xhtml-inlstruct-1.mod" />
109+
<public publicId="-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN" uri="xhtml1.1/xhtml-inlphras-1.mod" />
110+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-inlphras-1.mod" uri="xhtml1.1/xhtml-inlphras-1.mod" />
111+
<public publicId="-//W3C//ELEMENTS XHTML Block Structural 1.0//EN" uri="xhtml1.1/xhtml-blkstruct-1.mod" />
112+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-blkstruct-1.mod" uri="xhtml1.1/xhtml-blkstruct-1.mod" />
113+
<public publicId="-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN" uri="xhtml1.1/xhtml-blkphras-1.mod" />
114+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-blkphras-1.mod" uri="xhtml1.1/xhtml-blkphras-1.mod" />
115+
<public publicId="-//W3C//ELEMENTS XHTML Hypertext 1.0//EN" uri="xhtml1.1/xhtml-hypertext-1.mod" />
116+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod" uri="xhtml1.1/xhtml-hypertext-1.mod" />
117+
<public publicId="-//W3C//ELEMENTS XHTML Lists 1.0//EN" uri="xhtml1.1/xhtml-list-1.mod" />
118+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-list-1.mod" uri="xhtml1.1/xhtml-list-1.mod" />
119+
<public publicId="-//W3C//ELEMENTS XHTML Editing Markup 1.0//EN" uri="xhtml1.1/xhtml-edit-1.mod" />
120+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-edit-1.mod" uri="xhtml1.1/xhtml-edit-1.mod" />
121+
<public publicId="-//W3C//ELEMENTS XHTML BDO Element 1.0//EN" uri="xhtml1.1/xhtml-bdo-1.mod" />
122+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-bdo-1.mod" uri="xhtml1.1/xhtml-bdo-1.mod" />
123+
<public publicId="-//W3C//ELEMENTS XHTML Ruby 1.0//EN" uri="xhtml1.1/xhtml-ruby-1.mod" />
124+
<uri name="http://www.w3.org/TR/ruby/xhtml-ruby-1.mod" uri="xhtml1.1/xhtml-ruby-1.mod" />
125+
<public publicId="-//W3C//ELEMENTS XHTML Presentation 1.0//EN" uri="xhtml1.1/xhtml-pres-1.mod" />
126+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-pres-1.mod" uri="xhtml1.1/xhtml-pres-1.mod" />
127+
<public publicId="-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN" uri="xhtml1.1/xhtml-inlpres-1.mod" />
128+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-inlpres-1.mod" uri="xhtml1.1/xhtml-inlpres-1.mod" />
129+
<public publicId="-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN" uri="xhtml1.1/xhtml-blkpres-1.mod" />
130+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-blkpres-1.mod" uri="xhtml1.1/xhtml-blkpres-1.mod" />
131+
<public publicId="-//W3C//ELEMENTS XHTML Link Element 1.0//EN" uri="xhtml1.1/xhtml-link-1.mod" />
132+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-link-1.mod" uri="xhtml1.1/xhtml-link-1.mod" />
133+
<public publicId="-//W3C//ELEMENTS XHTML Metainformation 1.0//EN" uri="xhtml1.1/xhtml-meta-1.mod" />
134+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-meta-1.mod" uri="xhtml1.1/xhtml-meta-1.mod" />
135+
<public publicId="-//W3C//ELEMENTS XHTML Base Element 1.0//EN" uri="xhtml1.1/xhtml-base-1.mod" />
136+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod" uri="xhtml1.1/xhtml-base-1.mod" />
137+
<public publicId="-//W3C//ELEMENTS XHTML Scripting 1.0//EN" uri="xhtml1.1/xhtml-script-1.mod" />
138+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-script-1.mod" uri="xhtml1.1/xhtml-script-1.mod" />
139+
<public publicId="-//W3C//DTD XHTML Style Sheets 1.0//EN" uri="xhtml1.1/xhtml-style-1.mod" />
140+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-style-1.mod" uri="xhtml1.1/xhtml-style-1.mod" />
141+
<public publicId="-//W3C//ELEMENTS XHTML Images 1.0//EN" uri="xhtml1.1/xhtml-image-1.mod" />
142+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod" uri="xhtml1.1/xhtml-image-1.mod" />
143+
<public publicId="-//W3C//ELEMENTS XHTML Client-side Image Maps 1.0//EN" uri="xhtml1.1//xhtml-csismap-1.mod" />
144+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-csismap-1.mod" uri="xhtml1.1//xhtml-csismap-1.mod" />
145+
<public publicId="-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN" uri="xhtml1.1/xhtml-ssismap-1.mod" />
146+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-ssismap-1.mod" uri="xhtml1.1/xhtml-ssismap-1.mod" />
147+
<public publicId="-//W3C//ELEMENTS XHTML Param Element 1.0//EN" uri="xhtml1.1/xhtml-param-1.mod" />
148+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod" uri="xhtml1.1/xhtml-param-1.mod" />
149+
<public publicId="-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN" uri="xhtml1.1/xhtml-object-1.mod" />
150+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod" uri="xhtml1.1/xhtml-object-1.mod" />
151+
<public publicId="-//W3C//ELEMENTS XHTML Tables 1.0//EN" uri="xhtml1.1/xhtml-table-1.mod" />
152+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-table-1.mod" uri="xhtml1.1/xhtml-table-1.mod" />
153+
<public publicId="-//W3C//ELEMENTS XHTML Forms 1.0//EN" uri="xhtml1.1/xhtml-form-1.mod" />
154+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-form-1.mod" uri="xhtml1.1/xhtml-form-1.mod" />
155+
<public publicId="-//W3C//ELEMENTS XHTML Document Structure 1.0//EN" uri="xhtml1.1/xhtml-struct-1.mod" />
156+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod" uri="xhtml1.1/xhtml-struct-1.mod" />
157+
<public publicId="-//W3C//NOTATIONS XHTML Notations 1.0//EN" uri="xhtml1.1/xhtml-notations-1.mod" />
158+
<uri name="http://www.w3.org/MarkUp/DTD/xhtml-notations-1.mod" uri="xhtml1.1/xhtml-notations-1.mod" />
93159

94160
<public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg/svg10.dtd" />
95-
<system systemId="http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" uri="svg/svg10.dtd" />
161+
<uri name="http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" uri="svg/svg10.dtd" />
96162
<public publicId="-//W3C//DTD SVG 1.1//EN" uri="svg/svg11.dtd" />
97-
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" uri="svg/svg11.dtd" />
163+
<uri name="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" uri="svg/svg11.dtd" />
98164

99165
<public publicId="-//OpenOffice.org//DTD OfficeDocument 1.0//EN" uri="openoffice/office.dtd" />
100166
<system systemId="office.dtd" uri="openoffice/office.dtd" />

catalog/docbook5.2/assembly.nvdl

100755100644
File mode changed.

catalog/docbook5.2/catalog.xml

100755100644
File mode changed.

catalog/docbook5.2/dbits.nvdl

100755100644
File mode changed.

catalog/docbook5.2/docbook.nvdl

100755100644
File mode changed.

catalog/docbook5.2/rng/assembly.rnc

100755100644
File mode changed.

catalog/docbook5.2/rng/assembly.rng

100755100644
File mode changed.

catalog/docbook5.2/rng/assemblyxi.rnc

100755100644
File mode changed.

0 commit comments

Comments
 (0)