-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME-github.html
More file actions
96 lines (74 loc) · 3.79 KB
/
Copy pathREADME-github.html
File metadata and controls
96 lines (74 loc) · 3.79 KB
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
<!DOCTYPE html>
<html lang="en-US"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>grima | grima - whispering into alma’s ear with APIs</title>
<meta name="generator" content="Jekyll v3.8.5">
<meta property="og:title" content="grima">
<meta property="og:locale" content="en_US">
<meta name="description" content="grima - whispering into alma’s ear with APIs">
<meta property="og:description" content="grima - whispering into alma’s ear with APIs">
<meta property="og:site_name" content="grima">
<script type="application/ld+json">
{"description":"grima - whispering into alma’s ear with APIs","@type":"WebSite","url":"/","name":"grima","headline":"grima","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="assets/css/style.css?v=0be73a336ce259bae00bdeaea26da30311963da5">
<script src="assets/js/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header"><a href=".">grima</a></h1>
<p class="header">grima - whispering into alma's ear with APIs</p>
<ul>
<li><a class="buttons github" href="https://github.com/zemkat/grima">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/zemkat">zemkat</a></p>
</header>
<section>
<h1 id="grima">grima</h1>
<p>Whisper into Alma’s ear using APIs to speed up workflows. With grima,
you can use small web-based tools to do tasks like:</p>
<ul>
<li>View / Print a MARC record</li>
<li>View bibs, holdings, items in a hierarchy</li>
<li>Delete a bib and all of its inventory</li>
<li>Create a boundwith</li>
<li>Quickly add lots of similar items to a set or serial</li>
<li>… whatever else you want to write with the grima library!</li>
</ul>
<h2 id="getting-started">Getting started</h2>
<p>First download the <a href="https://github.com/zemkat/grima/releases/latest">most recent release</a>.
Next see the <a href="docs/INSTALL.html">setup documentation</a> for installing grima
on your web server and getting started using (and developing) grimas.</p>
<h2 id="file-structure">File structure</h2>
<ul>
<li><code class="highlighter-rouge">grimas</code> - most code, including main library and individual grimas</li>
<li><code class="highlighter-rouge">docs</code> - documentation</li>
</ul>
<h2 id="license">License</h2>
<p>This software is copyright Kathryn Lybarger and distributed under CC-BY-SA.</p>
<p>Unless otherwise stated, the software on this site is provided “as-is,”
without any express or implied warranty. In no event shall zemkat be held
liable for any damages arising from the use of the software. Please test
individual grimas on your own data (or sandbox data) before using extensively!</p>
<h2 id="acknowledgements">Acknowledgements</h2>
<ul>
<li>Thanks to <a href="https://github.com/jackschmidt">Jack Schmidt</a> for everything.</li>
<li>Thanks to the UK Libraries Cataloging and Database Integrity
for inspiration and testing.</li>
<li>Thanks to Ex Libris for the underlying APIs, and to ELUNA for
the community to work with them.</li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body></html>