From 90e3c6f54fddf8762f7349414211a8c0f94bf594 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 10 Oct 2015 01:51:33 +0300 Subject: Initial commit --- docmaker.php | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 docmaker.php (limited to 'docmaker.php') diff --git a/docmaker.php b/docmaker.php new file mode 100644 index 0000000..4576ed9 --- /dev/null +++ b/docmaker.php @@ -0,0 +1,125 @@ + + + <?=htmlspecialchars($title)?> + + +

+

0. Contents

+ + This is the documentation of . +'.htmlspecialchars($url).'.
+ Check there for new versions. +'; +if(isset($git)) +{ + $k .= + '

'. + 'Additionally, the most recent source code (bleeding edge) for '.htmlspecialchars($progname). + ' can also be downloaded by cloning the Git repository'. + ' by:

'; +} +$text['download:99999. Downloading'] = $k; + +include $docformatfn; + +$st1 = stat($docmodulefn); +$st2 = stat('docmaker.php'); +?> +

Generated from + (last updated: )
+ with docmaker.php (last updated: )
+ at
+

+ + +/dev/null'); + } + else + print $s; +} -- cgit v1.2.3