aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2001-05-01 14:17:52 +0000
committerDavid Aspinall2001-05-01 14:17:52 +0000
commit75ef5af371aa223e8a96607bb85bb20a340e4f47 (patch)
tree4b00b133602af6e905fb616216f0da69f2a8d3b9
parentc91ecc2744440c5ae63507f6f56f22c6c5acc202 (diff)
Rename some html files php
-rw-r--r--html/develdownload.php141
-rw-r--r--html/feedback.php87
-rw-r--r--html/fileshow.php24
-rw-r--r--html/htmlshow.php5
-rw-r--r--html/index.php9
-rw-r--r--html/smallpage.php6
6 files changed, 272 insertions, 0 deletions
diff --git a/html/develdownload.php b/html/develdownload.php
new file mode 100644
index 00000000..fb514a34
--- /dev/null
+++ b/html/develdownload.php
@@ -0,0 +1,141 @@
+<?php
+ require('functions.php3');
+ small_header("Proof General Development Release");
+ ?>
+
+<p>
+<b>NOTE:</b> The current pre-release is the same as version 3.2.
+It won't be updated with new features until 3.2 has been out for a while.
+</p>
+
+<p>
+<a href="#prerel">Below</a> is the latest pre-release of Proof General,
+made available for those who wish to test the latest features or bug
+fixes. For developers, this release is also available as a
+<a href="#devel">complete CVS snapshot (further below)</a>.
+</p>
+<p>
+Pre-releases of Proof General may be buggy as we add new features and
+experiment with them. Nonetheless, we welcome bug reports. But
+please make sure you are using the latest pre-release before
+reporting problems.
+</p>
+<p>
+Please <a href="register">register</a> if you haven't done so already.
+</p>
+
+
+<!-- WARNING! Line below automatically edited by makefile. -->
+<h2><a name="doc">Manual for ProofGeneral-3.3pre010320</a></h2>
+<!-- End Warning. -->
+<p>
+The manual included with the pre-release may be
+updated from that of the
+<a href="doc">last stable release</a>.
+</p>
+<p>
+Here is the pre-release documentation: the user manual in
+<?php htmlshow("ProofGeneral/doc/ProofGeneral_toc.html","HTML","Proof General manual") ?>,
+<?php download_link("ProofGeneral/doc/ProofGeneral.ps.gz", "ps") ?>
+or
+<?php download_link("ProofGeneral/doc/ProofGeneral.pdf", "pdf") ?>,
+and the new separate "adapting" manual, in
+<?php htmlshow("ProofGeneral/doc/PG-adapting_toc.html","HTML","Adapting Proof General manual") ?>,
+<?php download_link("ProofGeneral/doc/PG-adapting.ps.gz", "ps") ?>
+or
+<?php download_link("ProofGeneral/doc/PG-adapting.pdf", "pdf") ?>.
+</p>
+
+
+<!-- WARNING! Line below automatically edited by makefile. -->
+<h2><a name="prerel">Pre-release: ProofGeneral-3.3pre010320</a></h2>
+
+<p>
+This version has been tested with XEmacs version 21.1.12 and
+(minimally) with FSF Emacs 20.7.1.
+We recommend the use of XEmacs; use under FSF Emacs
+can no longer be supported.
+</p>
+<p>
+Check the
+<!-- WARNING! Line below automatically edited by makefile. -->
+<?php fileshow("ProofGeneral-3.3pre010320/CHANGES","CHANGES"); ?> file
+<!-- End Warning. -->
+for a summary of changes since the last stable version, and
+notes about work-in-progress.
+</p>
+<table width="80%" cellspacing=8>
+<tr>
+<td width=150>gzip'ed tar file</td>
+<!-- WARNING! Lines below automatically edited by makefile. -->
+<td><?php download_link("ProofGeneral-3.3pre010320.tar.gz") ?></td>
+</tr>
+<tr>
+<td>zip file</td>
+<td><?php download_link("ProofGeneral-3.3pre010320.zip") ?></td>
+</tr>
+<tr>
+<td>RPM package </td>
+<td><?php download_link("ProofGeneral-3.3pre010320-1.noarch.rpm") ?></td>
+</tr>
+<tr>
+<td>SRPM package</td>
+<td><?php download_link("ProofGeneral-3.3pre010320-1.src.rpm","source RPM") ?></td>
+</table>
+<!-- End Warning. -->
+
+<p>
+For install instructions, see
+the <a href="download#install">stable version download</a>.
+</p>
+
+<p>
+</p>
+<p>
+</p>
+
+
+<!-- WARNING! Line below automatically edited by makefile. -->
+<h2><a name="devel">Complete Archive of ProofGeneral-3.3pre010320 for Developers</a></h2>
+<!-- End Warning. -->
+
+<p>
+This archive is a snapshot from our CVS repository.
+</p>
+<ul>
+ <li> gzip'ed tar file:
+<!-- WARNING! Line below automatically edited by makefile. -->
+ <?php download_link("ProofGeneral-3.3pre010320-devel.tar.gz") ?>
+<!-- End Warning. -->
+ </li>
+</ul>
+<p>
+What's the difference from the user's pre-release above?
+The complete archive also includes:
+</p>
+<ul>
+ <li> the low-level developer's todo files
+ (see <a href="devel#lowleveltodo">the developers page</a>)
+ and the detailed
+ <!-- WARNING! Line below automatically edited by makefile. -->
+ <?php fileshow("ProofGeneral-3.3pre010320/ChangeLog","ChangeLog"); ?>,
+ <!-- End Warning. -->
+ </li>
+ <li> developer's Makefile used to generate documentation files
+ and the release itself,</li>
+ <li> test files, </li>
+ <li> image source files, </li>
+ <li> the web pages, </li>
+ <li> working instantiations of Proof General for new provers </li>
+</ul>
+<p>
+You probably <em>don't</em> need to download this if you're only
+interested in hacking the Emacs lisp part of the program for a prover
+that is currently supported. Note that there are no pre-built
+documentation files in the developer's release.
+</p>
+
+<?php
+ click_to_go_back();
+ footer();
+?>
diff --git a/html/feedback.php b/html/feedback.php
new file mode 100644
index 00000000..4b01ce80
--- /dev/null
+++ b/html/feedback.php
@@ -0,0 +1,87 @@
+<?php
+##
+## Proof General feedback form.
+##
+## David Aspinall, June 1999.
+##
+## $Id$
+##
+ require('functions.php3');
+
+ if ($argv[0] !="submit"):
+###
+### Feedback form
+###
+ small_header("Proof General Feedback Form");
+?>
+
+<p>
+Please use the form below to send us comments, suggestions,
+or offers to help with Proof Generl development.
+<br>
+Or send email directly to
+the <?php mlinktxt($project_feedback, "Proof General maintainer &lt;$project_feedback&gt."); ?>
+</p>
+<p>
+You can also report a bug using this form, although it would
+be more helpful to do this from within Emacs, using the
+"<kbd>Proof General -> Submit bug report</kbd>" menu command.
+</p>
+
+<form method=post action="<?php print $PHP_SELF . "?submit"; ?>">
+<table width="300" border="0" cellspacing="2" cellpadding="0">
+<tr>
+ <td width="20%">From:</td>
+ <td width="80%"><input type=text name="from" size="40"></td>
+</tr>
+<tr>
+ <td>Subject:</td>
+ <td><input type=text name="subject" size="40"></td>
+</tr>
+<tr><td colspan="2">
+<textarea rows="12" cols="60" wrap="physical" name="feedback">
+Dear Proof General developers,
+
+
+</textarea>
+</td></tr>
+</table>
+<br>
+<input type=submit value="Send feedback">
+<input type=reset value="Clear">
+</form>
+
+<?php
+ click_to_go_back();
+ footer();
+ else:
+##
+## Process feedback
+##
+ small_header("Thank-you!");
+
+ /* NB: No validation of address! */
+
+ /* FIXME: could append extra info to feedback. */
+
+ $message = "From:\t\t" . $from . "\nSubject:\t" . $subject
+ . "\n\n" . "Message:\n" . $feedback;
+
+ if ($from != "") { print "<p>Dear " . $from . ",</p>\n"; };
+ print "<p>";
+ print "Thank-you for sending us feedback";
+ if ($subject != "") { print " about " . $subject; };
+ print ".</p>\n<p>";
+ print "If you provided a valid return email address, somebody from the Proof General team will acknowledge your message after it has been read.";
+ print "</p>";
+
+ mail($project_feedback,
+ "[Web Feedback Form]: " . $subject,
+ $message,
+ "Reply-To: " . $from . "\n");
+
+ click_to_go_back();
+
+ footer();
+endif;
+?>
diff --git a/html/fileshow.php b/html/fileshow.php
new file mode 100644
index 00000000..94df8538
--- /dev/null
+++ b/html/fileshow.php
@@ -0,0 +1,24 @@
+<?php
+ require('functions.php3');
+ require('elispmarkup.php3');
+ $filename=$HTTP_GET_VARS["file"];
+ $title=$HTTP_GET_VARS["title"];
+ $expanded=$HTTP_GET_VARS["expanded"];
+ if ($title=="") { $title = $filename; };
+ small_header($title);
+ print "<pre>\n";
+ /* I hope this is enough to prevent access outside cwd */
+ if (substr($filename,0,1)=="." or
+ substr($filename,0,1)=="/" or
+ substr($filename,0,1)=="~") {
+ print "Sorry, can't show you that file!\n";
+ } elseif (substr($filename,-3)==".el") {
+ elisp_markup($filename,"fileshow.html");
+ } else {
+ outline_markup($filename,"fileshow.html",$expanded);
+ }
+ print "</pre>\n";
+ print "<hr>";
+ click_to_go_back();
+ footer();
+?>
diff --git a/html/htmlshow.php b/html/htmlshow.php
new file mode 100644
index 00000000..d9cb8b46
--- /dev/null
+++ b/html/htmlshow.php
@@ -0,0 +1,5 @@
+<?php
+ require('functions.php3');
+ hack_html($file,$title);
+ footer();
+?>
diff --git a/html/index.php b/html/index.php
new file mode 100644
index 00000000..5d90977c
--- /dev/null
+++ b/html/index.php
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html' . $WANTEDFRAG);
+ footer();
+?>
+
diff --git a/html/smallpage.php b/html/smallpage.php
new file mode 100644
index 00000000..64f538a3
--- /dev/null
+++ b/html/smallpage.php
@@ -0,0 +1,6 @@
+<?php
+ require('functions.php3');
+ small_header($title);
+ include($file);
+ footer();
+?>