X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticmoduleinfo.php;h=ac4ac68f1bb19226ee184adfe9af73dd1e7420b8;hp=ba73265696383d7b7898bf38b79b1f6dabf4a5ea;hb=b57bf03422363dfc2f5d2aa28a5fd2062192c70e;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/web/staticmoduleinfo.php b/web/staticmoduleinfo.php index ba732656..ac4ac68f 100644 --- a/web/staticmoduleinfo.php +++ b/web/staticmoduleinfo.php @@ -4,112 +4,110 @@ 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"); ?> - - - - -
-Browse Source - -Download -(without any required ccan dependencies) -
+
-

-

+

Browse Source Download (without any required ccan dependencies)

- - - - +

Module:

+

- - - +

Summary:

+

- - - +

Maintainer:

+

- - - +

Author:

+

- - - +?> + + - - - +?> + - - - + +

Description:

+

+ +

See Also:

+ - - + - - - +

Example:

+
+
+
- - - +

License:

+

-

Module:

Summary:

Maintainer:

Author:

Dependencies:

 Dependencies:
+
    +'.$dep.' '; + if ($dep) { + echo '
  • '.$dep.'
  • '; + } } -?>

External dependencies:

External dependencies: +
    +" . $fields[0].' '; if (count($fields) > 1) echo '(version '.$fields[1].') '; - echo '
    '; + echo ''; } -?>

Description:

Example:

License:

License:


+