-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta_attributes.html
164 lines (164 loc) · 4.02 KB
/
codemeta_attributes.html
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>CMTools</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<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>
<dl>
<dt>name</dt>
<dd>
Type of software application, e.g. ‘Game, Multimedia’.
</dd>
<dt>description</dt>
<dd>
A description of the item.
</dd>
<dt>author</dt>
<dd>
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)
</dd>
<dt>contributor</dt>
<dd>
A secondary contributor to the CreativeWork or Event. (enter as YAML
list)
</dd>
<dt>maintainer</dt>
<dd>
Individual responsible for maintaining the software (usually includes an
email contact address). (enter ass YAML list)
</dd>
<dt>codeRepository</dt>
<dd>
Link to the repository where the un-compiled, human readable code and
related code is located (SVN, GitHub, CodePlex, institutional GitLab
instance, etc.).
</dd>
<dt>copyrightYear</dt>
<dd>
The year during which the claimed copyright for the CreativeWork was
first asserted.
</dd>
<dt>copyrightHolder</dt>
<dd>
The party holding the legal copyright to the CreativeWork.
</dd>
<dt>funder</dt>
<dd>
A person or organization that supports (sponsors) something through some
kind of financial contribution.
</dd>
<dt>funding</dt>
<dd>
Funding source (e.g. specific grant)
</dd>
<dt>dateCreated</dt>
<dd>
The date on which the CreativeWork was created or the item was added to
a DataFeed.
</dd>
<dt>dateModified</dt>
<dd>
The date on which the CreativeWork was most recently modified or when
the item’s entry was modified within a DataFeed.
</dd>
<dt>datePublished</dt>
<dd>
Date of first broadcast/publication.
</dd>
<dt>version</dt>
<dd>
The version of the CreativeWork embodied by a specified resource.
</dd>
<dt>releaseNotes</dt>
<dd>
Description of what changed in this version.
</dd>
<dt>downloadUrl</dt>
<dd>
If the file can be downloaded, URL to download the binary.
</dd>
<dt>installUrl</dt>
<dd>
URL at which the app may be installed, if different from the URL of the
item.
</dd>
<dt>identifier</dt>
<dd>
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.
</dd>
<dt>keywords</dt>
<dd>
Keywords or tags used to describe this content. Multiple entries in a
keywords list are typically delimited by commas.
</dd>
<dt>license</dt>
<dd>
A license document that applies to this content, typically indicated by
URL.
</dd>
<dt>programmingLanguage</dt>
<dd>
The computer programming language.
</dd>
<dt>operatingSystem</dt>
<dd>
Operating systems supported (Windows 7, OSX 10.6, Android 1.6).
</dd>
<dt>runtimePlatform</dt>
<dd>
Runtime platform or script interpreter dependencies (Example - Java v1,
Python2.3, .Net Framework 3.0). Supersedes runtime.
</dd>
<dt>processorRequirements</dt>
<dd>
Processor architecture required to run the application (e.g. IA64).
</dd>
<dt>softwareRequirements</dt>
<dd>
Required software dependencies
</dd>
<dt>relatedLink</dt>
<dd>
A link related to this object, e.g. related web pages
</dd>
<dt>publisher</dt>
<dd>
The publisher of the creative work.
</dd>
<dt>issueTracker</dt>
<dd>
link to software bug reporting or issue tracking system
</dd>
<dt>referencePublication</dt>
<dd>
An academic publication related to the software.
</dd>
<dt>softwareSuggestions</dt>
<dd>
Optional dependencies , e.g. for optional features, code development,
etc.
</dd>
</dl>
</section>
</body>
</html>