\n"; include("../dock.php"); include("../header.php");?>
Dockapps$name\n"; echo "Category: " . $dockapps[$name]["category"] . "\n"; if ($dockapps[$name]["url"]) echo "Website: " . $dockapps[$name]["url"] . " \n"; echo "Description: " . nl2br($dockapps[$name]["description"]) . " \n"; $images = explode(",", $dockapps[$name]["image"]); if ($images) { echo " Screenshots:\n"; foreach ($images as $image) echo "Available Versions:\n"; $versions = array(); $info = $dockapps[$name]; foreach ($info as $key => $value) { if (substr($key, 0, 8) == "version-") array_push($versions, substr($key, strrpos($key, "-")+1)); } foreach ($versions as $version) { echo "" . "$name-$version\n"; }?> Note: By default, the above tarballs will save as dockapps-$string.tar.gz, where $string is a long string of hexadecimal characters. You may wish to right click and use the Save Link As... option. $category\n"; $matches = array(); foreach ($dockapps as $dockapp => $info) if ($info["category"] == $category) array_push($matches, $dockapp); sort($matches); foreach ($matches as $dockapp) echo "$dockapp \n"; } else {?> Here you can download git snapshots of a number of Window Maker dockapps which are no longer maintained by their original developers and have been adopted by the Window Maker Developers Team. You can browse the repository itself at http://repo.or.cz/dockapps.git. If you would like to submit a patch to an existing dockapp or add a new dockapp to the repository, please follow these directions. Categories$category\n"; }?> |