|
14 | 14 | <a href="#main-content" class="visually-hidden">skip to main content</a> |
15 | 15 | <nav> |
16 | 16 | <ul> |
17 | | - <li><a href="/">Home</a></li> |
18 | | - <li><a href="index.html">README</a></li> |
| 17 | + <li><a href="/">All Library Apps</a></li> |
| 18 | + <li><a href="index.html">Home</a></li> |
19 | 19 | <li><a href="LICENSE">LICENSE</a></li> |
20 | 20 | <li><a href="INSTALL.html">INSTALL</a></li> |
21 | 21 | <li><a href="user_manual.html">User Manual</a></li> |
22 | 22 | <li><a href="about.html">About</a></li> |
23 | | - <li><a href="search.html">Search</a></li> |
| 23 | + <!-- <li><a href="search.html">Search</a></li> --> |
24 | 24 | <li><a href="https://github.com/caltechlibrary/datatools">Code Repository</a></li> |
25 | 25 | </ul> |
26 | 26 | </nav> |
27 | 27 | <section id="main-content"> |
28 | 28 | <h1 id="about-this-software">About this software</h1> |
29 | 29 | <h2 id="datatools-1.3.5">datatools 1.3.5</h2> |
30 | | -<h3 id="authors">Authors</h3> |
| 30 | +<p>Added urlencode, urldecode and reldocpath cli.</p> |
| 31 | +<h2 id="authors">Authors</h2> |
31 | 32 | <ul> |
32 | | -<li>R. S. Doiel</li> |
| 33 | +<li><a href="https://orcid.org/0000-0003-0900-6903">R. S. Doiel</a></li> |
33 | 34 | </ul> |
34 | | -<h3 id="maintainers">Maintainers</h3> |
| 35 | +<h2 id="maintainers">Maintainers</h2> |
35 | 36 | <ul> |
36 | | -<li>R. S. Doiel</li> |
| 37 | +<li><a href="https://orcid.org/0000-0003-0900-6903">R. S. Doiel</a></li> |
37 | 38 | </ul> |
38 | 39 | <p>A set of command line tools for working with CSV, Excel Workbooks, |
39 | 40 | JSON and structured text documents. Included are tools for handling |
40 | 41 | urlencoding and urldecoding as well as path relationships on the file |
41 | 42 | system and in URLs</p> |
42 | 43 | <ul> |
43 | | -<li>License: <a href="https://data.caltech.edu/license" |
44 | | -class="uri">https://data.caltech.edu/license</a></li> |
45 | | -<li>GitHub: <a href="https://github.com/caltechlibrary/datatools" |
46 | | -class="uri">https://github.com/caltechlibrary/datatools</a></li> |
47 | | -<li>Issues: <a href="https://github.com/caltechlibrary/datatools/issues" |
48 | | -class="uri">https://github.com/caltechlibrary/datatools/issues</a></li> |
| 44 | +<li><a href="https://data.caltech.edu/license">License</a></li> |
| 45 | +<li><a href="https://github.com/caltechlibrary/datatools">Code |
| 46 | +Repository</a> |
| 47 | +<ul> |
| 48 | +<li><a href="https://github.com/caltechlibrary/datatools/issues">Issue |
| 49 | +Tracker</a></li> |
| 50 | +</ul></li> |
49 | 51 | </ul> |
50 | | -<h3 id="programming-languages">Programming languages</h3> |
| 52 | +<h2 id="programming-languages">Programming languages</h2> |
51 | 53 | <ul> |
52 | 54 | <li>Go >= 1.25.6</li> |
53 | 55 | </ul> |
54 | | -<h3 id="operating-systems">Operating Systems</h3> |
| 56 | +<h2 id="operating-systems">Operating Systems</h2> |
55 | 57 | <ul> |
56 | 58 | <li>Linux</li> |
57 | 59 | <li>Windows</li> |
58 | 60 | <li>macOS</li> |
59 | 61 | </ul> |
60 | | -<h3 id="software-requiremets">Software Requiremets</h3> |
| 62 | +<h2 id="software-requirements">Software Requirements</h2> |
| 63 | +<ul> |
| 64 | +<li>Golang >= 1.26</li> |
| 65 | +<li>Pandoc >= 3.9</li> |
| 66 | +</ul> |
| 67 | +<h2 id="software-suggestions">Software Suggestions</h2> |
61 | 68 | <ul> |
62 | | -<li>Golang >= 1.25.6</li> |
63 | | -<li>Pandoc >= 3.1</li> |
| 69 | +<li>CMTools >= 0.0.43</li> |
| 70 | +<li>GNU Make >= 3.8</li> |
64 | 71 | </ul> |
65 | 72 | </section> |
66 | 73 | <footer-global></footer-global> |
|
0 commit comments