summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-11-04 04:42:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-11-04 04:42:05 +0000
commit5c04f6319ac6b7053aa526df381438c999acb0a8 (patch)
tree242720571c1d857983f9cdfd5624f4d64a9462dd /www
parentautosense localization from env vars (diff)
Explain that URLs can be added for directory index too
Notes
Notes: svn path=/head/; revision=14345
Diffstat (limited to 'www')
-rw-r--r--www/webglimpse/files/patch-al14
1 files changed, 13 insertions, 1 deletions
diff --git a/www/webglimpse/files/patch-al b/www/webglimpse/files/patch-al
index 0cd7d5fb62a7..49a3d4f9f2b4 100644
--- a/www/webglimpse/files/patch-al
+++ b/www/webglimpse/files/patch-al
@@ -1,5 +1,5 @@
--- confarc.orig Mon Jul 27 21:30:54 1998
-+++ confarc Wed Nov 4 06:03:42 1998
++++ confarc Wed Nov 4 07:35:46 1998
@@ -75,6 +75,8 @@
elsif (/^-l/) { $nu_list = &get_option("-list"); }
elsif (/^-T/) { $nu_title = &get_option("-Title"); }
@@ -90,3 +90,15 @@
print "ERROR: Unable to create cronfile $mycronfile\n";
exit 6;
}
+@@ -617,8 +652,10 @@
+ if ($ttype == 2) { # Subdirectory-based index
+ print "\n\nNow you will need to enter the full path to the directory(s)\n";
+ print "to be indexed. It must be accessible from the web.\n";
++ print "Alternatively you can enter the URL(s) of the directories you would\n";
++ print "like to index.\n";
+
+- $entry = &prompt("Directory Path: ", $indexdir);
++ $entry = &prompt("Directory Path or URL: ", $indexdir);
+
+ } else { # Traversal-based index
+