diff options
| author | David Aspinall | 2003-11-07 14:01:36 +0000 |
|---|---|---|
| committer | David Aspinall | 2003-11-07 14:01:36 +0000 |
| commit | 77fc9dc9bab8297961e202adf1dad62a6492df23 (patch) | |
| tree | bad3e3eef33bdf701fc87d5ae86571fa568d09ce /html | |
| parent | bba71a8ce80e33b4331f2b02a7a072086de08872 (diff) | |
New files.
Diffstat (limited to 'html')
| -rw-r--r-- | html/eproofe | 5 | ||||
| -rw-r--r-- | html/robots.txt | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/html/eproofe b/html/eproofe new file mode 100644 index 00000000..4965773a --- /dev/null +++ b/html/eproofe @@ -0,0 +1,5 @@ +<?php include('eeproof.php'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?> diff --git a/html/robots.txt b/html/robots.txt new file mode 100644 index 00000000..855ec318 --- /dev/null +++ b/html/robots.txt @@ -0,0 +1,6 @@ +# robots.txt for http://proofgeneral.inf.ed.ac.uk +# see http://httpd.apache.org/docs/misc/howto.html + +User-agent: * +Disallow: /cgi/ # cgi scripts +# Disallow: /manual/ # get it somewhere else |
