aboutsummaryrefslogtreecommitdiff
path: root/html/cvsweb.conf
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-26 12:18:37 +0000
committerDavid Aspinall2000-09-26 12:18:37 +0000
commit665793e2e5cc528af5cff6995ec9a2c072502f04 (patch)
treec5d90597ca59ef6be981b9fbc52391bf4367ec05 /html/cvsweb.conf
parent16a99750964033a37cf5ea5348e6cd803379948f (diff)
Fix Proof General web page to www.proofgeneral.org.
Diffstat (limited to 'html/cvsweb.conf')
-rw-r--r--html/cvsweb.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/cvsweb.conf b/html/cvsweb.conf
index cf3b03b2..73de6277 100644
--- a/html/cvsweb.conf
+++ b/html/cvsweb.conf
@@ -79,7 +79,7 @@ $cvstreedefault = 'ProofGeneral';
##############
$stylesheet = '<link rel="stylesheet"
- href="http://zermelo.dcs.ed.ac.uk/~proofgen/proofgen.css"
+ href="http://www.proofgeneral.org/proofgen.css"
type="text/css">';
@@ -88,8 +88,8 @@ $stylesheet = '<link rel="stylesheet"
$body_tag = '<body>';
# Wanna have a logo on the page ?
-$logo = '<a href="http://zermelo.dcs.ed.ac.uk/~proofgen">
- <img src="http://zermelo.dcs.ed.ac.uk/~proofgen/images/ProofGeneral.jpg" alt="Proof General" align=top
+$logo = '<a href="http://www.proofgeneral.org">
+ <img src="http://www.proofgeneral.org/images/ProofGeneral.jpg" alt="Proof General" align=top
width=65 height=76 border=0 ></a>';
@@ -98,7 +98,7 @@ $defaulttitle = "Proof General CVS Repository";
# This message is shown on the footer
$footer = '<small>
-<i>Contact <a href="http://zermelo.dcs.ed.ac.uk/~da/">David Aspinall</a>
+<i>Contact <a href="http://www.proofgeneral.org/~da/">David Aspinall</a>
for information about Proof General development.
<br>
This page was generated by
@@ -342,9 +342,9 @@ $tabstop = 8;
# $bighr="<hr noshade size=1>";
# $widehr="<hr noshade width=100%>";
-$hr = '<img border=0 src="http://zermelo.dcs.ed.ac.uk/~proofgen/images/silverrule.gif" height=4 width=100%>';
-$bighr = '<img border=0 src="http://zermelo.dcs.ed.ac.uk/~proofgen/images/silverrule.gif" height=8 width=100%>';
-$widehr = '<img border=0 src="http://zermelo.dcs.ed.ac.uk/~proofgen/images/silverrule.gif" height=4 width=100%>';
+$hr = '<img border=0 src="http://www.proofgeneral.org/images/silverrule.gif" height=4 width=100%>';
+$bighr = '<img border=0 src="http://www.proofgeneral.org/images/silverrule.gif" height=8 width=100%>';
+$widehr = '<img border=0 src="http://www.proofgeneral.org/images/silverrule.gif" height=4 width=100%>';
#EOF