Metadata-Version: 1.1
Name: omero-webtest
Version: 0.1.1
Summary: A Python plugin for OMERO.web
Home-page: https://github.com/openmicroscopy/webtest
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: AGPLv3
Download-URL: https://github.com/openmicroscopy/webtest/tarball/0.1.1
Description: .. image:: https://travis-ci.org/openmicroscopy/webtest.svg?branch=master
            :target: https://travis-ci.org/openmicroscopy/webtest
        
        .. image:: https://badge.fury.io/py/omero-webtest.svg
            :target: https://badge.fury.io/py/omero-webtest
        
        
        OMERO.webtest
        ============================
        OMERO.web app for various prototypes and examples.
        This was removed from the main OMERO.web in the 5.0.6 release of OMERO.
        
        Requirements
        ============
        
        * OMERO 5.1.0 or later
        
        Installation
        ============
        
        Install OMERO.web
        
        This app installs into the OMERO.web framework.
        
        ::
        
            $ pip install omero-webtest
        
        Add webtest custom app to your installed web apps:
        
        ::
        
            $ bin/omero config append omero.web.apps '"omero_webtest"'
        
        Optional: install example webclient plugins:
        
        ::
        
            $ bin/omero config append omero.web.ui.right_plugins '["ROIs", "webtest/webclient_plugins/right_plugin.rois.js.html", "image_roi_tab"]'
            $ bin/omero config append omero.web.ui.center_plugins '["Split View", "webtest/webclient_plugins/center_plugin.splitview.js.html", "split_view_panel"]'
        
        Now restart OMERO.web as normal.
        
        Examples
        ========
        
        Existing examples are available on the following URLs:
        
        ::
        
            https://HOST/webtest/examples/IMAGE_ID/embed_big_image.html
            https://HOST/webtest/examples/IMAGE_ID/embed_viewer.html
        
        NB: note IMAGE_ID can be obtained from public images.
        
        New templates can be added to templates/webtest/examples. New template can benefit from dynamic variables: {{ host_name }} and {{ image_id }} passed through URL.
        
        Rendered template can be saved locally for further testing as a absolute uri is included.
        
        License
        -------
        
        OMERO.webtest is released under the AGPL.
        
        Copyright
        ---------
        
        2016, The Open Microscopy Environment
        
Keywords: OMERO.web,plugin
Platform: UNKNOWN
