Changeset 25700 for main


Ignore:
Timestamp:
2012-05-29T13:37:08+12:00 (12 years ago)
Author:
kjdon
Message:

reorder and rename servlets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/index.html

    r25372 r25700  
    1717        <ul>   
    1818            <li><a href="library">Run the main servlet for Greenstone 3.</a> This is an interface that demonstrates the wide variety of capabilities in Greenstone 3.</li>
    19             <li><a href="testing">Run the 'Hello World' test servlet.</a> Use this link to check that your server can run the simplest of Java servlets.</li>
    20             <li><a href="gs2-library">Run the Greenstone 2 backwards-compatible library servlet. (Deprecated)</a> View the demo collections that come with Greenstone, using the Greenstone 2 look and feel.</li>
    21             <li><a href="gs3-library">Run the 'standard' servlet. (Deprecated)</a> View the same collections using the standard Greenstone 3 look and feel. </li>
     19            <li><a href="gs2-library">Run the Greenstone 2 look and feel servlet. (Deprecated)</a> View the demo collections that come with Greenstone, using the Greenstone 2 look and feel.</li>
     20            <li><a href="basic-library">Run the basic servlet. (Deprecated)</a> View the same collections using a basic look and feel. </li>
    2221            <li><a href="gateway">Run the gateway servlet.</a> This uses the standard Greenstone 3 look and feel, and talks via SOAP to the site with the demo collections (localsite).
    2322                <ul>
     
    2524                </ul>
    2625            </li>
     26            <li><a href="testing">Run the 'Hello World' test servlet.</a> Use this link to check that your server can run the simplest of Java servlets.</li>
     27
    2728        </ul>
    2829    </div>
Note: See TracChangeset for help on using the changeset viewer.