Skip to content

Commit

Permalink
Merge pull request #2327 from Tom-TBT/renaming_webtagging_doc
Browse files Browse the repository at this point in the history
Renaming webtagging doc
  • Loading branch information
jburel authored Sep 4, 2023
2 parents 471dc96 + 19f3bb7 commit 1b365c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions omero/developers/Web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ It also includes utilities for creating and retrieving connections to OMERO
- **omero-iviewer:** The `OMERO.iviewer <https://github.com/ome/omero-iviewer>`_
is a new (currently unreleased) image viewer that supports ROI creation and editing.

- **webtagging:** The `webtagging <https://github.com/MicronOxford/webtagging>`_ app
was developed externally by Douglas Russell. It supports 'auto' tagging based on
- **webtagging:** The webtagging apps `OMERO.autotag <https://github.com/German-BioImaging/omero-autotag>`_
and `OMERO.tagsearch <https://github.com/German-BioImaging/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 <https://github.com/ome/omero-mapr/>`_ app
Expand Down
5 changes: 3 additions & 2 deletions omero/developers/Web/WebclientPlugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/MicronOxford/webtagging>`_
This is used by the webtagging apps `autotag <https://github.com/German-BioImaging/omero-autotag>`_
and `tagsearch <https://github.com/German-BioImaging/omero-tagsearch>`_,
and there are also some examples in the `omero-webtest <https://github.com/ome/omero-webtest/>`_ repository.


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1b365c1

Please sign in to comment.