source: main/trunk/greenstone3/ext/extension_project_list.xml@ 21809

Last change on this file since 21809 was 21809, checked in by davidb, 14 years ago

URL used in svn checkout changed to reflect new SVN server structure.

File size: 2.1 KB
RevLine 
[18112]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>
[18287]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/).
[18552]15
16If you cannot launch Metadata Analysis Tool, please remove the gs2mgdemo from "root/web/sites/localsite/collect". The root is Greenstone3 directory.
[18287]17</description>
[18112]18 <admin_ui>org.greenstone.admin.gui.Mat</admin_ui>
19 <sequence_list>
20 <step action="Download" label="Download" method="svn" status="true">
[21809]21 <source>http://svn.greenstone.org/gs3-extensions/mat/trunk/</source>
[18112]22 </step>
[21809]23 <step action="Install_option" label="Install options" status="true">
[18112]24 prepare installation
25 </step>
[21809]26 <step action="Install" label="Install" status="true">
[18112]27 <command>ant compile</command>
28 </step>
[21809]29 <step action="Uninstall" label="Uninstall" status="true">
[18112]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.