{include="includes"}
via <guid>
selected text
http://your-shaarli/?post=${url}&title=${title}&description=${sel}%0A%0A${via}&source=bookmarklet
{$base}?update&cron={$kfccron}
&force
0 * * * * wget "{$base}?update&cron={$kfccron}" -O /tmp/kf.cron
0 * * * * php -f {$scriptfilename} update {$kfccron} > /tmp/kf.cron
$url = "{$base}?update&cron={$kfccron}"; $options = array('http'=>array('method'=>'GET')); $context = stream_context_create($options); $data=file_get_contents($url,false,$context); print($data);
0 * * * * php -f {$scriptfilename|dirname}/data/update.php > /tmp/kf.cron