-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
83 lines (81 loc) · 2.59 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>COLD (Controlled Object List and Datum (Concept))</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
</head>
<body>
<header>
<a href="http://library.caltech.edu" title="link to Caltech Library Homepage"><img src="https://caltechlibrary.github.io/assets/liblogo.gif" 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="https://github.com/caltechlibrary/cold">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="about-this-software">About this software</h1>
<h2 id="cold-0.0.12">cold 0.0.12</h2>
<h3 id="authors">Authors</h3>
<ul>
<li>R. S. Doiel</li>
</ul>
<h3 id="contributors">Contributors</h3>
<ul>
<li>Kathy Johnson</li>
<li>Thomas E Morrell</li>
</ul>
<h3 id="maintainers">Maintainers</h3>
<ul>
<li>R. S. Doiel</li>
</ul>
<p>cold provides a localhost web services for managing controlled object
lists and datum. It also includes scripts to syncrhonize with Caltech’s
public directory data as well as push changes into
feeds.library.caltech.edu which hosts the public API of cold
content.</p>
<ul>
<li>License: <a href="https://caltechlibrary.github.io/cold/LICENSE"
class="uri">https://caltechlibrary.github.io/cold/LICENSE</a></li>
<li>GitHub: <a href="https://github.com/caltechlibrary/cold"
class="uri">https://github.com/caltechlibrary/cold</a></li>
<li>Issues: <a href="https://github.com/caltechlibrary/cold/issues"
class="uri">https://github.com/caltechlibrary/cold/issues</a></li>
</ul>
<h3 id="programming-languages">Programming languages</h3>
<ul>
<li>CSS</li>
<li>HTML</li>
<li>JavaScript</li>
<li>JSON</li>
<li>SQL</li>
<li>Typescript</li>
<li>YAML</li>
</ul>
<h3 id="operating-systems">Operating Systems</h3>
<ul>
<li>Linux</li>
</ul>
<h3 id="software-requiremets">Software Requiremets</h3>
<ul>
<li>Deno >= 2.0.4</li>
<li>GNU Make</li>
<li>Pandoc >= 3.1</li>
<li>datasetd >= 2.1.23</li>
</ul>
</section>
<footer>
<span>© 2022 <a href="https://www.library.caltech.edu/copyright">Caltech Library</a></span>
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
<span><a href="mailto:library@caltech.edu">Email Us</a></span>
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
</footer>
</body>
</html>