~mro/Photos2Atom

1fc876dae4fa288048091c18f9f317da17379cce — Marcus Rohrmoser 8 years ago d7ee885
readme. refs #1
2 files changed, 5 insertions(+), 4 deletions(-)

M README.md
M run.sh
M README.md => README.md +4 -3
@@ 1,7 1,8 @@

Extract [iPhoto™](http://www.apple.com/mac/iphoto/) albums to
[Atom](http://atomenabled.org/developers/syndication/) photo feeds and simple HTML image
galleries.
Extract Apple™ [Photos™](http://www.apple.com/osx/photos/) (formerly
[iPhoto™](http://www.apple.com/mac/iphoto/)) albums to
[Atom](http://atomenabled.org/developers/syndication/) photo feeds and simple
HTML image galleries.

# Usage


M run.sh => run.sh +1 -1
@@ 18,7 18,7 @@

ruby --version >/dev/null     || { echo "Install ruby" && exit 1 ; }
bundle --version >/dev/null   || { echo "$ gem install bundler" && exit 1 ; }
# xmllint --version 2>/dev/null || { echo "Install libxml2" && exit 1 ; }
xmllint --version 2>/dev/null || { echo "Install libxml2" && exit 1 ; }
rsync --version >/dev/null    || { echo "Install rsync" && exit 1 ; }
exiftool -ver >/dev/null      || { echo "Install exiftool, e.g. $ brew install exiftool" && exit 1 ; }