Skip to content

Commit 1749c2d

Browse files
committed
codemeta change info
1 parent 642e600 commit 1749c2d

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Properly maintaining this kind of information in various files scattered around
5353

5454
### Platform Support
5555

56-
Please note that the current version of 'somesy' does not support Windows. We are actively working to include Windows support in our next release. Stay tuned for updates!
56+
`somesy` is now compatible with MacOS, Ubuntu, and Windows. For Windows users, it's important to use a version `0.3.0` or higher of somesy to ensure compatibility.
5757

5858
### Installing somesy
5959

docs/manual.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,8 @@ after running somesy (to remove the duplicate entries with the incorrect ORCID).
375375
While `somesy` is modifying existing files for most supported formats,
376376
[CodeMeta](https://codemeta.github.io/) is implemented differently.
377377

378-
In order to avoid redundant work, `somesy` relies on existing tools to generate
379-
`codemeta.json` files. So when you synchronize the metadata and the codemeta
380-
target is enabled, `somesy` will generate your `codemeta.json` by:
381378

382-
* synchronizing metadata to a `pyproject.toml` or `package.json` (if enabled)
383-
* synchronizing metadata to a `CITATION.cff` (if enabled)
384-
* running `cffconvert` and `codemetapy` to combine both sources into a final `codemeta.json`
379+
Other formats implement person identification and merging, but for codemeta.json, there's a notable exception: person data gets overwritten by the source file. Given that `codemeta.json` is a `JSON-LD file`, it inherently represents data as a graph, allowing for diverse information storage methods. To navigate this complexity and ensure accurate data representation, we opt to regenerate the `codemeta.json` file directly from the source file.
385380

386381
!!! warning
387382

0 commit comments

Comments
 (0)