Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2824899
index.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
747 B
Referenced Files
None
Subscribers
None
index.php
View Options
---
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
Details
Attached
Mime Type
text/html
Expires
Sat, Jan 25, 10:58 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1286974
Default Alt Text
index.php (747 B)
Attached To
Mode
rW ClusterLabs-www
Attached
Detach File
Event Timeline
Log In to Comment