forked from perlorg/perlweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (107 loc) · 7.2 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[% page.title = "Perl4lib" %]
<p>Welcome to the perl4lib mailing list homepage. perl4lib is an unmoderated and
open list for discussing the use of Perl in library and information science.
It has been established to encourage beginning Perl programmers, and to
provide a forum for the exchange of programs, projects and ideas by active
Perl programmers.</p>
<p>As many of us have discovered, Perl is not that difficult to learn, with the
help of some simple examples, a book and a network of helpful colleagues.</p>
<h2>Administrivia</h2>
<p>
perl4lib is hosted at perl.org using the ezmlm mailing list manager which
receives all commands using specially crafted to addresses. To subscribe,
unsubscribe, or contribute to the list use one of the following addresses:
<div class="code">
</div>
perl4lib is a relatively low volume list, however if you are interested in
receiving a digest version use the following addresses:
<div class="code">
</div>
For a more complete listing of the available commands send an email to:
<div class="code">
</div>
</p>
<h2>Archives</h2>
<p>
Past messages are <a href="http://www.nntp.perl.org/group/perl.perl4lib">available</a> for browsing on the web, via your favorite news reader, or as an RSS
feed. If you want to search past messages jump over to the <a href="http://www.mail-archive.com/perl4lib%40perl.org/">mail-archive</a>.
<p>
<h2>Projects</h2>
<p>
Perl's text-friendliness makes it ideally suited to many library related
tasks. The true utility of Perl in libraries can be seen by browsing the
<a href="http://www.cpan.org">CPAN</a>. To get you started here is an
incomplete list of relevant projects. Please subscribe and email the list
if you have any suggestions.
<h2>Active projects</h2>
<ul>
<li><a href="http://www.greenstone.org">Greenstone</a>: a suite of software for building and distributing digital library collections.</li>
<li><a href="http://www.eprints.org/">Eprints</a>: a complete system for creating and distributing online archives.</a></li>
<li><a href="http://www.koha.org">Koha</a>: a full featured open source library system.</li>
<li><a href="http://github.com/unistra/eplouribousse">Eplouribousse</a>want to remove redundant magazines over multiple libs? eplouribousse will help you! (only in french)</li>
</ul>
<h2>Libraries</h2>
There is a lot of libraries for libraries over there. Just search on <a href="https://metacpan.org/">Metacpan</a> about MARC, OAI, RDF, ... My personnal notes about MARC:
<ul>
<li>MARC::Record is the de facto standard, very mature implementation but painfull API
<li>MARC::Moose is a complete rewrite with a better OO approach
<li>MARC::MIR is a attempt to create PSGI alike ecosystem
</ul>
<h2>No more signal ...</h2>
Those links were on the former page: i'll try to contact authors of those projects.
<ul>
<li><a href="http://dewey.library.nd.edu/mylibrary/">MyLibrary</a>: a user-driven, customizable web portal for libraries.</a>
<li><a href="http://roads.sourceforge.net">ROADS</a>: a free Internet resource cataloging system developed by the UK Electronic Libraries Programme (eLib).</li>
<li><a href="http://thokbook.sourceforge.net/">Thokbook</a>: personal library
system which uses Amazon as a data source.</li>
<li><a href="http://acquis.sourceforge.net/">Acquis</a>: manages the ordering and receiving of items, such as books and video cassettes, for a library system.</li>
<h2>Old list of libraries</h2>
</ul>
<p> Still need it? metacpan rocks ... </p>
<ul>
<li><a href="http://search.cpan.org/dist/Noid">Noid</a>: framework for
generating unqiue persistent digital object names from John Kunze at the
University of California.</li>
<li><a
href="http://search.cpan.org/dist/DublinCore-Record">DublinCore::Record</a>
: A framework for using Dublin Core metadata from Brian Cassidy with the National Adult Literary Database.</li>
<li><a
href="http://search.cpan.org/dist/Text-Normalize-NACO">Text::Normalize::NACO</a>
: utility functions from Brian Cassidy to normalize text based on rules from the Name Authority
Cooperative at the Library of Congress.</li>
<li><a href="http://marcpm.sourceforge.net">MARC/Perl</a>: modules for working with MARC21 bibliographic data.</li>
<li><a href="http://search.cpan.org/dist/Lingua/">Lingua</a>: the Lingua namespace on CPAN contains a wealth of modules for working with written languages as data.</a>
<li><a href="http://perl.z3950.org/">Net::Z3950</a>: a Perl interface to the Z39.50 information retrieval protocol.</li>
<li><a href="http://www.indexdata.dk/simpleserver/">SimpleServer</a>: a Perl module that interfaces with the Yaz Z39.50 toolkit and allows you to easily create a Z39.50 server.</li>
<li><a href="http://oai-perl.sourceforge.net/">oai-perl</a>: a library for workign with the Open Archives Initiative Protocol for Metadata Harvesting.</li>
<li><a href="http://search.cpan.org/dist/OAI-Harvester">Net::OAI::Harvester</a>: an OAI harvesting module from CPAN.</li>
<li><a href="http://cufts.lib.sfu.ca/cufts2marc.shtml">cufts2marc</a>: cufts2marc is a utility for generating USMARC bibliographic records for the full-text journals in the collections described in the <a href="http://cufts.lib.sfu.ca/">CUFTS</a> link resolver knowledgebase.</li>
<li><a href="http://search.cpan.org/dist/Biblio-Citation-Parser/">Biblio::CitationParser</a>: a citation parsing framework from the <a href="http://paracite.eprints.org/developers/">ParaTools</a> project.</li>
<li><a href="http://search.cpan.org/dist/SRU/">SRU</a>: a framework for building
simple <a href="http://www.loc.gov/z3950/agency/zing/srw/sru.html">SRU</a> servers.</li>
<li><a href="http://search.cpan.org/dist/Business-ISBN">Business::ISBN</a>: work with International Standard Book Numbers.</li>
<li><a href="http://search.cpan.org/dist/Business-ISSN">Business::ISSN</a>: work with Internation Standard Serial Numbers.</li>
<li><a href="http://search.cpan.org/dist/Biblio-Thesaurus">Biblio::Thesaurus</a>: a module for working with ISO 2788 thesauri.</li>
<li><a href="http://search.cpan.org/dist/Lingua-Wordnet/Wordnet.pm">Lingua::Wordnet</a>: an extension for accessing and manipulating the massive lexical database Wordnet.</li>
<li><a href="http://search.cpan.org/dist/HTML-DublinCore">HTML::DublinCore</a>: easily extract Dublin Core data from HTML</a></li>
<li><a href="http://docarc.sourceforge.net/">Document Archive</a>: a document
tracking system.</li>
<li<a href="http://search.cpan.org/perldoc?Biblio::Isis">Biblio::Isis</a>:
Read CDS/ISIS, WinISIS and IsisMarc databases.</li>
<li><a href="http://search.cpan.org/perldoc?HTTP::OAI">HTTP::OAI</a>: API for the OAI-PMH.</li>
<li><a href="http://search.cpan.org/perldoc?URI::OpenURL">URI::OpenURL</a>:
Parse and construct OpenURL's (NISO Z39.88-2004)</li>
</ul>
</p>
<h2>History</h2>
<p>The perl4lib listserv was originally hosted by the Virginia Institute of
Marine Science (VIMS), and began as a follow on to A Perl Toolkit for
Libraries which was a workshop sponsored by the Virginia Library Association
on June 7, 1999. From there the list moved to Rice University for a few years
until it moved to it's current location at perl.org</p>
</p>