o2r-project / o2r-UI

User interface for creating and examining Executable Research Compendia (ERC)
https://o2r.uni-muenster.de/
Apache License 2.0
3 stars 5 forks source link

Add help to creation form how to define license #225

Open nuest opened 3 years ago

nuest commented 3 years ago

When I upload an Rmd file with incorrect license definitions, I should get a helpful hint how to define the license correctly:

image

Incorrect:

license:
  code: Apache License 2.0
  data: Creative Commons Attribution Share-Alike 4.0
  text: CC BY 4.0

Correct:

licenses:
  code: Apache-2.0
  data: CC-BY-SA-4.0
  text: CC-BY-4.0

Maybe a link to https://spdx.org/licenses/ in the warning?

Can users use both the identifier or the full name?