Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2822585
index.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
785 B
Referenced Files
None
Subscribers
None
index.php
View Options
---
layout: pacemaker
title: Pacemaker API Documentation
---
<section id="main">
<h2>Pacemaker API Documentation</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>Main Page</a>]"
;
echo
" [<a href=$hash/modules.html>API List</a>]"
;
echo
" [<a href=https://github.com/ClusterLabs/pacemaker/$path/$hash>Source</a>]"
;
echo
"</li>"
;
}
echo
"</ul>"
;
?>
</section>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Jan 25, 6:09 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1289030
Default Alt Text
index.php (785 B)
Attached To
Mode
rW ClusterLabs-www
Attached
Detach File
Event Timeline
Log In to Comment