source: other-projects/trunk/greenstone3-extension/mat/properties.xml@ 18085

Last change on this file since 18085 was 18085, checked in by cc108, 15 years ago

new runtime property file

File size: 789 bytes
Line 
1Servlet.Title = Metadata Analysis Tool
2
3Servlet.Head = Metadata Analysis Tool
4
5Servlet.Logo = http://www.cs.waikato.ac.nz/images-cs/uni.gif
6
7Servlet.Description = This tool will generate statistics and visualisations of OAI repositories Enter the URL of the OAI repository to analyse, e.g.: http://www.ideals.uiuc.edu/dspace-oai/request
8
9Servlet.MaxCollection = 100
10
11Servlet.MaxRecord = 5000
12
13Servlet.proxyHost = wwwcache.cs.waikato.ac.nz
14
15Servlet.proxyPort = 80
16
17Servlet.Collection.Creator = Greenstone
18
19<!--
20<servlet>
21<servlet-name>mat</servlet-name>
22<description>mat</description>
23<servlet-class>org.greenstone.gsdl3_extension.mat.servlet.MatServlet</servlet-class>
24</servlet>
25
26<servlet-mapping>
27<servlet-name>mat</servlet-name>
28<url-pattern>/mat</url-pattern>
29</servlet-mapping>
30-->
Note: See TracBrowser for help on using the repository browser.