Ignore:
Timestamp:
2008-08-11T14:28:26+12:00 (16 years ago)
Author:
kjdon
Message:

tidied up the servlets - both were using classic interface. now have library using classic, and gs3library using default interface. modified index.html to reflect these changes

File:
1 edited

Legend:

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

    r14813 r16701  
    2323<ul>   
    2424<li><a href="testing">Run the test servlet.</a>
    25 <li><a href="library">Run the standard library servlet.</a> View the demo collections that come with Greenstone, using
    26 the default look and feel.
    27 <li><a href="classic">Run the 'classic' servlet.</a> View the same collections using the 'classic' (or Greenstone 2)
    28 look and feel.
    29 <li><a href="gateway">Run the gateway servlet.</a> This uses the standard look and feel, and talks via SOAP to the site
    30 with demo collections (localsite).
     25<li><a href="library">Run the default library servlet.</a> View the demo collections that come with Greenstone, using the Greenstone 2 look and feel.
     26<li><a href="gs3library">Run the 'standard' servlet.</a> View the same collections using the standard Greenstone 3 look and feel
     27<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).
    3128<ul>
    3229<li>Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.
Note: See TracChangeset for help on using the changeset viewer.