Skip to content

Commit 282e869

Browse files
committed
commiting to main
1 parent 3cdd1d6 commit 282e869

8 files changed

+101
-86
lines changed

about.html

+61-30
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,69 @@
2424
</nav>
2525

2626
<section>
27-
<h1 id="about-this-software">About this software</h1>
28-
<h2 id="datatools-1.2.4">datatools 1.2.4</h2>
29-
<h3 id="authors">Authors</h3>
30-
<ul>
31-
<li>R. S. Doiel</li>
32-
</ul>
33-
<h3 id="maintainers">Maintainers</h3>
34-
<ul>
35-
<li>R. S. Doiel</li>
36-
</ul>
37-
<p>A set of command line tools for working with CSV, Excel Workbooks,
38-
JSON and structured text documents.</p>
39-
<ul>
40-
<li>License: https://data.caltech.edu/license</li>
41-
<li>GitHub: https://github.com/caltechlibrary/datatools</li>
42-
<li>Issues: https://github.com/caltechlibrary/datatools/issues</li>
43-
</ul>
44-
<h3 id="programming-languages">Programming languages</h3>
45-
<ul>
46-
<li>Go 1.20</li>
47-
</ul>
48-
<h3 id="operating-systems">Operating Systems</h3>
49-
<ul>
50-
<li>Linux</li>
51-
<li>Windows</li>
52-
<li>macOS</li>
53-
</ul>
54-
<h3 id="software-requiremets">Software Requiremets</h3>
27+
&lt;!DOCTYPE html&gt;
28+
<html>
29+
<head>
30+
<title>
31+
Caltech Library’s Digital Library Development Sandbox
32+
</title>
33+
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
34+
<link rel="stylesheet" href="/css/site.css">
35+
</head>
36+
<body>
37+
<header>
38+
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
39+
</header>
40+
<nav>
5541
<ul>
56-
<li>Golang 1.20 or better</li>
57-
<li>Pandoc 2.19 or better</li>
42+
<li>
43+
<a href="/">Home</a>
44+
</li>
45+
<li>
46+
<a href="./">README</a>
47+
</li>
48+
<li>
49+
<a href="LICENSE">LICENSE</a>
50+
</li>
51+
<li>
52+
<a href="INSTALL.html">INSTALL</a>
53+
</li>
54+
<li>
55+
<a href="user-manual.html">User Manual</a>
56+
</li>
57+
<li>
58+
<a href="how-to/">Tutorials</a>
59+
</li>
60+
<li>
61+
<a href="search.html">Search Docs</a>
62+
</li>
63+
<li>
64+
<a href="about.html">About</a>
65+
</li>
66+
<li>
67+
<a href="https://github.com/caltechlibrary/datatools">GitHub</a>
68+
</li>
5869
</ul>
70+
</nav>
71+
<section>
72+
</section>
73+
<footer>
74+
<span>
75+
<h1>
76+
<A href="http://caltech.edu">Caltech</a>
77+
</h1>
78+
</span> <span>© 2023
79+
<a href="https://www.library.caltech.edu/copyright">Caltech
80+
library</a></span>
81+
<address>
82+
1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200
83+
</address>
84+
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
85+
<span><a href="mailto:[email protected]">Email Us</a></span>
86+
<a class="cl-hide" href="sitemap.xml">Site Map</a>
87+
</footer>
88+
</body>
89+
</html>
5990
</section>
6091

6192
<footer>

about.md

+39-55
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,39 @@
1-
---
2-
cff-version: 1.2.0
3-
message: "If you use this software, please cite it as below."
4-
type: software
5-
title: "datatools"
6-
abstract: "A set of command line tools for working with CSV, Excel
7-
Workbooks, JSON and structured text documents."
8-
authors:
9-
- family-names: Doiel
10-
given-names: R. S.
11-
orcid: "https://orcid.org/0000-0003-0900-6903"
12-
13-
repository-code: "https://github.com/caltechlibrary/datatools"
14-
version: 1.2.4
15-
license-url: "https://data.caltech.edu/license"
16-
keywords: [ "csv", "excel", "sql", "json", "xlsx", "golang", "bash" ]
17-
18-
---
19-
20-
About this software
21-
===================
22-
23-
## datatools 1.2.4
24-
25-
### Authors
26-
27-
- R. S. Doiel
28-
29-
30-
### Maintainers
31-
32-
- R. S. Doiel
33-
34-
A set of command line tools for working with CSV, Excel Workbooks, JSON
35-
and structured text documents.
36-
37-
- License: https://data.caltech.edu/license
38-
- GitHub: https://github.com/caltechlibrary/datatools
39-
- Issues: https://github.com/caltechlibrary/datatools/issues
40-
41-
42-
### Programming languages
43-
44-
- Go 1.20
45-
46-
### Operating Systems
47-
48-
- Linux
49-
- Windows
50-
- macOS
51-
52-
### Software Requiremets
53-
54-
- Golang 1.20 or better
55-
- Pandoc 2.19 or better
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Caltech Library's Digital Library Development Sandbox</title>
5+
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
6+
<link rel="stylesheet" href="/css/site.css">
7+
</head>
8+
<body>
9+
<header>
10+
<a href="http://library.caltech.edu"><img src="/assets/liblogo.gif" alt="Caltech Library logo"></a>
11+
</header>
12+
<nav>
13+
<ul>
14+
<li><a href="/">Home</a></li>
15+
<li><a href="./">README</a></li>
16+
<li><a href="LICENSE">LICENSE</a></li>
17+
<li><a href="INSTALL.html">INSTALL</a></li>
18+
<li><a href="user-manual.html">User Manual</a></li>
19+
<li><a href="how-to/">Tutorials</a></li>
20+
<li><a href="search.html">Search Docs</a></li>
21+
<li><a href="about.html">About</a></li>
22+
<li><a href="https://github.com/caltechlibrary/datatools">GitHub</a></li>
23+
</ul>
24+
</nav>
25+
26+
<section>
27+
28+
</section>
29+
30+
<footer>
31+
<span><h1><A href="http://caltech.edu">Caltech</a></h1></span>
32+
<span>&copy; 2023 <a href="https://www.library.caltech.edu/copyright">Caltech library</a></span>
33+
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
34+
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
35+
<span><a href="mailto:[email protected]">Email Us</a></span>
36+
<a class="cl-hide" href="sitemap.xml">Site Map</a>
37+
</footer>
38+
</body>
39+
</html>
126 Bytes
Binary file not shown.
32.8 KB
Binary file not shown.
32.3 KB
Binary file not shown.
4.01 KB
Binary file not shown.
Binary file not shown.

website.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HTML_PAGES = $(shell ls -1 *.md | sed -E 's/\.md/.html/g')
1010
build: about.md $(MD_PAGES) $(HTML_PAGES) how-to pagefind
1111

1212
about.md: codemeta.json
13-
echo "" | pandoc -metadata title="About $(PROJECT)" -metadata-file=codemeta.json -s --from markdown --to markdown --template=page.tmpl -o about.md
13+
echo "" | pandoc --metadata title="About $(PROJECT)" --metadata-file=codemeta.json -s --from markdown --to markdown --template=page.tmpl -o about.md
1414
git add about.md
1515

1616
$(HTML_PAGES): $(MD_PAGES) .FORCE

0 commit comments

Comments
 (0)