source: main/branches/64_bit_Greenstone/greenstone3/ext/extension_project_list.xml@ 23606

Last change on this file since 23606 was 23606, checked in by sjm84, 13 years ago

Merging the latest Greenstone 3 trunk changes into the 64-bit branch

File size: 4.0 KB
RevLine 
[18112]1<?xml version="1.0" encoding="UTF-8"?>
[21992]2<extensionList baseURL="http://svn.greenstone.org/gs3-extensions/">
[21923]3 <extension>
4 <name>Metadata Quality Tool</name>
5 <group>Java / Web</group>
[21992]6 <fileStem>mat</fileStem>
[21923]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
[18287]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/).
[21923]10
[18287]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).
[21923]13
[18287]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/).
[21923]15
[18552]16If you cannot launch Metadata Analysis Tool, please remove the gs2mgdemo from "root/web/sites/localsite/collect". The root is Greenstone3 directory.
[21923]17 </description>
[21992]18 <sequenceList>
[21923]19 <step id="installOptions" action="properties" label="Install options" dependsOn="AUTOMATIC_DOWNLOAD">
[23606]20 <optionList id="Mat" label="Mat options">
21 <option id="User_Name" label="User name"/>
22 <option id="Password" label="Password"/>
23 <option id="Tomcat_Port" label="Tomcat port"/>
24 <option id="JVM_Version" label="Java Virtual Machine version"/>
25 </optionList>
[21923]26 </step>
[23606]27
[21923]28 <step id="install" action="button" label="Install" dependsOn="installOptions">
[23606]29 <command>
30 <os name="default">ant compile</os>
[21923]31 </command>
32 </step>
[23606]33
[21923]34 <step id="controlPanel" action="panel" label="Control Panel" dependsOn="install">
[23606]35 <class>org.greenstone.admin.guiext.mat.ControlPanel</class>
[21923]36 </step>
[23606]37
[21923]38 <step id="uninstall" action="button" label="Uninstall" dependsOn="install" rollbackTo="install">
[23606]39 <command>
40 <os name="default">ant clean</os>
41 </command>
[21923]42 </step>
[21992]43 </sequenceList>
[21923]44 </extension>
[23606]45
[22029]46 <extension>
47 <name>EKit HTML Editor</name>
[21923]48 <group>Java / Web</group>
[22029]49 <fileStem>ekit</fileStem>
50 <description>An HTML editor for GLI</description>
51 <sequenceList>
52 <step id="run" action="button" label="Run EKit" dependsOn="AUTOMATIC_DOWNLOAD">
[23606]53 <command>
54 <os name="default">java -jar ekit.jar</os>
55 </command>
[21923]56 </step>
[23606]57
[22060]58 <step id="assoc" action="button" label="Setup EKit for GLI" dependsOn="AUTOMATIC_DOWNLOAD">
[23606]59 <command>
60 <os name="default">java -jar GLIAssociate.jar</os>
61 </command>
[22060]62 </step>
[22029]63 </sequenceList>
64 </extension>
[23606]65
[22060]66 <extension>
67 <name>Video Plugin</name>
68 <group>Java / Web</group>
69 <fileStem>video</fileStem>
70 <description>Greenstone video extension (Need more details)</description>
71 <sequenceList>
72 <step id="download" action="download" label="Download Extension">
[23606]73 <mainSource method="svn">http://svn.greenstone.org/gs2-extensions/video-and-audio/trunk/src</mainSource>
[22060]74 </step>
[23606]75
[22060]76 <step id="install" action="button" label="Compile" dependsOn="download">
[23606]77 <command>
78 <os name="default">./CASCADE-MAKE.sh</os>
79 <os name="Windows">CASCADE-MAKE</os>
80 </command>
[22060]81 </step>
[23606]82
[22060]83 <step id="uninstall" action="button" label="Uninstall" dependsOn="install" rollbackTo="install">
[23606]84 <command>
85 <os name="default"/>
86 </command>
[22060]87 </step>
88 </sequenceList>
89 </extension>
[21992]90</extensionList>
Note: See TracBrowser for help on using the repository browser.