From 113052b13e29a67b4fe4221e8bf772ad813ebfb7 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 3 Jul 1999 17:33:19 +0000 Subject: Tweaks and validation fixes. --- html/doc.phtml | 4 ++-- html/download.phtml | 5 ++++- html/features.phtml | 2 +- html/footer.phtml | 15 ++++++--------- html/functions.php3 | 12 +++++++++--- html/head.phtml | 12 ++++++------ html/header.phtml | 7 ++++--- html/index.phtml | 3 +-- html/main.phtml | 11 +++++------ html/news.phtml | 2 +- html/smallheader.phtml | 2 +- 11 files changed, 40 insertions(+), 35 deletions(-) (limited to 'html') diff --git a/html/doc.phtml b/html/doc.phtml index cfc68d30..4b67c547 100644 --- a/html/doc.phtml +++ b/html/doc.phtml @@ -1,4 +1,4 @@ -

Manual

+

Manual

Full documentation for Proof General is included in the -->

-Warning: the manual above is taken from the current +Warning: the manual above is taken from the current pre-release and may be updated from the documentation included in the last stable release.

diff --git a/html/download.phtml b/html/download.phtml index c15dc3c5..60c30d9f 100644 --- a/html/download.phtml +++ b/html/download.phtml @@ -25,7 +25,10 @@ stable release,
-

Proof General Version 2.0, released 16 December 1998

+

+ Proof General Version 2.0, released 16 December 1998 + +

This version of Proof General has been tested diff --git a/html/features.phtml b/html/features.phtml index 3171c74d..4c0e1819 100644 --- a/html/features.phtml +++ b/html/features.phtml @@ -14,7 +14,7 @@ assistant, and you'd like some of the following features:

A proof script is a sequence of commands sent to a proof assistant to construct a proof, usually stored in - a file. connects the editing of a + a file. Script management connects the editing of a proof script directly to an interactive proof process, maintaining consistency between the edit buffer and the state of the proof assistant. diff --git a/html/footer.phtml b/html/footer.phtml index 94c8ce72..5246c2b9 100644 --- a/html/footer.phtml +++ b/html/footer.phtml @@ -1,13 +1,9 @@ +
-"; -?> - Valid HTML 4.0! + +Valid HTML 4.0!
Web pages by @@ -16,3 +12,4 @@ Web pages by Contact Proof General maintainer.
+ \ No newline at end of file diff --git a/html/functions.php3 b/html/functions.php3 index cc178e53..ae8e28ea 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -1,6 +1,8 @@ \n"; +$dtd = "\n"; + +print $dtd; + + $pg_title = "Proof General --- Organize your Proofs!"; @@ -39,7 +45,7 @@ function dt($string) { /* FIXME: for now, just inline them. */ function footnote ($text) { - print "

[" . $text . "]

"; + print "

[" . $text . "]

"; } /* A hyper-link with optional mouse over text. @@ -123,8 +129,8 @@ function footer($filemodified=".") { include('footer.phtml'); date_modified($filemodified); print "
\n"; +// print "\n"; /* Naughty stuff for older browsers, shouldn't do if V4 */ print "\n"; - print "\n"; /* Naughty stuff for older browsers, shouldn't do if V4 */ print "\n"; } diff --git a/html/head.phtml b/html/head.phtml index f4464b8c..6318e2c3 100644 --- a/html/head.phtml +++ b/html/head.phtml @@ -15,16 +15,16 @@ print "-->\n\n"; ?> - - + + diff --git a/html/header.phtml b/html/header.phtml index 4d62176a..0415a7b9 100644 --- a/html/header.phtml +++ b/html/header.phtml @@ -1,4 +1,5 @@ - + +
@@ -7,7 +8,7 @@ - + Proof General

Organize your proofs!

- + \ No newline at end of file diff --git a/html/index.phtml b/html/index.phtml index dad1cc39..979f1e04 100644 --- a/html/index.phtml +++ b/html/index.phtml @@ -1,5 +1,4 @@ - - + Proof General is ready-customized for several proof assistants:

-

- + +
- @@ -49,7 +49,7 @@ Proof General is ready-customized for several proof assistants: - -
+ ","The Coq Home Page") ?>
+ ", "The LEGO Home Page") ?> @@ -70,7 +70,7 @@ Proof General is ready-customized for several proof assistants:
+ ", "The Isabelle Home Page"); ?> @@ -92,7 +92,6 @@ Proof General is ready-customized for several proof assistants:
-

To see what Proof General looks like in use, have a look at this diff --git a/html/news.phtml b/html/news.phtml index b6468433..74f4d367 100644 --- a/html/news.phtml +++ b/html/news.phtml @@ -16,7 +16,7 @@ Please also try out the latest pre-release of Proof General, this is the final chance to get fixes and tweaks sorted before 2.1. -

- David.

+

  • 11th May 1999
    diff --git a/html/smallheader.phtml b/html/smallheader.phtml index ddfbf281..2cb36ce3 100644 --- a/html/smallheader.phtml +++ b/html/smallheader.phtml @@ -1,4 +1,4 @@ - +
    -- cgit v1.2.3