View bookmarklet.html
<h1><a href="javascript:!function(){document.designMode=%22on%22}();">DesignMode</a></h1> | |
<p>Drag this to your bookmark bar</p> |
View gpxImport.php
<pre> | |
strt importing gpx files ... | |
<?php | |
require_once 'lib/init.php'; // init $n stuff (login) | |
$dir = "import"; | |
$runs = $n->activities(); | |
foreach($runs->activities as $a) { |
OlderNewer