From 3c6506bdbc2ee29f57f7c810fd54a8ac37d42e98 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 7 Dec 2011 13:25:41 +1030 Subject: [PATCH] web: publish See Also: for modules which supply it. --- web/staticmoduleinfo.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.' ';
+        }
+?>
+ + -- 2.39.2