X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=web%2Fstaticall.php;h=c82a8bdb5d6176296c71dc859cf35d9927f8a878;hb=ab87e56bec6a8727a1bbfae7858fb5b0122539a7;hp=ac39eddca23bd69b02ac06de4876f2aa0e3930fe;hpb=e30753942e5a5ea6e958fdd850fc7a9c33285dae;p=ccan diff --git a/web/staticall.php b/web/staticall.php index ac39eddc..c82a8bdb 100644 --- a/web/staticall.php +++ b/web/staticall.php @@ -4,9 +4,9 @@ include('logo.html'); include('menulist.html'); include('static-configuration'); -$tarballsize=round((filesize($argv[3]."/ccan.tar.bz2") + 1023) / 1024); +$tarballsize=round((filesize($argv[3]."/".$argv[4]) + 1023) / 1024); ?> - +

List of all CCAN modules:

@@ -16,22 +16,16 @@ download.

-Or you can just download the tarball of everything including CCAN tools (K). +Or you can just download the tarball of everything including CCAN tools (K).

- +
read())) { - if ($entry[0] != '.' && is_file($argv[1].$entry."/_info.c")) { - array_push($modules, $entry); - } -} +$modules = array_slice($argv, 5); sort($modules); foreach ($modules as $module) { @@ -49,7 +43,6 @@ foreach ($modules as $module) { close(); ?>
Name Summary / Link to details Download
@@ -57,7 +50,7 @@ $d->close(); (This is contributed code which was dumped here: these gems may need some polishing.) - +
close(); ?>
-
+