summaryrefslogtreecommitdiff
path: root/htroot/Vocabulary_p.html
AgeCommit message (Collapse)Author
2026-07-07fix for spelling in web pages, fixes in locale translations, addedMichael Peter Christen
missing pages in de-locale, removed translation for non-existing pages
2023-10-29replaced all the links to legacy legacy wiki to legacy wikiokybaca
2018-02-21Allow creation of vocabularies from remote CSV file URLs.luccioman
2018-02-20Enforced controls on vocabulary editing operations.luccioman
2018-02-20Vocabulary editor : use accessible labels and CSS for elements positionluccioman
2018-02-19Vocabulary_p.html : richer semantics for HTML tablesluccioman
Also replaced deprecated attributes
2018-02-19Provide user interface messages on vocabulary creation read/write errorsluccioman
2018-02-19Mark vocabulary name field as required using html instead of JavaScriptluccioman
2018-02-19Fixed Vocabulary_p.html HTML validation errors.luccioman
Validated with Validated with Nu Html Checker 17.11.1.
2018-02-14Added a line start field for vocabulary import from CSV fileluccioman
As a convenience to ignore eventual CSV header lines
2018-02-14Added option to choose field delimiter in vocabulary import from CSVluccioman
2018-02-06Added basic support for autotagging microdata annotated item types.luccioman
With the appropriate vocabulary settings in Vocabulary_p.html page, this can produce Vocabulary search facets displaying item types referenced in html documents by microdata annotation. Tested notably, but not limited to, vocabulary classes/types defined by Schema.org and Dublin Core.
2016-12-05Added a unit after the vocabulary size value for easier understanding.luccioman
2015-12-22change some more submit button to bootstrap btn css classreger
2015-01-29persistency for vocabulary facet switchMichael Peter Christen
2014-12-10added new options to vocabulary editor:Michael Peter Christen
- new switch 'isFacet' which causes that the usage of the vocabulary for search facets is enabled or disabled. This shall be used for large vocabularies sind searched in solr are extremely slow if facets for a large set of alternative terms are generated - new option to disable auto-enrichment from synonyms - new option to add synonyms from another column when importing from csv - automatically recognize double-occurrences in synonyms and bundling terms for such synonyms
2014-11-19added option to enrich vocabularies with synonyms from synonym databaseMichael Peter Christen
2014-11-17added option in vocabulary editor to import CSV files with differentMichael Peter Christen
encodings (preselected windows-type character encoding which is typical for CSV files). Fixed also other problems with character encoding in dictionary files. Automatically generated vocabularies are now also noted in the API steering.
2014-11-14added fix to postprocessing: avoid caching of postprocessing collectionMichael Peter Christen
to always get fresh lists of documents. This is necessary since the postprocessing changes the same documents which the postprocessing-collection query selects.
2014-03-31replacing direct html table cellspacing with css set-up for cellspacingMichael Peter Christen
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2014-03-16fix: remove link to triplestore in Vocabulary_p (triplestore does not longer ↵reger
exist) - should be investigated in more detail to look for additional implications Remove "yacyaction" from proxyservlet as it was only needed for removed interaction routines.
2014-02-10make internal page links relative to ease any future development for context ↵reger
aware servlets note also http://bugs.yacy.net/view.php?id=106
2013-12-26upd: to open more external links in new browser-tab reger
2013-08-15add some href target=_blank to ext. links with external iconreger
2013-02-27added option to create empty vocabulariesorbiter
2012-06-18better apilink descriptionMichael Peter Christen
2012-06-18added ontology extraction in xml as api call for vocabulariesMichael Peter Christen
2012-06-17- merged filesMichael Peter Christen
- changed behaviour of delete button in vocabulary edit - fixed size numbe in vocabulary listing
2012-06-15create new vocabularies also without an objectspace. this creates anMichael Peter Christen
empty vocabulary
2012-06-14added objectlink generation to vocabulary generation and editorMichael Peter Christen
2012-06-13- added automated generation of vocabularies from url stubsMichael Peter Christen
- added clear of all terms for vocabularies - added deletion of vocabularies
2012-06-13The 'Locale' vocabulary, which is generated by geo data, has now theMichael Peter Christen
objectspace "http://dbpedia.org/resource/"
2012-06-13added a vocabulary editorMichael Peter Christen