-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta_attributes.html
More file actions
89 lines (89 loc) · 4.23 KB
/
codemeta_attributes.html
File metadata and controls
89 lines (89 loc) · 4.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>CMTools</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
</head>
<body>
<header>
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/caltechlibrary/CMTools">GitHub</a></li>
</ul>
</nav>
<section>
<p>name : Type of software application, e.g. ‘Game, Multimedia’.</p>
<p>description : A description of the item.</p>
<p>author : The author of this content or rating. Please note that
author is special in that HTML 5 provides a special mechanism for
indicating authorship via the rel tag. That is equivalent to this and
may be used interchangeably. (enter as YAML list)</p>
<p>contributor : A secondary contributor to the CreativeWork or Event.
(enter as YAML list)</p>
<p>maintainer : Individual responsible for maintaining the software
(usually includes an email contact address). (enter ass YAML list)</p>
<p>codeRepository : Link to the repository where the un-compiled, human
readable code and related code is located (SVN, GitHub, CodePlex,
institutional GitLab instance, etc.).</p>
<p>copyrightYear : The year during which the claimed copyright for the
CreativeWork was first asserted.</p>
<p>copyrightHolder : The party holding the legal copyright to the
CreativeWork.</p>
<p>funder : A person or organization that supports (sponsors) something
through some kind of financial contribution.</p>
<p>funding : Funding source (e.g. specific grant)</p>
<p>dateCreated : The date on which the CreativeWork was created or the
item was added to a DataFeed.</p>
<p>dateModified : The date on which the CreativeWork was most recently
modified or when the item’s entry was modified within a DataFeed.</p>
<p>datePublished : Date of first broadcast/publication.</p>
<p>version : The version of the CreativeWork embodied by a specified
resource.</p>
<p>releaseNotes : Description of what changed in this version.</p>
<p>downloadUrl : If the file can be downloaded, URL to download the
binary.</p>
<p>installUrl : URL at which the app may be installed, if different from
the URL of the item.</p>
<p>identifier : The identifier property represents any kind of
identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.
Schema.org provides dedicated properties for representing many of these,
either as textual strings or as URL (URI) links. See background notes
for more details.</p>
<p>keywords : Keywords or tags used to describe this content. Multiple
entries in a keywords list are typically delimited by commas.</p>
<p>license : A license document that applies to this content, typically
indicated by URL.</p>
<p>programmingLanguage : The computer programming language.</p>
<p>operatingSystem : Operating systems supported (Windows 7, macOS 10.6,
Android 1.6).</p>
<p>runtimePlatform : Runtime platform or script interpreter dependencies
(Example - Java v1, Python2.3, .Net Framework 3.0). Supersedes
runtime.</p>
<p>processorRequirements : Processor architecture required to run the
application (e.g. IA64).</p>
<p>softwareRequirements : Required software dependencies</p>
<p>relatedLink : A link related to this object, e.g. related web
pages</p>
<p>publisher : The publisher of the creative work.</p>
<p>issueTracker : link to software bug reporting or issue tracking
system</p>
<p>referencePublication : An academic publication related to the
software.</p>
<p>softwareSuggestions : Optional dependencies , e.g. for optional
features, code development, etc.</p>
</section>
<footer-global></footer-global>
</body>
</html>