summaryrefslogtreecommitdiff
path: root/htroot/Vocabulary_p.html
diff options
context:
space:
mode:
authororbiter <mc@yacy.net>2013-02-27 08:24:37 +0100
committerorbiter <mc@yacy.net>2013-02-27 08:24:37 +0100
commitc1b7e618829b7635d4c164f67f989f69963c81bf (patch)
treefa6df48b55ee14aedfebb2c1326619dee99c9b29 /htroot/Vocabulary_p.html
parentd9577394414cc8147ac7eb72dea731cb66c704b4 (diff)
added option to create empty vocabularies
Diffstat (limited to 'htroot/Vocabulary_p.html')
-rw-r--r--htroot/Vocabulary_p.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/htroot/Vocabulary_p.html b/htroot/Vocabulary_p.html
index 30226a0ca..91c272d28 100644
--- a/htroot/Vocabulary_p.html
+++ b/htroot/Vocabulary_p.html
@@ -109,7 +109,13 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<dt>Vocabulary Name</dt><dd><input type="text" name="discovername" value="" size="16" maxlength="128" /></dd>
<dt>Objectspace</dt><dd><input type="text" name="discoverobjectspace" value="http://" size="78" maxlength="128" />
<div id="searchresults"></div></dd>
- <dt>Discover Terms from</dt><dd><input type="radio" name="discovermethod" value="path" checked="checked" />object link file name&nbsp;&nbsp;<input type="radio" name="discovermethod" value="title" />object page title&nbsp;&nbsp;<input type="radio" name="discovermethod" value="titlesplitted" />object page title (splitted)&nbsp;&nbsp;<input type="radio" name="discovermethod" value="author" />object page author</dd>
+ <dt>Discover Terms:</dt>
+ <dd>
+ <input type="radio" name="discovermethod" value="none" checked="checked" />no auto-discovery (empty vocabulary)&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="path" />from file name&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="title" />from page title&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="titlesplitted" />from page title (splitted)&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="author" />from page author</dd>
<dt></dt><dd><input type="submit" name="create" value="Create" /></dd>
</dl>
</fieldset>