diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-04 04:42:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-04 04:42:05 +0000 |
commit | 5c04f6319ac6b7053aa526df381438c999acb0a8 (patch) | |
tree | 242720571c1d857983f9cdfd5624f4d64a9462dd /www/webglimpse | |
parent | 0a1257cfcda5f6ec245f7421371cbd97a0f272b9 (diff) | |
download | ports-5c04f6319ac6b7053aa526df381438c999acb0a8.tar.gz ports-5c04f6319ac6b7053aa526df381438c999acb0a8.zip |
Explain that URLs can be added for directory index too
Notes
Notes:
svn path=/head/; revision=14345
Diffstat (limited to 'www/webglimpse')
-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 + |