aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org20
1 files changed, 17 insertions, 3 deletions
diff --git a/README.org b/README.org
index 81c9989..3cfd47e 100644
--- a/README.org
+++ b/README.org
@@ -1,3 +1,8 @@
+#+TITLE: exiftool.el
+#+LINK: wikipedia https://en.wikipedia.org/wiki/
+
+[[https://melpa.org/#/exiftool][https://melpa.org/packages/exiftool-badge.svg]] [[https://ci.systemreboot.net/jobs/exiftool.el][https://ci.systemreboot.net/badge/exiftool.el.svg]]
+
exiftool.el is an elisp wrapper around [[http://www.sno.phy.queensu.ca/~phil/exiftool/][ExifTool]]. ExifTool supports
reading and writing metadata in various formats including [[wikipedia:Exif][EXIF]], [[wikipedia:Extensible_Metadata_Platform][XMP]]
and [[wikipedia:IPTC_Information_Interchange_Model][IPTC]].
@@ -8,6 +13,8 @@ to be exected. So, exiftool.el starts an ExifTool process in the
* Installation
+https://repology.org/badge/vertical-allrepos/emacs:exiftool.svg
+
exiftool.el is available from [[https://melpa.org/][MELPA]]. Or, you can also clone this git
repo and add the path to your /load-path/.
@@ -94,9 +101,16 @@ one. Return the process object of the newly created process.
Tests are located in the /tests/ folder. You can run them using
#+BEGIN_SRC sh
- make -C tests
+ make check
#+END_SRC
-{{{contact}}}
+* Contributing
+
+Feedback, suggestions, feature requests, bug reports and patches are
+all welcome. Please contact me by mail at [[mailto:arunisaac@systemreboot.net][arunisaac@systemreboot.net]].
+
+* License
-{{{license(exiftool.el)}}}
+exiftool.el is free software released under the terms of the [[https://www.gnu.org/licenses/gpl.txt][GNU
+General Public License]], either version 3 of the License, or (at your
+option) any later version.