X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticmoduleinfo.php;h=17c3454af0a40d8fbddf4188f8d3ffe6da598f1a;hp=0d04d6686a9ab86373f451e02a24f86b878bd9bb;hb=c221eaae3ca00678135497f52b3eabba5f59130d;hpb=56cfebd643ca686a480e9395100ad2ad2eaf93fb diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index 0d04d668..17c3454a 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -8,11 +8,13 @@ $module=basename($module_path); $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); ?> @@ -85,7 +87,20 @@ if ($extdepends) { + + + + + @@ -97,7 +112,15 @@ if ($example) { if ($licence) { ?> - + + + + +

Description:

See Also:

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

Licence:

License:

License: