Skip to content

Commit

Permalink
Edited README
Browse files Browse the repository at this point in the history
  • Loading branch information
djiao committed Mar 26, 2015
1 parent 6fc7548 commit 4f9c916
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion test/data/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4f9c916

Please sign in to comment.