summaryrefslogtreecommitdiff
path: root/htroot/Vocabulary_p.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-02-21 08:41:13 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-02-21 08:41:13 +0100
commit46c9da6428cdfd1f4fdb9eadd3f14d5610570dbe (patch)
tree2c0751476dc9216421acb326d4540eed0e969eb2 /htroot/Vocabulary_p.html
parent17c7a85f189c9ee2f1e83eba221fff4b6341df53 (diff)
Allow creation of vocabularies from remote CSV file URLs.
Diffstat (limited to 'htroot/Vocabulary_p.html')
-rw-r--r--htroot/Vocabulary_p.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/htroot/Vocabulary_p.html b/htroot/Vocabulary_p.html
index 73e76ce7b..b1c073315 100644
--- a/htroot/Vocabulary_p.html
+++ b/htroot/Vocabulary_p.html
@@ -111,10 +111,11 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<fieldset>
<legend>Vocabulary Production</legend>
#(csvFileStatus)#
- ::<div class="alert alert-danger" role="alert">Please provide a CSV file path.</div>
+ ::<div class="alert alert-danger" role="alert">Please provide a CSV file path or <abbr title="Uniform Resource Locator">URL</abbr>.</div>
::<div class="alert alert-danger" role="alert">CSV file not found "#[csvPath]#".</div>
- ::<div class="alert alert-danger" role="alert">Can not read CSV file "#[csvPath]#".</div>
+ ::<div class="alert alert-danger" role="alert">Can not read CSV file at "#[csvFile]#".</div>
::<div class="alert alert-danger" role="alert">CSV file error : you selected a directory ("#[csvPath]#").</div>
+ ::<div class="alert alert-danger" role="alert">CSV file URL is malformed "#[csvUrl]#".</div>
#(/csvFileStatus)#
#(vocabWriteError)#
::<div class="alert alert-danger" role="alert">Could not write vocabulary file at "#[vocabPath]#".</div>
@@ -174,7 +175,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</div>
</div>
<div class="form-group">
- <label for="discoverpath" class="col-xs-offset-1 col-sm-offset-0 col-sm-5 col-lg-4 control-label"><i>File Path</i></label>
+ <label for="discoverpath" class="col-xs-offset-1 col-sm-offset-0 col-sm-5 col-lg-4 control-label"><i>File Path or <abbr title="Uniform Resource Locator">URL</abbr></i></label>
<div class="col-xs-offset-1 col-sm-offset-0 col-sm-5">
<input type="text" id="discoverpath" name="discoverpath" value="" size="78" maxlength="256" disabled="disabled" class="form-control">
</div>