diff --git a/index.html b/index.html index 2cce384..c60613d 100644 --- a/index.html +++ b/index.html @@ -1,335 +1,345 @@ CodeMeta generator

CodeMeta generator

Most fields are optional. Mandatory fields will be highlighted when generating Codemeta.

+ +
The software itself

the software title


from SPDX licence list

Discoverability and citation


such as ISBNs, GTIN codes, UUIDs etc.. http://schema.org/identifier


grant funding software development


organization funding software development

Authors and contributors can be added below
Development community / tools


Run-time environment


Current version of the software


Additional Info


see www.repostatus.org for details

Authors

Order of authors does not matter.

Contributors

Order of contributors does not matter.


 
     
 
     
 
 
diff --git a/style.css b/style.css
index 2d51569..c3d2d6d 100644
--- a/style.css
+++ b/style.css
@@ -1,66 +1,71 @@
 /**
  * Copyright (C) 2019  The Software Heritage developers
  * See the AUTHORS file at the top-level directory of this distribution
  * License: GNU Affero General Public License version 3, or any later version
  * See top-level LICENSE file for more information
  */
 
 
+
+#noscriptError {
+    color: red;
+}
+
 .person {
     display: inline-block;
 }
 
 #inputForm {
     max-width: 100%;
 
     display: flex;
     flex-wrap: wrap;
 }
 
 /* A fieldset that contains only label/input pairs */
 .leafFieldset {
     flex: auto;
 }
 
 p input, p textarea {
     width: 100%;
     box-sizing: border-box;
 }
 
 .dynamicFields {
     width: 100%;
 }
 
 #license {
     /* License names are long */
     min-width: 20em;
 }
 
 #funding {
     /* Funding names are long */
     min-width: 20em;
 }
 
 input[type=URL] {
     /* URLs are longer than the other fields */
     min-width: 20em;
 }
 .field-description {
     color : rgb(100, 104, 103);
     font-size: small;
 }
 
 #codemetaText {
     width: 100%;
     min-height: 10em;
     border: 1px solid black;
 }
 
 #errorMessage {
     color: red;
 }
 
 input:invalid {
     color: red;
 }