diff options
author | ache <ache@FreeBSD.org> | 1998-11-04 12:42:05 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-11-04 12:42:05 +0800 |
commit | d02f89b09b94a60ae2b646d10c3c814c1df8e7f4 (patch) | |
tree | 9d6055fbbfb43410137fc0c2a23fc7415eef59cd /www | |
parent | 9f581afc85b781a3edfe85326fba97972477a765 (diff) | |
download | freebsd-ports-gnome-d02f89b09b94a60ae2b646d10c3c814c1df8e7f4.tar.gz freebsd-ports-gnome-d02f89b09b94a60ae2b646d10c3c814c1df8e7f4.tar.zst freebsd-ports-gnome-d02f89b09b94a60ae2b646d10c3c814c1df8e7f4.zip |
Explain that URLs can be added for directory index too
Diffstat (limited to 'www')
-rw-r--r-- | www/webglimpse/files/patch-al | 14 |
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 + |