mirror of
https://gitlab.com/tiggr/enex2kml.git
synced 2024-12-26 00:40:59 +01:00
103 lines
2.7 KiB
HTML
103 lines
2.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset='utf-8'>
|
||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||
|
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
|
||
|
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
|
||
|
|
||
|
<title>Enex2kml by larp-welt</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<header>
|
||
|
<div class="container">
|
||
|
<h1>Enex2kml</h1>
|
||
|
<h2></h2>
|
||
|
|
||
|
<section id="downloads">
|
||
|
<a href="https://github.com/larp-welt/enex2kml/zipball/master" class="btn">Download as .zip</a>
|
||
|
<a href="https://github.com/larp-welt/enex2kml/tarball/master" class="btn">Download as .tar.gz</a>
|
||
|
<a href="https://github.com/larp-welt/enex2kml" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
||
|
</section>
|
||
|
</div>
|
||
|
</header>
|
||
|
|
||
|
<div class="container">
|
||
|
<section id="main_content">
|
||
|
<h1>
|
||
|
<a id="enex2kml" class="anchor" href="#enex2kml" aria-hidden="true"><span class="octicon octicon-link"></span></a>enex2kml</h1>
|
||
|
|
||
|
<p>This script converts the XML export file from Evernote to a
|
||
|
kml file for use with Google Earth.</p>
|
||
|
|
||
|
<p>(c) 2013 by Marcus J. Ertl (<a href="http://www.colorful-sky.de/">http://www.colorful-sky.de/</a>)</p>
|
||
|
|
||
|
<p>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 <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.de">http://creativecommons.org/licenses/by-sa/3.0/deed.de</a></p>
|
||
|
|
||
|
<h2>
|
||
|
<a id="usage" class="anchor" href="#usage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Usage</h2>
|
||
|
|
||
|
<pre><code>enex2kml.pl -i inputfile.enex -o outputfile.kml ...
|
||
|
</code></pre>
|
||
|
|
||
|
<h2>
|
||
|
<a id="parameters" class="anchor" href="#parameters" aria-hidden="true"><span class="octicon octicon-link"></span></a>Parameters</h2>
|
||
|
|
||
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>Short</th>
|
||
|
<th>Long</th>
|
||
|
<th>Description</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>i</td>
|
||
|
<td>input</td>
|
||
|
<td>file to read</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>o</td>
|
||
|
<td>output</td>
|
||
|
<td>file to write/overwrite</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>v</td>
|
||
|
<td>verbose</td>
|
||
|
<td>show more infos</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>s</td>
|
||
|
<td>showSkipped</td>
|
||
|
<td>show skipped entries</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>f</td>
|
||
|
<td>folder</td>
|
||
|
<td>foldername in kml/Google Earth</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>h</td>
|
||
|
<td>help</td>
|
||
|
<td>show this help</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<p>Google Earth and Evernote are Trademarks of their respective owners.</p>
|
||
|
|
||
|
<p>This script is shared without any support or warranty.
|
||
|
Just use it on your own risk.</p>
|
||
|
</section>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|