Page MenuHomeClusterLabs Projects

index.php
No OneTemporary

index.php

---
layout: pacemaker
title: ClusterLabs - Annotated Pacemaker Sources
---
<section id="main">
<h2>Annotated Pacemaker Sources</h2>
<?php
echo "<ul>";
$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 "<li>$title $hash";
echo " [<a href=$hash/index.html>Annotated</a>]";
echo " [<a href=https://github.com/ClusterLabs/pacemaker/$path/$hash>Download</a>]";
echo "</li>";
}
echo "</ul>";
?>
</section>

File Metadata

Mime Type
text/html
Expires
Sat, Jan 25, 10:58 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1286974
Default Alt Text
index.php (747 B)

Event Timeline