janfri / mini_exiftool

This library is a wrapper for the Exiftool command-line application (https://exiftool.org) written by Phil Harvey. It provides the full power of Exiftool to Ruby: reading and writing of EXIF-data, IPTC-data and XMP-data. Branch master is for actual development and branch compatibility-version is for compatibility with Ruby 1.8 and exiftool versions prior 7.65.
GNU Lesser General Public License v2.1
213 stars 52 forks source link

Where's the documentation? #16

Closed danielb2 closed 10 years ago

danielb2 commented 10 years ago

It would be awesome if you at least included something in the readme file. There's no indication where documentation is to be found at all. A search tells me to go to http://miniexiftool.rubyforge.org/ but the site is down. I've got nothing :(

janfri commented 10 years ago

Have a look at the Tutorial https://github.com/janfri/mini_exiftool/blob/master/Tutorial.rdoc the examples https://github.com/janfri/mini_exiftool/tree/master/examples and RDoc http://rdoc.info/gems/mini_exiftool/frames

danielb2 commented 10 years ago

I think you misunderstand the nature of this ticket. I eventually found this documentation myself, but I had to hunt and search for it. My suggestion is that you, for example, would add the links you have above, to the README file.

janfri commented 10 years ago

I reorganized the README a little bit, I hope it is clearer now.

danielb2 commented 10 years ago

Way better, thanks :)