Pacemaker API Documentation

"; $runs = glob("*"); array_multisort(array_map('filemtime', $runs), /*SORT_ASC*/SORT_DESC, $runs); foreach ($runs as $hash) { if (strstr($hash, "index")) { continue; } if (strstr($hash, "-")) { $title = "Version"; $path = "releases/tag"; } else { $title = "Commit"; $path = "commit"; } echo "
  • $title $hash"; echo " [Main Page]"; echo " [API List]"; echo " [Source]"; echo "
  • "; } echo ""; ?>