Sha256: 81d727ee633d4d744a9df8bf78ecde3dbffe58ab4221f5f5a20a68c5e769e971

Contents?: true

Size: 1.32 KB

Versions: 7

Compression:

Stored size: 1.32 KB

Contents

= epubinfo {<img src="https://secure.travis-ci.org/chdorner/epubinfo.png?branch=master" alt="Continuous Integration" />}[http://travis-ci.org/chdorner/epubinfo] {<img src="https://gemnasium.com/chdorner/epubinfo.png" alt="Dependencies" />}[http://gemnasium.com/chdorner/epubinfo]

Extracts metadata information from EPUB files. Supports EPUB2 and EPUB3 formats.

== Usage

  require 'epubinfo'
  EPUBInfo.get('path/to/epub/file.epub')

Which returns a +EPUBInfo::Models::Book+ instance, please refer to the {API documentation}[http://rubydoc.info/gems/epubinfo/frames] from here on

== Contributing to epubinfo
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2012 Christof Dorner. See LICENSE.txt for
further details.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
epubinfo-0.3.4 README.rdoc
epubinfo-0.3.3 README.rdoc
epubinfo-0.3.2 README.rdoc
epubinfo-0.3.1 README.rdoc
epubinfo-0.3.0 README.rdoc
epubinfo-0.2.4 README.rdoc
epubinfo-0.2.3 README.rdoc