Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronste committed Aug 30, 2023
1 parent f29aa17 commit d54e6aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Excel to OJS3 XML conversion tool

Version 1.3.1.0 supports the schema for OJS 3.2.1.
Version 1.4.0.0 supports the schema for OJS 3.3. (tested with OJS 3.3.0-14, Aug 2023)

The tool was created for "in-house use" at the Federation of Finnish Learned Societies (https://tsv.fi). *It is not pretty*. It has not been thoroughly tested, but has been used to import the archives of around 20 journals since 2017. Feel free to use and develop further.

Expand Down Expand Up @@ -45,7 +45,7 @@ Only validate by adding -v:
| title | Article title | x |
| subTitle | Article subtitle | |
| abstract| Article abstract | |
| seq | Article sequence inside an issue, first article '1' | x |
| articleSeq | Article sequence inside an issue, first article '1' | x |
| pages| For example "23-45" | |
| language| Article language "en", "fi", "sv", "de", "fr" | x |
| keywords| Word 1; Word 2; Word3 | |
Expand Down Expand Up @@ -108,6 +108,9 @@ de - German
## Licence
The conversion tool is distributed under the GNU GPL v3.

## Changes in version 1.4.0.0 (Aug 2023)
- Support OJS 3.3

## Changes in version 1.3.1.0 (Mar 2021)
- Support OJS 3.2

Expand Down

0 comments on commit d54e6aa

Please sign in to comment.