X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticmoduleinfo.php;h=2174f7a598c8c78ef11bed1141010e46684a7791;hp=ba73265696383d7b7898bf38b79b1f6dabf4a5ea;hb=897626152d12d7fd13a8feb36989eb5c8c1f3485;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index ba732656..2174f7a5 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -4,16 +4,18 @@ include('logo.html'); include('menulist.html'); include('static-configuration'); $module_path=$argv[1]; -$module=basename($module_path); +$module=$argv[2]; $maintainer=extract_field('maintainer',$module_path); $author=extract_field('author',$module_path); $summary=extract_field('summary',$module_path); +$see_also=extract_field('see_also',$module_path); $description=htmlize_field('description',$module_path); $example=extract_field('example',$module_path); $dependencies=htmlspecialchars(shell_exec('tools/ccan_depends --direct '.$module_path)); $extdepends=htmlspecialchars(shell_exec('tools/ccan_depends --compile --non-ccan '.$module_path)); $licence=extract_field('licence',$module_path); $license=extract_field('license',$module_path); +$url_prefix = getenv("URLPREFIX"); ?> @@ -21,8 +23,8 @@ $license=extract_field('license',$module_path); Browse Source
-Download -(without any required ccan dependencies) +Download +(without any required ccan dependencies)
@@ -86,7 +88,20 @@ if ($extdepends) {

Description:

+ + +

See Also:

 '.$see.' ';
+        }
+?>
+ +