-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
74 lines (57 loc) · 2.39 KB
/
index.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
---
layout: default
title: LibreCat/Catmandu data processing toolkit
---
<div class="jumbotron masthead">
<div class="container">
<h1 style="font-size: 70px">LibreCat</h1>
<p style="font-size: 30px">- open source applications for libraries - </p>
<div class="row-fluid">
<div>
<a href="https://github.com/LibreCat/Catmandu"><img class="marketing-img" src="assets/img/librecat.png"></a>
</div>
</div>
</div>
</div>
<div class="container">
<h1>Who are we?</h1>
<p>
<a href="https://github.com/LibreCat">LibreCat</a> is a group of library developers and enthusiasts who meet at library conferences
such as <a href="https://elag.org">ELAG</a> and <a href="https://swib.org/swib22/">SWIB</a>
and enjoy sharing code to process library (meta)data.
</p>
<p>
This group was formed in 2013 and created many free and open source tools. Our <a href="https://github.com/LibreCat">project
page</a> provides an overview of all the tools the group shares with the rest of the world.
</p>
<p>
We created our tools mainly because they helped us in our own projects. We hope that these
tools can help you in your own projects. We are not a company nor have any funding for any
helpdesk or extensive support. The code is provided as is. If any questions arise please ask
the developers of the individual projects for assistence.
</p>
<p>
If you need more information about the main <a href="https://metacpan.org/pod/Catmandu">Catmandu</a>
project follow our <a href="https://librecatproject.wordpress.com">blog</a>, read our
<a href="https://github.com/LibreCat/Catmandu/wiki">Wiki</a>, or join our
<a href="https://lists.uni-bielefeld.de/mailman2/cgi/unibi/listinfo/librecat-dev">mailing list</a>.
</p>
<h1>Catmandu</h1>
<p>
<a href="https://metacpan.org/pod/Catmandu">Catmandu</a> provides a command line client and a Perl API to ease the export (E)
transformation (T) and loading (L) of data into databases or data file, ETL in short.
</p>
<p>
Catmandu is specialized in processing, converting, creating library metadata from
various input sources.
</p>
<p>
Catmandu can process: MARC, MAB, XML, Aleph X-services, BagIt, BibTeX, EAD, LIDO, JSON
Markdown, MODS, OAI-PMH, ORCID, PLoS, PNX, RDF, RIS, SRU, XML, XLS, XSD , YAML, Z39.50
and many other formats.
</p>
<p>
Want to learn about Catmandu? Follow our:
<a href="https://librecatproject.wordpress.com/tutorial/">Catmandu Tutorial</a>
</p>
</div>