1
0
mirror of https://gitlab.com/tiggr/enex2kml.git synced 2024-12-25 16:31:00 +01:00

Create README.md

This commit is contained in:
larp-welt 2015-03-26 23:50:43 +01:00
parent a5625b89c7
commit 1e030f5bc3

33
README.md Normal file
View File

@ -0,0 +1,33 @@
enex2kml
========
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
----------
| Short | Long | Description |
|-------|------------|--------------------------------|
|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.