<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>

    <title>@TITLE@ OpenSeadragon</title>

    <link rel='stylesheet' 
          type='text/css'
          media='screen'
          href='/openseadragon/css/style.css'/>

    <script src="/openseadragon/openseadragon.js"></script>
</head>

<body>
    <a href="https://github.com/thatcher/openseadragon"><img 
       style="position: absolute; top: 0; right: 0; border: 0;" 
       src="/openseadragon/images/forkme_right_darkblue_121621.png" 
       alt="Fork me on GitHub" /></a>
  <div id="container">
    <div class="download">
        <a href="https://github.com/thatcher/openseadragon/zipball/master">
            <img border="0" width="90" src="/openseadragon/images/zip.png"></a>
        <a href="https://github.com/thatcher/openseadragon/tarball/master">
            <img border="0" width="90" src="/openseadragon/images/tar.png"></a>
    </div>
    <h1>
        <a href="/openseadragon">OpenSeadragon</a>
        <span style='font-size:12px;float:left;margin-left:10px;'>
        Try it on the iPad! (new since 0.9)
        </span>
    </h1>

    <div class='navigation'>
        <ul>
            <li><a href='#additional-examples-and-features'
                >Additional Examples &amp; Features</a></li>
            <li><a href='#dependencies'
                >Dependencies</a></li>
            <li><a href='#installing'
                >Installing</a></li>
            <li><a href='#api-documentation'
                >API Documentation</a></li>
            <li><a href='#download'
                >Download</a></li>
            <li><a href='#license'
                >License</a></li>
        </ul>
    </div>

    @EXAMPLE@

    <h2 id='additional-examples-and-features'>
        Additional Examples &amp; Features
    </h2>
    <ul>
        <li>
            <h3>Supported Tile Sources</h3>
            <p>
            OpenSeadragon supports several image serving protocols out of 
            the box and is actively adding support for more.  If the image
            serving protocol you need is not supported, you can always
            add support for yours using a custom tile source. <em>(Please help
            us add built-in support for your reqiured image serving 
            protocol.)</em> Each supported protocol aims to allow configuration
            via XMLHTTPRequest, JSONP, as well as direct inline configuration.
            </p>
            <ul>
                <li><a href='/openseadragon/examples/tilesource-dzi/'>
                    <span>DZI (Deep Zoom Images)</span>
                </a></li>
                <li><a href='/openseadragon/examples/tilesource-legacy/'>
                    <span>Legacy Image Pyramids</span>
                </a></li>
                <li><a href='/openseadragon/examples/tilesource-custom/'>
                    <span>Custom Tile Sources</span>
                </a></li>
            </ul>
        </li>

        <li>
            <h3>Interface Elements and UI Customization</h3>
            <p>
            OpenSeadragon provides many optional interface elements which
            can be easily enabled via simple configuration settings.  
            Additionally, OpenSeadragon aims to enable you to bind it's
            controls to entirely custom interfaces.
            </p>
            <ul>
                <li><a href='/openseadragon/examples/ui-viewport-navigator/'>
                    <span>Viewport Navigator</span>
                </a></li>
                <li><a href='/openseadragon/examples/ui-toolbar/'>
                    <span>Toolbar</span>
                </a></li>
                <li><a href='/openseadragon/examples/ui-binding-custom-buttons/'>
                    <span>Binding Custom Buttons</span>
                </a></li>
            </ul>
        </li>

        <li>
            <h3>Image Set Visualization Features</h3>
            <p>
            Visualizing image sets may be the most fertile area of future 
            development in OpenSeadragon.  It's very common that sets of 
            related images are required to be presented in a way that 
            allows a user to easily navigate through them.
            </p>
            <ul>
                <li><a href='/openseadragon/examples/tilesource-sequence/'>
                    <span>Image Sequence</span>
                </a></li>
            </ul>
        </li>
    </ul>
    
    
    <h2 id='dependencies'>Dependencies</h2>
    <p>Currently there are no additional dependencies.</p>
    
    <h2 id='installing'>Install</h2>
    <p>
    You can examine the source of this page to see how it's included in the page.
    </p>


    <h2 id='api-documentation'>API Documentation</h2>
    <p>Is available <a href='/openseadragon/docs/'>here</a>.  The API 
    documentation has not yet been closely aligned with our build / release cycle.
    We try to minimize backward incompatible API changes but during the 0.X 
    release cycle are taking some liberty to do so when it makes sense.  Please
    keep both of these caveats in mind when referencing the API documentation.</p>

    <h2 id='download'>Download</h2>
    <p>
        You can download this project in either
        <a href="https://github.com/thatcher/openseadragon/zipball/master">zip</a> or
        <a href="https://github.com/thatcher/openseadragon/tarball/master">tar formats.
    </p>
    <p>
        You can also clone the project with <a href="http://git-scm.com">Git</a>
        by running:
        <pre>$ git clone git://github.com/thatcher/openseadragon</pre>
    </p>


    
    <h2 id='license'>License</h2>
    <p>The original license is a 
        <a href='https://raw.github.com/thatcher/openseadragon/master/licenses/new-bsd.txt'
        >New BSD</a> style license.</p>
        <p>This project adds an 
        <a href='https://raw.github.com/thatcher/openseadragon/master/licenses/mit.txt'
        >MIT</a> style license.
    </p>

    <div class="footer">
        get the source code on GitHub : <a href="https://github.com/thatcher/openseadragon">thatcher/openseadragon</a>
    </div>

  </div>

</body>
</html>