Sha256: 8baa2e9cecf0b116ed964cd13bd53ea1ffcdc997427c6026dd9a2b5960b2e7b5

Contents?: true

Size: 1.24 KB

Versions: 15

Compression:

Stored size: 1.24 KB

Contents

## ONIX

The ONIX standard is a somewhat verbose XML format that is rapidly becoming the
industry standard for electronic data sharing in the book and publishing
industries.

This library provides a slim layer over the format and simplifies both reading
and writing ONIX files in your ruby applications.

This replaces the obsolete rbook-onix gem that was spectacular in its crapness.
Let us never speak of it again.

## Installation

    gem install onix

## Usage

See files in the examples directory to get started quickly. For further reading
view the comments to the following classes:

* ONIX::Reader - For reading ONIX files
* ONIX::Writer - For writing ONIX files

## Licensing

This library is distributed under the terms of the MIT License. See the included file for
more detail.

## Contributing

All suggestions and patches welcome, preferably via a git repository I can pull from.
To be honest, I'm not really expecting any, this is a niche library.

## Further Reading

- The source: [http://github.com/yob/onix/tree/master](http://github.com/yob/onix/tree/master)
- Rubyforge project: [http://rubyforge.org/projects/rbook/](http://rubyforge.org/projects/rbook/)
- The official specs [http://www.editeur.org/onix.html](http://www.editeur.org/onix.html)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
onix-0.7.5 README.markdown
onix-0.7.4 README.markdown
onix-0.7.2 README.markdown
onix-0.7.3 README.markdown
onix-0.7.0 README.markdown
onix-0.7.1 README.markdown
onix-0.4.2 README.markdown
onix-0.4.4 README.markdown
onix-0.4.3 README.markdown
onix-0.6.0 README.markdown
onix-0.4.7 README.markdown
onix-0.4.5 README.markdown
onix-0.4.6 README.markdown
onix-0.5.1 README.markdown
onix-0.5.0 README.markdown