diff --git a/omero/developers/Web.rst b/omero/developers/Web.rst index 6a8a5a67f1..43780c4c54 100644 --- a/omero/developers/Web.rst +++ b/omero/developers/Web.rst @@ -70,8 +70,9 @@ It also includes utilities for creating and retrieving connections to OMERO - **omero-iviewer:** The `OMERO.iviewer `_ is a new (currently unreleased) image viewer that supports ROI creation and editing. -- **webtagging:** The `webtagging `_ app - was developed externally by Douglas Russell. It supports 'auto' tagging based on +- **webtagging:** The webtagging apps `OMERO.autotag `_ + and `OMERO.tagsearch `_ + were developed externally by Douglas Russell. It supports 'auto' tagging based on image name and Tag-based filtering of data. - **omero-mapr:** The `OMERO.mapr `_ app diff --git a/omero/developers/Web/WebclientPlugin.rst b/omero/developers/Web/WebclientPlugin.rst index 72d53901ca..5e57ff7fdb 100644 --- a/omero/developers/Web/WebclientPlugin.rst +++ b/omero/developers/Web/WebclientPlugin.rst @@ -3,7 +3,8 @@ Webclient Plugins The webclient UI can be configured to include content from other web apps. This allows you to extend the webclient UI with your own functionality. -This is used by the `webtagging app `_ +This is used by the webtagging apps `autotag `_ +and `tagsearch `_, and there are also some examples in the `omero-webtest `_ repository. @@ -170,7 +171,7 @@ list. :: $ omero config append omero.web.ui.center_plugins - '["Auto Tag", "webtagging/auto_tag_init.js.html", "auto_tag_panel"]' + '["Auto Tag", "omero_autotag/auto_tag_init.js.html", "auto_tag_panel"]' The right_plugins list includes the `Acquisition` tab and `Preview` tab by default. If you want to append the OMERO.webtest ROI plugin or your own plugin