[Pvfs2-cvs] commit by slang in pvfs2/maint: pvfs2-options-parser.pl
CVS commit program
cvs at parl.clemson.edu
Fri Feb 22 17:09:45 EST 2008
Update of /projects/cvsroot/pvfs2/maint
In directory parlweb1:/web/pvfs.org_new/cvs/pvfs-2-7-branch/maint
Modified Files:
Tag: pvfs-2-7-branch
pvfs2-options-parser.pl
Log Message:
update options parser for new website
Index: pvfs2-options-parser.pl
===================================================================
RCS file: /projects/cvsroot/pvfs2/maint/pvfs2-options-parser.pl,v
diff -p -u -r1.1 -r1.1.32.1
--- pvfs2-options-parser.pl 8 Jul 2006 01:17:59 -0000 1.1
+++ pvfs2-options-parser.pl 22 Feb 2008 22:09:45 -0000 1.1.32.1
@@ -39,8 +39,9 @@ close($optionfd);
my ($optsdoc, $optdef) = $optstr =~ /\/\*((?:[^*]*(?:\*(?!\/))?[^*]*)*)\*\/\s*static\s*const\s*configoption_t[^{]+\{(.+)LAST_OPTION.*$/sg;
print << "EOF"
-<html><head><title>PVFS2 $version: Config File Description</title>
+<? include("../../../header.php"); ?>
+<title>PVFS2 $version: Config File Description</title>
<style type="text/css">
<!--
table.tabletype1 {
@@ -164,7 +165,10 @@ body {
</style>
</head>
-<body>
+
+<? include("../../../top.php"); ?>
+
+<body id="documentation">
<h1>PVFS2 $version: Config File Description</h1>
<p>
$optsdoc
@@ -481,3 +485,4 @@ sub print_context
}
}
+print "<? include(\"../../../bottom.php\"); ?>";
More information about the Pvfs2-cvs
mailing list