--- cvsweb.orig	Sun Jun 27 13:12:31 1999
+++ cvsweb	Sun Jun 27 13:19:14 1999
@@ -44,14 +44,14 @@
 #
 # Configuration section:
 # Set $cvsroot to the root of the CVS tree
-$cvsroot = '/home/ncvs';
+$cvsroot = '@@CVSROOT@@';
 # Set $rcsbinaries to the location of the RCS binaries, if they're
 # not in the web server's $PATH
 #$rcsbinaries = '/import/gnu-2.0/sparc-sun-sunos4.1/bin';
 # The HTML title will be $title: /pathname
-$title = "My CVS Tree";
+$title = "@@TITLE@@";
 # The HTML to go inside the <H1> tag
-$h1 = 'My CVS Tree';
+$h1 = $title;
 # $intro is the HTML that is displayed along with the
 # top-level tree
 $intro = "
@@ -67,7 +67,7 @@
 display diffs between arbitrary revisions.
 <p>
 Please send any suggestions, comments, etc. to
-<A HREF=\"mailto:fenner@freebsd.org\">Bill Fenner &lt;fenner@freebsd.org&gt;</A>
+<A HREF=\"mailto:fenner\@freebsd.org\">Bill Fenner &lt;fenner\@freebsd.org&gt;</A>
 ";
 #
 # $shortinstr is the HTML displayed at the top of non-top-level
@@ -79,11 +79,11 @@
 ";
 #
 # $backicon is the icon to be used for the previous directory, if any
-#$backicon = "/icons/back.gif";
+$backicon = "/icons/back.gif";
 # $diricon is the icon to be used for a directory, if any
-#$diricon = "/icons/dir.gif";
+$diricon = "/icons/dir.gif";
 # $texticon is the icon to be used for a text file, if any
-#$texticon = "/icons/text.gif";
+$texticon = "/icons/text.gif";
 #
 # $tailhtml is the html for the bottom of the page
 $tailhtml ="
