-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
67 lines (65 loc) · 2.2 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
<!DOCTYPE html>
<html>
<head>
<title>Codemeta + Pandoc Examples</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="about.html">About</a></li>
<li><a href="search.html">Project Search</a></li>
<li><a href="https://github.com/caltechlibrary/curl-installer-sh-example">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="about-this-software">About this software</h1>
<h2 id="codemeta-pandoc-examples-0.0.4">codemeta-pandoc-examples
0.0.4</h2>
<h3 id="authors">Authors</h3>
<ul>
<li>R. S. Doiel</li>
</ul>
<p>This repository describes how to generate a CITATION.cff, about.md
and installer.sh from a codemeta.json file using Pandoc.</p>
<ul>
<li>License: <a
href="https://caltechlibrary.github.io/codemeta-pandoc-examples/LICENSE"
class="uri">https://caltechlibrary.github.io/codemeta-pandoc-examples/LICENSE</a></li>
<li>GitHub:
<git+https://github.com/caltechlibrary/codemeta-pandoc-examples></li>
<li>Issues: <a
href="https://github.com/caltechlibrary/codemeta-pandoc-examples/issues"
class="uri">https://github.com/caltechlibrary/codemeta-pandoc-examples/issues</a></li>
</ul>
<h3 id="programming-languages">Programming languages</h3>
<ul>
<li>pandoc templates</li>
</ul>
<h3 id="operating-systems">Operating Systems</h3>
<ul>
<li>Linux</li>
<li>macOS</li>
<li>Windows</li>
</ul>
<h3 id="software-requiremets">Software Requiremets</h3>
<ul>
<li>Pandoc >= 3</li>
<li>GNU Make</li>
</ul>
</section>
<footer>
<span>© 2023 <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:[email protected]">Email Us</a></span>
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
</footer>
</body>
</html>