X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticmoduleinfo.php;h=b9fac443d5439fd659dbdb1bcb64b62e1397bfd3;hp=5b16e62d0003afed9a35d1a4f8ea3d62138bdbea;hb=687cde2a8c561b68f17609b615eb930ea02f5aac;hpb=ad8da11f6d0664e0fb3c8707a869425088daea7e diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index 5b16e62d..b9fac443 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -11,6 +11,7 @@ $summary=extract_field('summary',$module); $description=htmlize_field('description',$module); $example=extract_field('example',$module); $dependencies=htmlspecialchars(shell_exec('tools/ccan_depends --direct '.$module)); +$extdepends=htmlspecialchars(shell_exec('tools/ccan_depends --compile --non-ccan '.$module)); $licence=extract_field('licence',$module); ?> @@ -19,9 +20,8 @@ $licence=extract_field('licence',$module); Browse Source
-Download: -(standalone) -(with all dependencies) +Download +(without any required ccan dependencies)
@@ -65,6 +65,22 @@ if ($dependencies) { + +

External dependencies:

1) + echo '(version '.$fields[1].') '; + echo '
'; + } +?> + +

Description: