Changeset 30171


Ignore:
Timestamp:
2015-09-02T14:50:34+12:00 (9 years ago)
Author:
kjdon
Message:

david wanted halftone-library rather than ht-library

Location:
main/trunk/greenstone3/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/servlets.xml

    r30165 r30171  
    3030    <init-param>
    3131        <param-name>library_name</param-name>
    32         <param-value>ht-library</param-value>
     32        <param-value>halftone-library</param-value>
    3333    </init-param>
    3434    <init-param>
     
    167167<servlet-mapping>
    168168    <servlet-name>halftone-library</servlet-name>
    169     <url-pattern>/ht-library/*</url-pattern>
     169    <url-pattern>/halftone-library/*</url-pattern>
    170170</servlet-mapping>
    171171
  • main/trunk/greenstone3/web/index.html

    r30166 r30171  
    3131        <h3 style="padding: 10px;">Want to customise this?</h3>
    3232        <ul>
    33           <li>Try out the provided halftone interface by visiting <a href="ht-library">this library</a>. The same content, but using a different interface.</li>
     33          <li>Try out the provided halftone interface by visiting <a href="halftone-library">this library</a>. The same content, but using a different interface.</li>
    3434          <li>Take a look at the <a class="ext_link" href="http://wiki.greenstone.org/doku.php?id=en:tutorials#customization">customization tutorials</a>.</li>
    3535        </ul>
Note: See TracChangeset for help on using the changeset viewer.