source: greenstone3/trunk/ext/extension_project_list.xml@ 18552

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

adding new potential questions

File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<extension_list>
3 <extension>
4 <name>Metadata Quality Tool</name>
5 <group>Java / Web</group>
6 <file_stem>Mat</file_stem>
7 <description>The quality of metadata in a digital library is an important factor in ensuring access for end-users. As collections grow in size maintaining quality through manual methods becomes increasingly difficult for repository managers. The tool is built as an extension to the Greenstone3 digital library software.
8
9This extension requires Java Development Kit (JDK) 1.4 or higher. If you do do have JDK installed on your computer, you can download it from Sun (http://java.sun.com/).
10
11How to download Greenstone extension behind a HTTP proxy?
12By default SVNKit uses proxy settings from the servers configuration file that is located in the default SVN run-time configuration area. Default configuration area is located at ~/.subversion on Linux and OS X and at C:\Documents and Settings\userName\Application Data\Subversion on Windows. You may read more on Subversion client configuration files at Subversion Book (from http://svnkit.com/kb/user-guide-config-settings.html).
13
14This extension uses the JFreecChart to generate visualisation. JFreeChart is a free (LGPL) chart library for the Java(tm) platform. You can read more on JFreechart website (http://www.jfree.org/jfreechart/).
15
16If you cannot launch Metadata Analysis Tool, please remove the gs2mgdemo from "root/web/sites/localsite/collect". The root is Greenstone3 directory.
17</description>
18 <admin_ui>org.greenstone.admin.gui.Mat</admin_ui>
19 <sequence_list>
20 <step action="Download" label="Download" method="svn" status="true">
21 <source>http://svn.greenstone.org/other-projects/trunk/greenstone3-extension/mat</source>
22 </step>
23 <step action="Install_option" label="Install options" status="false">
24 prepare installation
25 </step>
26 <step action="Install" label="Install" status="false">
27 <command>ant compile</command>
28 </step>
29 <step action="Uninstall" label="Uninstall" status="false">
30 <command>ant uninstall</command>
31 </step>
32 </sequence_list>
33 </extension>
34</extension_list>
Note: See TracBrowser for help on using the repository browser.