From 4f9c9164f5ba9f59cc01834b898bc95a91a7e574 Mon Sep 17 00:00:00 2001 From: djiao Date: Wed, 25 Mar 2015 21:45:04 -0400 Subject: [PATCH] Edited README --- README.md | 5 +++-- test/data/README.md | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55358c6..7257320 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,14 @@ npm install marc4js ## Features -In the current release (version 0.0.4), marc4js provides the following features +In the current release (version 0.0.5), marc4js provides the following features * An easy to use API that can handle large record sets. -* Uses Node.js stream API and pipe functions for parsing and writing ISO2709 format, MarcEdit text (mrk) format and MARCXML. +* Uses Node.js stream API and pipe functions for parsing and writing ISO2709 format, MarcEdit text (mrk) format, MARC in JSON, and MARCXML. * Offers callback functions for parsing and writing various formats. * SAX based MARCXLM parsing that doesn't in-memory storage of records while parsing. Able to parse large MARCXML file with ease. * A MARC record object model for in-memory editing of MARC records, similar to the Marc4J object model +* Supports UTF-8 encoded marc files and MARC-8 encoded marc files (It requires [marc8](https://www.npmjs.com/package/marc8) to handle MARC-8 encoded files). ## Examples diff --git a/test/data/README.md b/test/data/README.md index 717890e..474b673 100644 --- a/test/data/README.md +++ b/test/data/README.md @@ -1,7 +1,11 @@ # Samples -Here are some sample marc file used in tests. +Here are some sample marc file used in tests. Files are downloaded from the following: + * [Project Gutenberg Australia](http://gutenberg.net.au/marc.html) * [E-Discover the Classics](http://www.clicweb.org/e-discover-home) * [LOC MARCXML Example Documents](http://www.loc.gov/standards/marcxml/) +* [MARC4J](https://github.com/marc4j/marc4j) +* [ruby-marc](https://github.com/ruby-marc/ruby-marc) +* [pymarc](https://github.com/edsu/pymarc)