X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticmoduleinfo.php;h=17c3454af0a40d8fbddf4188f8d3ffe6da598f1a;hp=ba73265696383d7b7898bf38b79b1f6dabf4a5ea;hb=aee1d4983ef20bc1ecd5485f99951a9db6a5da0e;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index ba732656..17c3454a 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -8,6 +8,7 @@ $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)); @@ -86,7 +87,20 @@ if ($extdepends) {

Description:

+ + +

See Also:

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