From dd8b2bf3c994489062ee34142c9eadef78b74a6c Mon Sep 17 00:00:00 2001 From: Google Code Exporter Date: Thu, 26 Mar 2015 18:38:33 -0400 Subject: [PATCH] Migrating wiki contents from Google Code --- ProjectHome.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ProjectHome.md diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..0104e33 --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,26 @@ +This script converts the XML export file from Evernote to a +kml file for use with Google Earth. + +(c) 2013 by Marcus J. Ertl (http://www.colorful-sky.de/) + +This script is free to use and modify under the Creative Commones +Attribution-ShareAlike 3.0 Unported License. For more about this license +please visit http://creativecommons.org/licenses/by-sa/3.0/deed.de + +**Usage** +> enex2kml.pl -i inputfile.enex -o outputfile.kml ... + +**Parameters** +``` + i|input file to read + o|output file to write/overwrite + v|verbose show more infos + s|showSkipped show skipped entries + f|folder foldername in kml/Google Earth + h|help show this help +``` + +Google Earth and Evernote are Trademarks of their respective owners. + +This script is shared without any support or warranty. +Just use it on your own risk. \ No newline at end of file