<?php
$URL="http://www.panticz.de/sites/default/files/Docky/compile.docky.stacks.sh.txt";
echo "<div><strong>Quick install (go Applications > Accessories > Terminal and put this line into):</strong></div>";
echo "wget $URL -O - | bash -";
echo "<div><strong>Script code:</strong></div>";
echo "<div><pre>";
</pre></div>$c = curl_init();
curl_setopt($c, CURLOPT_URL, $URL);echo htmlspecialchars(curl_exec($c));curl_close($c);
echo "";?>
Install Docky Stacks (already compiled)
http://www.panticz.de/Download-and-install-Docky-Stacks-under-Ubuntu
Links
http://wiki.go-docky.com/index.php?title=Installing
http://www.omgubuntu.co.uk/2010/06/stacks-for-docky-looks-like-a-dream-works-like-one-too/