source: trunk/gsdl3/docs/manual/manual.tex@ 8757

Last change on this file since 8757 was 8757, checked in by kjdon, 19 years ago

more stuff

  • Property svn:keywords set to Author Date Id Revision
File size: 165.0 KB
Line 
1\documentclass[a4paper,11pt]{article}
2\usepackage{isolatin1,times,epsfig}
3\hyphenation{Message-Router Text-Query}
4
5\newenvironment{gsc}% Greenstone text bits
6{\begin{footnotesize}\begin{tt}}%
7{\end{tt}\end{footnotesize}}
8
9\newcommand{\gst}[1]{{\footnotesize \tt #1}}
10\newcommand{\gsdlhome}{\$GSDL3HOME}
11
12\newcommand{\gsii}{Greenstone 2}
13\newcommand{\gsiii}{Greenstone 3}
14\newcommand{\gs}{Greenstone}
15
16\begin{document}
17
18\title{\gsiii\ : A modular digital library.}
19
20% if you work on this manual, add your name here
21\author{Katherine Don, George Buchanan and Ian H. Witten \\[1ex]
22 Department of Computer Science \\
23 University of Waikato \\ Hamilton, New Zealand \\
24 \{kjdon, grbuchan, ihw\}@cs.waikato.ac.nz}
25
26\date{}
27
28\maketitle
29
30\newenvironment{bulletedlist}%
31{\begin{list}{$\bullet$}{\setlength{\itemsep}{0pt}\setlength{\parsep}{0pt}}}%
32{\end{list}}
33
34\noindent
35Greenstone Digital Library Version 3 is a complete redesign and
36reimplementation of the \gs\ digital library software. The current
37version (\gsii) enjoys considerable success and is being widely used.
38\gsiii \ will capitalise on this success, and in addition it will
39\begin{bulletedlist}
40\item improve flexibility, modularity, and extensibility
41\item lower the bar for ``getting into'' the \gs\ code with a view to
42 understanding and extending it
43\item use XML where possible internally to improve the amount of
44 self-documentation
45\item make full use of existing XML-related standards and software
46\item provide improved internationalisation, particularly in terms of sort order,
47 information browsing, etc.
48\item include new features that facilitate additional ``content management''
49 operations
50\item operate on a scale ranging from personal desktop to corporate library
51\item easily permit the incorporation of text mining operations
52\item use Java, to encourage multilinguality, X-compatibility, and to permit
53 easier inclusion of existing Java code (such as for text mining).
54\end{bulletedlist}
55Parts of \gs\ will remain in other languages (e.g. MG, MGPP); JNI (Java
56Native Interface) will be used to communicate with these.
57
58A description of the general design and architecture of \gsiii\ is covered by the document {\em The design of Greenstone3: An agent based dynamic digital library} (design-2002.ps, in the gsdl3/docs/manual directory).
59
60This documentation consists of several parts. Section~\ref{sec:install} is for administrators, and covers \gsiii\ installation, how to access the library, and some administration issues. Section~\ref{sec:user} is for users of the software, and looks at using the sample collections, creating new collections, and how to make small customisations to the interface. The remaining sections are aimed towards the \gs\ developer. Section~\ref{sec:develop-runtime} describes the run-time system, including the structure of the software, and the message format, while Section~\ref{sec:develop-build} describes the collection building process. Section~\ref{sec:new-features} describes how to add new features to \gs, such as how to add new services, new page types, new plugins for different document formats. Section~\ref{sec:distributed} describes how to make \gs\ run in a distributed fashion, using SOAP as an example communications protocol. Finally, there are several appendices, including how to install \gs\ from CVS, some notes on Tomcat and SOAP, and a comparison of \gsii\ and \gsiii\ format statements.
61\newpage
62\tableofcontents
63\newpage
64\section{\gs\ installation and administration}\label{sec:install}
65
66This section covers where to get \gsiii\ from, how to install it and how to run it. The standard method of running \gsiii\ is as a Java servlet. We provide the Tomcat servlet container to run the servlet. Standard web servers may be able to be configured to provide servlet support, and thereby remove the need to use Tomcat. Please see your web server documentation for this. This documentation assumes that you are using Tomcat. To access \gsiii, Tomcat must be started up, and then it can be accessed via a web browser.
67
68
69\subsection{Get and install \gs\ }
70
71\gsiii\ is available from \gst{http://www.greenstone.org/greenstone3}. There are currently two releases: one of Linux, one for Windows. They were built using InstallShieldX, a new multi-platform installer software. This uses Java and is quite slow.
72
73\gsiii\ is also available through CVS (Concurrent Versioning System). This provides the latest development version, and is not guaranteed to be stable. Appendix~\ref{app:cvs} describes how to download and install \gsiii\ from CVS.
74
75\subsubsection{Linux}
76
77Download the latest version of the installer, \gst{gsdl3-x.xx-linux}, and run it in a shell (\gst{./gsdl3-x.xx-linux}). The installation process will prompt you for the installation directory, the name of your computer and what port to run Tomcat on (the defaults being \gst{localhost} and \gst{8080}). Once \gsiii\ has been installed, you can start the library by running \gst{.gs3-launch.sh} from the gsdl3 directory, and opening up a browser pointing to \gst{http://localhost:8080/gsdl3} (substituting your chosen name and port if necessary).
78
79\subsubsection{Windows}
80
81Download the latest Windows installer, \gst{gsdl3-x.xx-win32.exe}, and double click it to start the installation. You will be prompted for the installation directory, installation type, your computer name and the port number to run Tomcat on (defaults are \gst{localhost} and \gst{8080}). Once \gsiii\ is installed, you can access the library by selecting \gst{Greenstone Digital Library 3} in the Start menu.
82
83\subsubsection{Accessing the library in a browser}\label{sec:browser-access}
84
85Once you have started up the library (see the previous sections for OS dependent instructions), you can access it in a browser at \gst{http://localhost:8080/gsdl3} (or \gst{http://your-computer-name:your-chosen-port/gsdl3}). This gets you to a welcome page containing links to four servlets: the \gst{test} servlet (this allows you to check that Tomcat is running properly); the standard \gst{library} servlet which serves \gst{localsite} site with the \gst{default} interface; the \gst{classic} servlet which serves \gst{localsite} using the \gst{classic} or \gsii-style interface; the \gst{gateway} servlet, which serves \gst{gateway} site with the \gst{default} interface. The \gst{gateway} site uses a SOAP connection to communicate with \gst{localsite}, and demonstrates the library working in a distributed fashion.
86
87\subsection{How the library works}
88
89The standard library program is a Java servlet. We use the Tomcat servlet container to present the servlets over the web. Tomcat takes CGI-style URLs and passes the arguments to the servlet, which processes these and returns a page of HTML. As far as an end-user is concerned, a servlet is a Java version of a CGI program. The interaction is similar: access is via a web browser, using arguments in a URL.
90
91Other types of interfaces can be used, such as Java GUI programs. See Section~\ref{sec:new-interfaces} for details about how to make these.
92
93\subsubsection{Restarting the library}
94
95The library program (actually Tomcat) can be restarted in Windows by closing the window, and restarting it from the Start menu. In Linux, you need to go to the gsdl3 directory, and run \gst{./gs3-launch.sh -shutdown}, then \gst{./gs3-launch.sh}.
96
97
98Tomcat must be restarted any time you make changes in the following for those changes to take effect:\\
99\begin{bulletedlist}
100\begin{gsc}
101\item \gsdlhome/web/WEB-INF/web.xml
102\item \gsdlhome/comms/jakarta/tomcat/conf/server.xml
103\end{gsc}
104\item any classes or jar files used by the servlets
105\end{bulletedlist}
106\noindent Note: stdout and stderr for the servlets both go to\\
107\gst{\gsdlhome/comms/jakarta/tomcat/logs/catalina.out}
108
109
110\subsection{Directory structure}
111
112Table~\ref{tab:dirs} shows the file hierarchy for \gsiii\ .
113The first part shows the common stuff which can be shared between
114\gs\ users---the source, libraries etc. The second part shows the file hierarchy for the gsdl3/web directory, which comprises the gsdl3 context for Tomcat, and is accessible via Tomcat. The main directories are for sites and interfaces: there can be several sites and interfaces per installation, and they are described in the following section.
115
116
117\begin{table}
118\caption{The \gs\ directory structure}
119\label{tab:dirs}
120{\footnotesize
121\begin{tabular}{l p{8cm}}
122\hline
123\bf directory & \bf description \\
124\hline
125gsdl3
126 & The main installation directory---gsdl3home can be changed to something more standard\\
127gsdl3/src
128 & Source code lives here \\
129gsdl3/src/java/
130 & java source code \\
131gsdl3/packages
132 & Imported packages from other systems e.g. MG, MGPP \\
133gsdl3/lib
134 & Shared library files\\
135gsdl3/lib/java
136 & Java jar files\\
137gsdl3/resources
138 & any resources that may be needed\\
139gsdl3/resources/java
140 & properties files for java resource bundles - used to handle all the language specific text This directory is on the class path, so any other Java resources can be placed here \\
141gsdl3/resources/soap
142 & soap service description files \\
143gsdl3/resources/dtd
144 & \gsiii\ has trouble locating DTD files sometimes. They can go here\\
145gsdl3/bin
146 & executable stuff lives here\\
147gsdl3/bin/script
148 & some Perl and/or shell building scripts\\
149gsdl3/comms
150 & Communication packages: Tomcat and SOAP\\
151gsdl3/docs
152 & Documentation\\
153\hline
154gsdl3/web
155 & This is where the web site is defined. Any static HTML files can go here. This directory is the Tomcat root directory.\\
156gsdl3/web/WEB-INF
157 & The web.xml file lives here (servlet configuration information for Tomcat)\\
158gsdl3/web/WEB-INF/classes
159 & Servlet classes go in here\\
160gsdl3/web/sites
161 & Contains directories for different sites---a site is a set of collections and services served by a single MessageRouter (MR). The MR may have connections (e.g. soap) to other sites\\
162gsdl3/web/sites/localsite
163 & An example site - the site configuration file lives here\\
164gsdl3/web/sites/localsite/collect
165 & The collections directory \\
166gsdl3/web/sites/localsite/images
167 & Site specific images \\
168gsdl3/web/sites/localsite/transforms
169 & Site specific transforms \\
170gsdl3/web/interfaces
171 & Contains directories for different interfaces - an interface is defined by its images and XSLT files \\
172gsdl3/web/interfaces/default
173 & The default interface\\
174gsdl3/web/interfaces/default/images
175 & The images for the default interface\\
176gsdl3/web/interfaces/default/transforms
177 & The XSLT files for the default interface\\
178\hline
179\end{tabular}}
180\end{table}
181
182
183\subsection{Sites and interfaces}\label{sec:sites-and-ints}
184
185[local gs stuff (sites and interfaces) vs installed stuff (code)\\
186where they live, whats the difference, what each contains.]\\
187Sites and interfaces contain the content and presentation information, respectively, for the digital library.
188A site is comprised of a set of collections and possibly some site-wide services. An interface (in this web-based servlet context) is a set of images along with a set of XSLT files used for translating xml output from the library into an appropriate form---HTML in general.
189
190One \gsiii\ installation can have many sites and interfaces, and these can be paired in different combinations. One instantiation of a servlet uses one site and one interface, so every specified pairing results in a new servlet instance. For example, a single site might be served with two different interfaces. This provides different modes of access to the same content. e.g. HTML vs WML, or perhaps providing a completely different look and feel for different audiences. Alternatively, a standard interface may be used with many different sites---providing a consistent mode of access to a lot of different content.
191
192Collections live in the \gst{collect} directory of a site. Any collections that are found in this directory when the servlet is initialised will be loaded up and presented to the user. Collections require valid configuration files, but apart from this, nothing needs to be done to the site to use new collections. Collections added while Tomcat is running will not be noticed automatically. Either the server needs to be restarted, or a configuration request may be sent to the library, triggering a (re)load of the collection (this is described in Section~\ref{sec:runtime-config}).
193
194There are two sites that come with the distribution: \gst{localsite}, and \gst{gateway}. \gst{localsite} has several demo collections, while \gst{gateway} has none. \gst{gateway} specifies that a SOAP connection should be made to \gst{localsite}. Getting this to work involves setting up a soap server for localsite: see Section~\ref{sec:distributed} for details.
195There are also two interfaces provided in the distribution: \gst{default} and \gst{classic}. The default interface is a generic \gsiii\ interface, while the \gst{classic} interface aims to look like the old \gsii\ interface.
196
197Each site and interface has a configuration file which specifies parameters for the site or interface---these are described in Section~\ref{sec:config}.
198
199\subsection{Configuring Tomcat}\label{sec:tomcat-config}
200
201The file \gst{\gsdlhome/web/WEB-INF/web.xml} contains the configuration information for Tomcat. It tells Tomcat what servlets to load, what initial parameters to pass them, and what web names map to the servlets.
202There are four servlets specified in web.xml (these correspond to the four servlet links in the welcome page for \gsiii): one is a test servlet that just prints ``hello greenstone'' to a web page. This is useful if you are having trouble getting Tomcat set up. The other three are the \gs\ library servlets described in Section~\ref{sec:browser-access}, \gst{library}, \gst{classic} and \gst{gateway}. Each servlet must specify which site and which interface to use. Having multiple servlets provides a way of serving different sites, or the same site with a different style of presentation. Site\_name and interface\_name are just two examples of initialisation parameters used by the library servlets. The full list is shown in Table~\ref{tab:serv-init}.
203
204For more details about Tomcat see Appendix~\ref{app:tomcat}.
205
206\begin{table}
207\caption{\gs\ servlet initialisation parameters}
208\label{tab:serv-init}
209{\footnotesize
210\begin{tabular}{llp{5cm}}
211\hline
212\bf name & \bf sample value & \bf description \\
213\hline
214gsdl3\_home & /research/kjdon/gsdl3 & the base directory of the gsdl3 installation \\
215site\_name & localsite & the name of the site to use \\
216interface\_name & default & the name of the interface to use\\
217library\_name & library & the web name of the servlet \\
218default\_lang & en & the default language for the interface\\
219receptionist\_class & NZDLReceptionist & (optional) specifies an alternative Receptionist to use\\
220messagerouter\_class & NewMessageRouter & (optional) specifies an alternative MessageRouter to use\\
221params\_class & NZDLParams & (optional) specifies an alternative GSParams class to use \\
222\hline
223\end{tabular}}
224\end{table}
225
226\subsection{Configuring a \gs\ library}\label{sec:config}
227
228Initial \gsiii\ system configuration is determined by a set of configuration files, all expressed in XML. Each site has a configuration file that binds parameters for the site, \gst{siteConfig.xml}. Each interface has a configuration file, \gst{interfaceConfig.xml}, that specifies Actions for the interface. Collections also have several configuration files; these are discussed in Section~\ref{sec:collconfig}.
229The configuration files are read in when the system is initialised, and their contents are cached in memory. This means that changes made to these files once the system is running will not take immediate effect. Tomcat needs to be restarted for changes to the interface configuration file to take effect. However, changes to the site configuration file can be incorporated sending a system command to the library. There are a series of system commands that can be sent to the library to induce reconfiguration of different modules, including reloading the whole site. This removes the need to restart the system to reflect these changes. These commands are described in Section~\ref{sec:runtime-config}.
230
231\subsubsection{Site configuration file}\label{sec:siteconfig}
232
233The file \gst{siteConfig.xml} specifies the URI for the site (\gst{localSiteName}), the HTTP address for site resources (\gst{httpAddress}), any ServiceClusters that the site provides (for example, collection building), any ServiceRacks that do not belong to a cluster or collection, and a list of
234known external sites to connect to. Collections are not specified in the site
235configuration file, but are determined by the contents of the site's
236collections directory.
237
238The HTTP address is used for retrieving resources from a site outside the XML protocol. Because a site is HTTP accessible through Tomcat, any files (e.g. images) belonging to that site or to its collections can be specified in the HTML of a page by a URL. This avoids having to retrieve these files from a remote site via the XML protocol\footnote{Currently, sites live inside the Tomcat gsdl3 root context, and therefore all their content is accessible over HTTP via the Tomcat address. We need to see if parts can be restricted. Also, if we use a different protocol, then resources from remote sites may need to come through the XML. Also, if we are running locally without using Tomcat, we may want to get them via file:// rather than http://.}.
239
240Figure~\ref{fig:siteconfig} shows two example site configuration files. The first example is for a rudimentary site with no site-wide services,
241which does not connect to any external sites. The second example is for a site with one site-wide service cluster - a collection building cluster. It also connects to the first site using SOAP.
242These two sites happen to be running on the same machine, which is why they can use \gst{localhost} in the address. For site \gst{gsdl1} to talk to site \gst{localsite}, a SOAP server must be run for \gst{localsite}. The address of the SOAP server, in this case, is \gst{http://localhost:8080/soap/servlet/rpcrouter}.
243
244
245\begin{figure}
246\begin{gsc}\begin{verbatim}
247<siteConfig>
248 <localSiteName value="org.greenstone.localsite"/>
249 <httpAddress value="http://localhost:8080/gsdl3/sites/localsite"/>
250 <serviceClusterList/>
251 <serviceRackList/>
252 <siteList/>
253</siteConfig>
254\end{verbatim}\end{gsc}
255
256\begin{gsc}\begin{verbatim}
257<siteConfig>
258 <localSiteName value="org.greenstone.gsdl1"/>
259 <httpAddress value="http://localhost:8080/gsdl3/sites/gsdl1"/>
260 <serviceClusterList>
261 <serviceCluster name="build">
262 <metadataList>
263 <metadata name="Title">Collection builder</metadata>
264 <metadata name="Description">Builds collections in a
265 gsdl2-style manner</metadata>
266 </metadataList>
267 <serviceRackList>
268 <serviceRack name="GS2Construct"/>
269 </serviceRackList>
270 </serviceCluster>
271 </serviceClusterList>
272 <siteList>
273 <site name="org.greenstone.localsite"
274 address="http://localhost:8080/soap/servlet/rpcrouter"
275 type="soap"/>
276 </siteList>
277</siteConfig>
278\end{verbatim}\end{gsc}
279\caption{Two sample site configuration files}
280\label{fig:siteconfig}
281\end{figure}
282
283\subsubsection{Interface configuration file}\label{sec:interfaceconfig}
284
285The interface configuration file \gst{interfaceConfig.xml} lists all the actions that the interface knows about at the start (other ones can be loaded dynamically). Actions create the web pages for the library: there is generally one Action per type of page. For example, a query action produces the pages for searching, while a document action displays the documents. The configuration file specifies what short name each action maps to (this is used in library URLs for the a (action) parameter) e.g. QueryAction should use a=q. If the interface uses XSLT, it specifies what XSLT file should be used for each action and possibly each subaction. This makes it easy for developers to implement and use different actions and/or XSLT files without recompilation. The server must be restarted, however.
286
287It also lists all the languages that the interface text files have been translated into. These have a \gst{name} attribute, which is the ISO code for the language, and a \gst{displayElement} which gives the language name in that language (note that this file should be encoded in UTF-8). This language list is used on the Preferences page to allow the user to change the interface language. Details on how to add a new language to a \gsiii\ library are shown in Section~\ref{sec:interface-customise}.
288
289\begin{figure}
290\begin{gsc}\begin{verbatim}
291<interfaceConfig>
292 <actionList>
293 <action name='p' class='PageAction'>
294 <subaction name='home' xslt='home.xsl'/>
295 <subaction name='about' xslt='about.xsl'/>
296 <subaction name='help' xslt='help.xsl'/>
297 <subaction name='pref' xslt='pref.xsl'/>
298 </action>
299 <action name='q' class='QueryAction' xslt='basicquery.xsl'/>
300 <action name='b' class='GS2BrowseAction' xslt='classifier.xsl'/>
301 <action name='a' class='AppletAction' xslt='applet.xsl'/>
302 <action name='d' class='DocumentAction' xslt='document.xsl'/>
303 <action name='xd' class='XMLDocumentAction'>
304 <subaction name='toc' xslt='document-toc.xsl'/>
305 <subaction name='text' xslt='document-content.xsl'/>
306 </action>
307 <action name='pr' class='ProcessAction' xslt='process.xsl'/>
308 <action name='s' class='SystemAction' xslt='system.xsl'/>
309 </actionList>
310 <languageList>
311 <language name="en">
312 <displayItem name='name'>English</displayItem>
313 </language>
314 <language name="fr">
315 <displayItem name='name'>Français</displayItem>
316 </language>
317 <language name='es'>
318 <displayItem name='name'>Español</displayItem>
319 </language>
320 </languageList>
321</interfaceConfig>
322\end{verbatim}\end{gsc}
323\caption{Default interface configuration file}
324\label{fig:ifaceconfig}
325\end{figure}
326
327
328\subsection{Run-time re-initialisation}\label{sec:runtime-config}
329
330When Tomcat is started up, the site and interface configuration files are read in, and actions/services/collections loaded as necessary. The configuration is then static unless Tomcat is restarted, or re-configuration commands issued.
331
332There are several commands that can be issued to Tomcat to avoid having to restart the server. These can reload the entire site, or just individual collections. Unfortunately at present there are no commands to reconfigure the interface, so if the interface configuration file has changed, Tomcat must be restarted for those changes to take effect. Similarly, if the Java classes are modified, Tomcat must be restarted then too.
333
334Currently, the runtime configuration commands can only be accessed by typing arguments into the URL; there is no nice web form yet to do this.
335
336The arguments are entered after the \gst{library?} part of the URL. There are three types of commands: configure, activate, deactivate\footnote{There is no security for these commands yet in \gs, so the deactivate/delete command is disabled}. These are specified by \gst{a=s\&sa=c}, \gst{a=s\&sa=a}, and \gst{a=s\&sa=d}, respectively (\gst{a} is action, \gst{sa} is subaction). By default, the requests are sent to the MessageRouter, but they can be sent to a collection/cluster by the addition of \gst{sc=xxx}, where \gst{xxx} is the name of the collection or cluster. Table~\ref{tab:run-time config} describes the commands and arguments in a bit more detail.
337
338\begin{table}
339\caption{Example run-time configuration arguments.}
340\label{tab:run-time config}
341{\footnotesize
342\begin{tabular}{lp{8cm}}
343\hline
344\gst{a=s\&sa=c} & reconfigures the whole site. Reads in siteConfig.xml, reloads all the collections. Just part of this can be specified with another argument \gst{ss} (system subset). The valid values are \gst{collectionList}, \gst{siteList}, \gst{serviceList}, \gst{clusterList}. \\
345\gst{a=s\&sa=c\&sc=XXX} & reconfigures the XXX collection or cluster. \gst{ss} can also be used here, valid values are \gst{metadataList} and \gst{serviceList}. \\
346\gst{a=s\&sa=a} & (re)activate a specific module. Modules are specified using two arguments, \gst{st} (system module type) and \gst{sn} (system module name). Valid types are \gst{collection}, \gst{cluster} \gst{site}.\\
347\gst{a=s\&sa=d} & deactivate a module. \gst{st} and \gst{sn} can be used here too. Valid types are \gst{collection}, \gst{cluster}, \gst{site}, \gst{service}. Modules are removed from the current configuration, but will reappear if Tomcat is restarted.\\
348\gst{a=s\&sa=d\&sc=XXX} & deactivate a module belonging to the XXX collection or cluster. \gst{st} and \gst{sn} can be used here too. Valid types are \gst{service}. \\
349\hline
350\end{tabular}}
351\end{table}
352\newpage
353\section{Using \gsiii\ }\label{sec:user}
354
355Once \gsiii\ is installed, the sample collections can be accessed. The installation comes with several example collections, and Section~\ref{sec:usecolls} describes these collections and how to use them. Section~\ref{sec:buildcol} describes how to build new collections.
356
357\subsection{Using a collection}\label{sec:usecolls}
358
359A collection typically consists of a set of documents, which could be text, HTML, word, PDF, images, bibliographic records etc, along with some access methods, or ``services''. Typical access methods include searching or browsing for document identifiers, and retrieval of content or metadata for those identifiers.
360Searching involves entering words or phrases and getting back lists of documents that contain those words. The search terms may be restricted to particular fields of the document.
361
362Browsing involves navigating pre-defined hierarchies of documents, following links of interest to find documents. The hierarchies may be constructed on different metadata fields, for example, alphabetical lists of Titles, or a hierarchy of Subject classifications. Clicking on a bookshelf icon takes you to a lower level in the hierarchy, while clicking on a book or page icon takes you to a document.
363
364In the standard interface that comes with \gsiii\ \footnote{of course, this is all customisable}, collections in a digital library are presented in the following manner. The 'home' page of the library shows a list of all the public collections in that library. Clicking on a collection link takes you to the home page for the collection, which we call the collection's 'about' page. The standard page banner looks something like that shown in Figure~\ref{fig:page-banner}.
365
366\begin{figure}[h]
367 \centering
368 \includegraphics[width=4in]{pagebanner} %5.8
369 \caption{A sample collection page banner}
370 \label{fig:page-banner}
371\end{figure}
372
373The image at the top left is a link to the collection's home page. The top right has buttons to link to the library home page, help and preferences pages. All the available services are arrayed along a navigation bar, along the bottom of the banner. Clicking on a name accesses that service.
374
375Search type services generally provide a form to fill in, with parameters including what field or granularity to search, and the query itself. Clicking the search button carries out the search, and a list of matching documents will be displayed. Clicking on the icons in the result list takes you to the document itself.
376
377Once you are looking at a document, clicking the open book icon at the top of the document, underneath the navigation bar, will take you back to the service page that you accessed the document from.
378
379\subsection{Building a collection}\label{sec:buildcol}
380
381There are three ways to get a new collection into \gsiii. The first is to build it using the \gsiii\ command line building process. The second way is to use the Greenstone Librarian Interface to build a new collection. This creates a collection in a \gsiii\ context, but uses the \gsii\ Perl collection building process. The third way is to import a pre-built \gsii\ collection.
382
383Collections live in the collect directory of a site. As described in Section~\ref{sec:sites-and-ints}, there can be several sites per \gsiii\ installation. The collect directory is at \gst{\$GSDL3HOME/web/sites/site-name/collect}, where site-name is the name of the site you want your new collection to belong to.
384
385The following three sections describe how to create a collection from scratch, using command line and GLI building, and how to import a \gsii\ collection. Once a collection has been built (and is located in the collect directory), the library server needs to be notified that there is a new collection. This can be accomplished in two ways\footnote{and eventually there will also probably be automatic polling for new collections}. If you are the library administrator, you can restart Tomcat. The library servlet will then be created afresh, and will discover the new collection when it scans the collect directory for the collection list. Alternatively, an activate collection command can be issued to the servlet, using the arguments \gst{a=s\&sa=a\&st=collection\&sn=collname}, where \gst{collname} should be replaced with the collection name---this tells the library program to (re)load the \gst{collname} collection.
386
387
388\subsubsection{Creating a collection from scratch}
389
390To create the director
391Building native \gsiii\ collections is done using the \gst{gs3-build.sh} script, with the \gst{collectionConfig.xml} file controlling how the building is done. There are a number of considerations in building a collection: what documents appear in the collection, how they are indexed for searching, which classifications are used for browsing, etc.
392
393Firstly, the documents that comprise the collection should be placed in the import subdirectory. At present, only documents in this directory will appear in the collection. Documents can be organised into sub folders inside the import directory.
394[TODO: describe the kinds of documents that can be added, something about METS files?]
395
396Metadata for documents can be added using metadata.xml files. These files have already been used in \gsii, and the format is the same in \gsiii. A metadata.xml file has a root element of \gst{<DirectoryMetadata>}. This encloses a series of \gst{<FileSet>} items. Neither of these tags has any attributes. Each \gst{<FileSet>} item includes two parts: firstly, one or more \gst{<FileName>} tags, each of which encloses a regular expression to identify the files which are to be assigned the metadata. Only files in the same directory as the metadata.xml, or in one of its child directories, will be selected. The filename tag encloses the regular expression as text, e.g.:
397
398\begin{gsc}\begin{verbatim}
399<FileName>example</FileName>
400\end{verbatim}\end{gsc}
401
402This would match any file containing the text 'example' in its name. The second part of the \gst{<FileSet>} item is a \gst{<Description>} item. The \gst{<Description>} tag has no attributes, but encloses one or more \gst{<Metadata>} tags. Each \gst{<Metadata>} tag contains one metadata item, i.e. a label to describe the metadata and a corresponding value. The \gst{<Metadata>} tag has one compulsory attribute: ``name''. This attribute gives the metadata label to add to the document. Each \gst{<Metadata>} tag also has an optional attribute: ``mode''. If this attribute is set to ``accumulate'' then the value is added to the document, and any existing values for that metadata item are retained. If the attribute is set to ``set'' or is omitted, then any existing value of the metadata item will be deleted.
403
404\begin{figure}
405\begin{gsc}\begin{verbatim}
406<?xml version="1.0" encoding="UTF-8"?>
407<!DOCTYPE DirectoryMetadata SYSTEM "http://greenstone.org/dtd/DirectoryMetadata
408 /1.0/DirectoryMetadata.dtd">
409<DirectoryMetadata>
410 <FileSet>
411 <FileName>ec160e</FileName>
412 <Description>
413 <Metadata name="Title">The Courier - No.160 - Nov - Dec 1996 -
414 Dossier Habitat - Country reports: Fiji , Tonga (ec160e)</Metadata>
415 <Metadata mode="accumulate" name="Language">English</Metadata>
416 <Metadata mode="accumulate" name="Subject">Settlements and housing:
417 general works incl. low- cost housing, planning techniques, surveying,
418 etc.</Metadata>
419 <Metadata mode="accumulate" name="Subject">The Courier ACP 1990 - 1996
420 Africa-Caribbean-Pacific - European Union</Metadata>
421 <Metadata mode="accumulate" name="Organization">EC Courier</Metadata>
422 <Metadata mode="accumulate" name="AZList">T.1</Metadata>
423 </Description>
424 </FileSet>
425 <FileSet>
426 <FileName>b22bue</FileName>
427 <Description>
428 <Metadata name="Title">Butterfly Farming in Papua New Guinea
429 (b22bue)</Metadata>
430 <Metadata mode="accumulate" name="Language">English</Metadata>
431 <Metadata mode="accumulate" name="Subject">Other animals (micro-
432 livestock, little known animals, silkworms, reptiles, frogs,
433 snails, game, etc.)</Metadata>
434 <Metadata mode="accumulate" name="Organization">BOSTID</Metadata>
435 <Metadata mode="accumulate" name="AZList">T.1</Metadata>
436 <Metadata mode="accumulate" name="Keyword">start a butterfly farm
437 </Metadata>
438 </Description>
439 </FileSet>
440</DirectoryMetadata>
441\end{verbatim}\end{gsc}
442\caption{Sample metadata.xml file}
443\label{fig:metadatafile}
444\end{figure}
445
446Figure~\ref{fig:metadatafile} shows an example metadata.xml file.
447Here, only one file pattern is found in each file set. However, the \gst{Description} tag contains a number of separate metadata items. Note that the \gst{Title} metadata does not have the \gst{mode=accumulate} attribute. This means that when the title is assigned to a document, its existing \gst{Title} information will be lost.
448
449The basic means of finding documents in \gs\ is search. Options for building the search indexes include which indexer to use, what granularity to use for the indexes (e.g. whether to index documents as a whole, or sections of documents), what content the index should have (the whole text of the document or one or many metadata fields). Section-level indexes allow a reader to recall part of a document (for instance, a chapter) rather than the entire document. However, \gsiii\ must be able to identify the internal structure of the document to achieve this. The degree to which structure can be found varies from file format to file format.
450
451An alternative means of finding documents is through browsing. Greenstone can create pre-defined browsing hierarchies based on document metadata. Each browsing structure is called a classifier. Options for building classifiers include what type of classifier to use (linear list or multi-level hierarchy), what metadata to build the classifier on, e.g. Title, Author etc.
452
453The collectionConfig.xml file controls the all of these options for collection building, and the format is described in Section~\ref{sec:collconfig}.
454
455To build a collection, place the source documents and optional metadata.xml file(s) in the import directory, place the \gst{collectionConfig.xml} file in the etc directory, and execute \gst{gs3build.sh/bat sitename collectionname}. The process will run, placing the new indexes in the \gst{building} subdirectory of the collection's directory. You must have mysql running before you start building---running \gst{gs3-launch.sh/bat} will start up the MySQL server as well as tomcat.
456
457Once the build process is complete, the building directory should be renamed to index (after deleting or renaming the existing index directory, if any), and Tomcat prompted to reload the collection---either by restarting the server, or by sending an activate collection command to the library servlet.
458
459\subsubsection{Using the Librarian Interface}
460
461The Greenstone Librarian Interface (GLI) can be used to create \gsii\ style collections for \gsiii. It can be started under Windows by selecting Greenstone Librarian Interface from the Greenstone 3 Digital Library menu in the Program Files section of the Start menu. On Linux, run \gst{./gli4gs3.sh} from the \gst{gsdl3/gli} directory.
462
463Currently, the GLI works almost exactly the same as for \gsii\footnote{Eventually the GLI will be modified to use native \gsiii\ config files and collection building}. Collection configuration is done in a \gsii\ manner. The main difference is that \gsiii\ has different sites and interfaces and servlets, whereas \gsii\ has a single collect directory, and a single runtime cgi program.
464
465The GLI for \gsiii\ has a couple of new configuration parameters: site and servlet. It operates within a single site---you can edit, delete, create new collections within this site. A servlet is also specified for that site---this is used when previewing a collection. While you are working in one site, you cannot edit collections from another site. However, you can base a collection on one from another site. To change the working site and/or servlet, go to Preferences-$>$Connection in the File menu. By default, the GLI will use site \gst{localsite}, and servlet \gst{library}.
466
467Collection building using the GLI will use the \gsii\ Perl scripts and plugins. At the conclusion of the \gsii\ build process, a conversion script will be run to create the \gsiii\ configuration files. This means that format statements are no longer 'live'---changing these will require changes to the \gsiii\ config files. You can either rebuild the collection through the GLI (may take a while), or run the conversion script directly (see following section).
468
469Detailed instructions about using the GLI can be found in Sections 3.1 and 3.2 of the Greenstone 2 User's Guide (\gst{GS2-User-en.pdf}. This can be found in your \gsii\ installation, or in the gsdl3/docs/manual directory if you have installed \gsiii\ from a distribution.
470
471
472\subsubsection{Importing a \gsii\ collection}
473
474
475Pre-built \gsii\ collections can also be used in \gsiii\footnote{For information about the \gsii\ software, and how to build collections using it, visit \gst{www.greenstone.org}}. The collection folder should be copied to the collect directory of the site it is to appear in (or a symbolic link may be used if possible).
476The \gsiii\ run time system requires different configuration files for a collection, so you need to run a conversion script. All this does is create the new collectionConfig.xml and buildConfig.xml from the old collect.cfg and build.cfg files. It does not change the collection in any way, so it can still be used by \gsii\ software.
477
478The conversion script is \gst{convert\_coll\_from\_gs2.pl}. To run it, make sure you have run \gst{source setup.bash} (or \gst{setup} in Windows) in your top-level gsdl directory of the \gsii\ installation (as well as running the standard \gst{gs3-setup} command). Then you need to specify the path to the collect directory and the collection name as parameters to the conversion script. For example,
479
480\begin{gsc}
481\begin{verbatim}
482convert_coll_from_gs2.pl -collectdir
483 $GSDL3HOME/web/sites/localsite/collect demo
484\end{verbatim}
485\end{gsc}
486%$
487The script attempts to create \gsiii\ format statements from the old \gsii\ ones. The conversion may not always work properly, so if the collection looks a bit strange under \gsiii\ , you should check the format statements. Format statements are described in Section~\ref{sec:formatstmt}.
488
489Once again, to have the collection recognised by the library servlet, you can either restart Tomcat, or load it dynamically.
490
491\subsection{Collection configuration files}\label{sec:collconfig}
492
493Each collection has two, or possibly three, configuration files, \gst{collectionConfig.xml} and \gst{buildConfig.xml}, and optionally \gst{collectionInit.xml}, that give metadata, display and other information for the
494collection.\footnote{For collections imported from \gsii, \gst{collectionConfig.xml} and \gst{buildConfig.xml}are generated from \gst{collect.cfg} and \gst{build.cfg}.} The first includes user-defined presentation metadata for the collection,
495such as its name and the {\em About this collection} text; gives formatting information for the collection display; and also gives
496instructions on how the collection is to be built. The second is produced by
497the build-time process and includes any metadata that can be determined
498automatically. It also includes configuration information for any ServiceRacks needed by the collection.
499
500All the configuration files should be encoded using UTF-8.
501
502\subsubsection{collectionInit.xml}
503
504This optional file is only used for non-standard, customised collections. It specifies the class name of the non-standard collection class. The only syntax so far is the class name:
505
506\begin{gsc}\begin{verbatim}
507<collectionInit class="XMLCollection"/>
508\end{verbatim}\end{gsc}
509
510Section~\ref{sec:new-coll-types} describes an example collection where this file is used. Depending on the type of collection that this is used for, one or both of the other config files may not be needed.
511
512\subsubsection{collectionConfig.xml}
513
514The collection configuration file is where the collection designer (e.g. a librarian) decides what form the collection should take. This includes the collection metadata such as title and description, and also includes what indexes and browsing structures should be built. The format of \gst{collectionConfig.xml} is still under consideration. However, Figure~\ref{fig:collconfig} shows the parts of it that have been defined so far.
515
516Display elements for a collection or metadata for a document can be entered in any language---use lang='en' attributes to metadata elements to specify which language they are in.
517
518\begin{figure}
519\begin{gsc}\begin{verbatim}
520<collectionConfig xmlns:gsf="http://www.greenstone.org/configformat"
521 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
522 <metadataList>
523 <metadata name="creator">[email protected]</metadata>
524 </metadataList>
525 <displayItemList>
526 <displayItem name="name" lang="en">Greenstone 3 demo</displayItem>
527 <displayItem name="icon" lang="en">gs3demo.gif</displayItem>
528 <displayItem name="smallicon" lang="en">gs3demosm.gif</displayItem>
529 <displayItem name="description" lang="fr">Il s'agit d'une collection
530 de démonstration pour le logiciel Greenstone. Elle contient
531 seulement un petit échantillon des Bibliothèques humanitaires
532 pour le Développement (11 documents).</displayItem>
533 <displayItem name="description" lang="en">This is a demonstration
534 collection for the Greenstone digital library software. It contains
535 a small subset (11 books) of the Humanity Development Library. It
536 is built with mg using Greenstone 3 native building.</displayItem>
537 </displayItemList>
538 <search type='mg'>
539 <index name="i1">
540 <field>text</field>
541 <level>document</level>
542 <displayItem name='name' lang="en">entire documents</displayItem>
543 <displayItem name='name' lang="fr">documents entiers</displayItem>
544 <displayItem name='name' lang="es">documentos enteros</displayItem>
545 </index>
546 <index name="i2">
547 <field>text</field>
548 <level>section</level>
549 <displayItem name='name' lang="en">chapters</displayItem>
550 <displayItem name='name' lang="fr">chapitres</displayItem>
551 <displayItem name='name' lang="es">capítulos</displayItem>
552 </index>
553 <format>
554 <gsf:template match="documentNode">
555 <td valign='top'><gsf:link><gsf:icon/></gsf:link></td>
556 <td><gsf:metadata name='Title' /></td>
557 </gsf:template>
558 </format>
559 </search>
560 <browse>
561 <classifier name="CL1" type="AZList" horizontalAtTop='true'>
562 <field>Title</field>
563 <sort>Title</sort>
564 <displayItem name='name' lang='en'>Titles</displayItem>
565 </classifier>
566 <classifier name="CL2" type="Hierarchy">
567 <field>Organization</field>
568 <sort>Title</sort>
569 <displayItem name='name' lang='en'>Organizations</displayItem>
570 <file URL="/research/kjdon/home/gsdl3/web/sites/localsite/collect/
571 gs3test/etc/org.xml"/>
572 </classifier>
573 <classifier name="CLKeyword" type="Hierarchy">
574 <field>Keyword</field>
575 <sort>Title</sort>
576 <displayItem name='name' lang='en'>HowTo</displayItem>
577 <file URL="/research/kjdon/home/gsdl3/web/sites/localsite/collect/
578 gs3test/etc/keyword.xml"/>
579 <format>
580 <gsf:template match="documentNode">
581 <br /><gsf:link><gsf:metadata name='Keyword' />
582 </gsf:link></gsf:template>
583 </format>
584 </classifier>
585 </browse>
586 <display/>
587</collectionConfig>
588\end{verbatim}\end{gsc}
589[TODO: add in building instructions for the classifiers]
590\caption{Sample collectionConfig.xml file (gs3demo collection)}
591\label{fig:collconfig}
592\end{figure}
593
594The \gst{<metadataList>} element specifies some collection metadata, such as creator. The \gst{<displayItemList>} specifies some language dependent information that is used for collection display, such as collection name and short description. These displayItem elements can be specified in different languages.
595
596The \gst{<search>} element specifies what indexes should be built, and provides some display and formatting information for each one. Search has an attribute, \gst{type}, which specifies which indexer to be used for indexing. Currently, \gst{mg} and \gst{mgpp}[??] are available. If type is not specified, mg is used. Multiple search elements may be specified, if more than one indexer is to be used. (Note, this is not yet recognised by the run-time system.)
597
598Search indexes appear as individual \gst{<index>} elements within the \gst{<search>} element. Some choices for the index are made using attributes of the element itself, and some through child elements.
599
600Each index must have a unique name, which is used to identify it within \gsiii\ The name is given as an attribute of the \gst{<index>} element.
601
602The other choices are described using child elements of \gst{<index>}. The \gst{<level>} tag indicates the index level and the \gst{<field>} tag the text to be used. The \gst{<level>} tag can contain one of document, section or paragraph, while the \gst{<field>} tag can contain ``text'' or the name of a metadata field. If the \gst{<level>} tag is omitted, the default setting is to index by document, and if the \gst{<field>} tag is omitted, the default setting is to index the document text.
603
604Example index specifications include:
605
606[NOTE: I think we shouldn't have default level and field and that it must be specified--kjdon]
607
608To index only the title of each separate document in the collection:
609\begin{gsc}\begin{verbatim}
610<index name="dtt">
611 <level>document</level>
612 <field>dc:title</field>
613</index>
614\end{verbatim}\end{gsc}
615...in this case the \gst{<field>} tag refers to the ``title'' metadata item, found in the Dublin Core namespace. The mg search engine would be used on this index.
616
617Alternatively, to index the full document texts by section:
618\begin{gsc}\begin{verbatim}
619<index name="stx">
620 <level>section</level>
621</index>
622\end{verbatim}\end{gsc}
623...or...
624\begin{gsc}\begin{verbatim}
625<index name="stx">
626 <level>section</level>
627 <field>text</field>
628</index>
629\end{verbatim}\end{gsc}
630...in the first example, the \gst{<field>} tag is not explicitly defined, and would default to 'text', whereas it is explicitly set to 'text' in the second example. As they are of the same name, they should not appear in the same \gst{collectionConfig.xml} file.
631
632Moving onto \gst{<classifier>} items, the format is broadly similar to \gst{<index>} items, but with a couple of different choices. Firstly, each classifier should have ``name'' and ``type'' attributes. In the case of \gst{<classifier>} items the ``type'' attribute identifies the type of classifier it is. At present, this should either be ``Hierarchy'' or ``AZList''.
633
634The remaining choices for the classifier should follow as child elements of the \gst{<classifier>} element. The \gst{<file>} element should contain the name of the file that describes the classifier as its ``URL'' attribute. The format of this file varies from classifier type to classifier type. The \gst{<field>} element identifies the name of the field to index. More than one \gst{<field>} element may appear if two or more metadata fields are to be used with the classifier. Finally, the \gst{<sort>} item identifies another metadata field which the items within one classifier node are to be ordered. Unlike the \gst{<index>} element, the \gst{<classifier>} element does not have default, assumed values for its children.
635
636Figure~\ref{fig:hierarchyfile} shows the format of the file for a Hierarchy classifier. [TODO add a description]
637\begin{figure}
638\begin{gsc}\begin{verbatim}
639<Hierarchy>
640 <Classification>
641 <Name>ACCU</Name>
642 <Path>1</Path>
643 <Description>ACCU</Description>
644 </Classification>
645 <Classification>
646 <Name>Agenda 21</Name>
647 <Path>2</Path>
648 <Description>Agenda 21</Description>
649 </Classification>
650 <Classification>
651 <Name>FAO</Name>
652 <Path>3</Path>
653 <Description>FAO</Description>
654 <Children>
655 <Classification>
656 <Name>FAO Better Farming series</Name>
657 <Path>3.1</Path>
658 <Description>FAO Better Farming Series</Description>
659 </Classification>
660 </Children>
661 </Classification>
662</Hierarchy>
663\end{verbatim}\end{gsc}
664\caption{Sample Hierarchy classifier file}
665\label{fig:hierarchyfile}
666\end{figure}
667
668Inside the \gst{<search>} and \gst{<browse>} elements, \gst{<displayItem>} elements are used to provide titles for the indexes or classifiers, while \gst{<format>} elements provide formatting instructions, typically for a document or classifier node in a list of results. Placing the \gst{<format>} instructions at the top level in the search or browse element will apply the format to all the indexes or classifiers, while placing it inside an individual index or classifier element will restrict that formatting instruction to that item.
669
670The \gst{<display>} element contains optional formatting information for the display of documents. Templates that can be specified here include \gst{documentHeading}, \gst{DocumentContent}. Other formatting options may also be specified here, such as whether to display a table of contents and/or cover image for the documents.
671
672Format elements are described in Section~\ref{sec:formatstmt}.
673
674An optional \gst{<replaceList>} element can be included at the top level. This contains a list of strings and their replacements. This is particularly useful for Greenstone 2 collections that use macros.
675
676The format is like the following:
677\begin{gsc}\begin{verbatim}
678<replaceList>
679<replace scope='text' macro="xxx" text="yyy"/>
680<replace scope='metadata' macro="xxx" bundle="yyy" key="zzz"/>
681<replace scope='all' macro='xxx' metadata='yyy'/>
682</replaceList>
683\end{verbatim}\end{gsc}
684
685Scope determines on what text the replacements are carried out: text, metadata, or both (all). An empty scope attribute is equivalent to scope=all. Each replace type can be used with all scope values. Replacing uses Java's 'String.replaceAll' functionality, so macro and replacement text are actually regular expressions. The first example is a straight textual replacement. The second example uses dictionary lookups. xxx will be replaced with the (language-dependent) value for key zzz in resource bundle yyy. The third example uses metadata: xxx will be replaced by the value of the yyy metadata for that document.
686
687Appendix~\ref{app:gs2replace} gives some examples that have been used for Greenstone 2 collections.
688
689\subsection{buildConfig.xml}\label{sec:buildconfig}
690
691The file \gst{buildConfig.xml} is produced by the collection building process. Generally it is not necessary to look at this file, but it can be useful in determining what went wrong if the collection doesn't appear quite the way it was planned.
692
693It contains metadata and other information about the collection that can
694be determined automatically, such as the number of
695documents it contains. It also includes a list of ServiceRack classes that are
696required to provide the services that have been built into the
697collection. The serviceRack names are Java classes that are loaded
698dynamically at runtime. Any information inside the serviceRack element is
699specific to that service---there is no set format. Figure~\ref{fig:buildconfig} shows an example. This configuration file specifies that the collection should load up 3 ServiceRacks: \gst{GS2MGPPRetrieve}, \gst{GS2MGPPSearch}, and \gst{PhindPhraseBrowse}. The contents of each \gst{<serviceRack>} element are passed to the appropriate ServiceRack objects for configuration. The \gst{collectionConfig.xml} file content is also passed to the ServiceRack objects at configure time---the \gst{format} and \gst{displayItem} information is used directly from the \gst{collectionConfig.xml} file rather than added into \gst{buildConfig.xml} during building. This enables formatting and metadata changes in \gst{collectionConfig.xml} to take effect in the collection without rebuilding being necessary. However, as these files are cached, the collection needs to be reloaded for the changes to appear in the library.
700
701
702\begin{figure}
703\begin{gsc}\begin{verbatim}
704<buildConfig xmlns:gsf="http://www.greenstone.org/configformat">
705 <metadataList>
706 <metadata name="numDocs">11</metadata>
707 </metadataList>
708 <serviceRackList>
709 <serviceRack name="GS2MGPPRetrieve">
710 <defaultLevel name="Sec" />
711 <classifierList>
712 <classifier name="CL1" content="Subject" />
713 <classifier name="CL2" content="Title" horizontalAtTop="true" />
714 <classifier name="CL3" content="Organization" />
715 <classifier name="CL4" content="Keyword" />
716 </classifierList>
717 </serviceRack>
718 <serviceRack name="PhindPhraseBrowse" />
719 <serviceRack name="GS2MGPPSearch">
720 <defaultLevel name="Sec" />
721 <levelList>
722 <level name="Doc" />
723 <level name="Sec" />
724 <level name="Para" />
725 </levelList>
726 <fieldList>
727 <field shortname="ZZ" name="allfields" />
728 <field shortname="TX" name="text" />
729 <field shortname="TI" name="Title" />
730 <field shortname="SU" name="Subject" />
731 <field shortname="ORG" name="Organization" />
732 <field shortname="SO" name="Source" />
733 </fieldList>
734 <searchTypeList>
735 <searchType name="plain" />
736 <searchType name="form" />
737 </searchTypeList>
738 <defaultIndex name="idx" />
739 <indexList>
740 <index name="idx" />
741 </indexList>
742 </serviceRack>
743 </serviceRackList>
744</buildConfig>
745\end{verbatim}\end{gsc}
746\caption{Sample buildConfig.xml file (mgppdemo collection)}
747\label{fig:buildconfig}
748\end{figure}
749
750\subsection{Formatting the collection}\label{sec:formatstmt}
751
752Part of collection design involves deciding how the collection should look. \gsiii\ has a default 'look' for a collection, so this is optional. However, the default may not suit the purposes of some collections, so many parts to the look of a collection can be determined by the collection designer.
753
754In standard \gsiii\ , the library is served to a web browser by a servlet, and the HTML is generated using XSLT. XSLT templates are used to format all the parts of the pages. These templates can be overridden by including them in the \gst{collectionConfig.xml} file. Some commonly overridden templates are those for formatting lists: search results list, classifier browsing hierarchies, and for parts of the document display.
755
756Real XSLT templates for formatting search results or classifier lists are quite complicated, and not at all easy for a new user to write. For example, the following is a sample template for formatting a classifier list, to show Keyword metadata as a link to the document.
757
758\begin{gsc}\begin{verbatim}
759<xsl:template match="documentNode" priority="2"
760 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
761 <xsl:param name="collName"/>
762 <td><a href="{\$library_name}?a=d&amp;c={\$collName}&amp;
763 d={@nodeID}&amp;dt={@docType}"><xsl:value-of
764 select="metadataList/metadata[@name='Keyword']"/></a>
765 </td>
766</xsl:template>
767 \end{verbatim}\end{gsc}
768
769To write this, the user would need to know that:
770\begin{bulletedlist}
771\item the variable \gst{\$library\_name} exists,
772\item the collection name is passed in as a parameter called \gst{collName}
773\item metadata for a document is found in a \gst{<metadataList>} and that its form is \gst{<metadata name="Keyword">the value</metadata>}
774\item the arguments needed for the link to the document are \gst{a, sa, c, d, a, dt}.
775\end{bulletedlist}
776
777Since XSLT is written in XML, we can use XSLT to transform XML into XSLT. \gsiii\ provides a simplified set of formatting commands, written in XML, which will be transformed into proper XSLT. The user specifies a \gst{<gsf:template>} for what they want to format---these typically match \gst{documentNode} or \gst{classifierNode} (for node in a classification hierarchy).
778
779The template at the start of this section can be represented as:
780
781\begin{gsc}\begin{verbatim}
782<gsf:template match='documentNode'>
783 <td><gsf:link><gsf:metadata name='Keyword'/></gsf:link></td>
784</gsf:template>
785\end{verbatim}\end{gsc}
786
787Table~\ref{tab:gsf-format} shows the set of 'gsf' (Greenstone Format) elements. If you have come from a \gsii\ background, Appendix~\ref{app:gs2format} shows \gsii\ format elements and their equivalents in \gsiii\ .
788
789\begin{table}
790\caption{Format elements for GSF format language}
791\label{tab:gsf-format}
792{\footnotesize
793\begin{tabular}{p{6.5cm}p{6.5cm}}
794\hline
795\bf Element & \bf Description \\
796\hline
797\gst{<gsf:text/>} & The document's text\\
798\hline
799\gst{<gsf:link>...</gsf:link>} & The HTML link to the document itself \\
800\gst{<gsf:link type='document'>...
801</gsf:link>} & Same as above\\
802\gst{<gsf:link type='classifier'>...
803</gsf:link>} & A link to a classification node (use in classifierNode templates)\\
804\gst{<gsf:link type='source'>...
805</gsf:link>} & The HTML link to the original file---set for documents that have been converted from e.g. Word, PDF, PS \\
806\hline
807\gst{<gsf:icon/>} & An appropriate icon\\
808\gst{<gsf:icon type='document'/>} & same as above\\
809\gst{<gsf:icon type='classifier'/>} & bookshelf icon for classification nodes\\
810\gst{<gsf:icon type='source'/>} & An appropriate icon for the original file e.g. Word, PDF icon\\
811\hline
812\gst{<gsf:metadata name='Title'/>} & The value of a metadata element for the current document or section, in this case, Title\\
813\gst{<gsf:metadata name='Title' select='select-type' [separator='y' multiple='true']/>} & A more extended selection of metadata values. The select field can be one of those shown in Table~\ref{tab:gsf-select-types}. There are two optional attributes: separator gives a String that will be used to separate the fields, default is ``, ``, and if multiple is set to true, looks for multiple values at each section.\\
814\gst{<gsf:metadata name='Date' format='formatDate'/>} & The value of a metadata element for the current document, formatted in some way. Current formatting options available are formatDate: turns '20040201' into '01 February 2004', and formatLanguage: turns 'en' into 'English', both in a language dependent manner. \\
815\hline
816\gst{<gsf:choose-metadata>
817 <gsf:metadata name='metaA'/>
818 <gsf:metadata name='metaB'/>
819 <gsf:metadata name='metaC'/>
820</gsf:choose-metadata>}
821 & A choice of metadata. Will select the first existing one. the metadata elements can have the select, separator and multiple attributes like normal.\\
822\hline
823\gst{<gsf:switch preprocess=
824'preprocess-type'>
825<gsf:metadata name='Title'/>
826<gsf:when test='test-type'
827test-value='xxx'>...</gsf:when>
828<gsf:when test='test-type'
829test-value='yyy'>...</gsf:when>
830<gsf:otherwise>...</gsf:otherwise>
831</gsf:switch>} & switch on the value of a particular metadata - the metadata is specified in gsf:metadata, has the same attributes as normal.\\
832\hline
833\end{tabular}}
834\end{table}
835
836The \gst{<gsf:metadata>} elements are used to output metadata values. The simplest case is \gst{<gsf:metadata name='Title'/>}---this outputs the Title metadata for the current document or section. Namespaces are important here: if the Title metadata is in the Dublin Core (dc) namespace, then the element should look like \gst{<gsf:metadata name='dc.Title'/>}. There are three other attributes for this element. The attribute \gst{multiple} is used when there may be more than one value for the selected metadata.
837For instance, one document may fall into several classification categories, and therefore may have multiple Subject metadata values. Adding \gst{multiple='true'} to the \gst{<gsf:metadata>} element will retrieve all values, not just the first one. Multiple values are separated by commas by default. The \gst{separator} attribute is used to change the separating string. For example, adding \gst{separator=':~'} to the element will separate all values by a colon and a space.
838
839Sometimes you may want to display metadata values for sections other than the current one. For example, in the mgppdemo collection, in a search list we display the Titles of all the enclosing sections, followed by the Title of the current section, all separated by semi-colons. The display ends up looking something like:
840\emph{Farming snails 2; Starting out; Selecting your snails}
841where \emph{Selecting your snails} is the Title of the section in the results list, and \emph{Farming snails 2} and \emph{Starting out} are the Titles of the enclosing sections. The \gst{select} attribute is used to display metadata for sections other than the current one. Table~\ref{tab:gsf-select-types} shows the options available for this attribute. The \gst{separator} attribute is used here also, to specify the separating text.
842
843To get the previous metadata, the format statement would have the following in it:
844
845\begin{gsc}
846\begin{verbatim}
847<gsf:metadata name='Title' select='ancestors' separator='; '/>;
848 <gsf:metadata name='Title'/>
849\end{verbatim}
850\end{gsc}
851
852\begin{table}
853\caption{Select types for metadata format elements}
854\label{tab:gsf-select-types}
855{\footnotesize
856\begin{tabular}{ll}
857\hline
858\bf Select Type & \bf Description\\
859\hline
860current & The current section \\
861parent & The immediate parent section\\
862ancestors & All the parents back to the root (topmost) section\\
863root & The root or topmost section \\
864siblings & All the sibling sections\\
865children & The immediate child sections of the current section\\
866descendents & All the descendent sections\\
867\hline
868\end{tabular}}
869\end{table}
870
871The \gst{<gsf:choose-metadata} element selects the first available metadata value from the list of options.
872\begin{gsc}
873\begin{verbatim}
874<gsf:choose-metadata>
875 <gsf:metadata name='dc.Title'/>
876 <gsf:metadata name='dls.Title'/>
877 <gsf:metadata name='Title'/>
878</gsf:choose-metadata>
879\end{verbatim}
880\end{gsc}
881
882This will display the dls.Title metadata if available, otherwise it will use the dc.Title metadata if available, otherwise it will use the Title metadata. If there are no values for any of these metadata elements, then nothing will be displayed.
883
884The \gst{<gsf:switch>} element allows different formatting depending on the value of a specified metadata element. For example, the following switch statement could be used to display a different icon for each document in a list depending on which organisation it came from.
885
886\begin{gsc}
887\begin{verbatim}
888<gsf:switch preprocess='toLower;stripSpace'>
889 <gsf:metadata name='Organization'/>
890 <gsf:when test='equals' test-value='bostid'>
891 <!-- output BOSTID image --></gsf:when>
892 <gsf:when test='equals' test-value='worldbank'>
893 <!-- output world bank image --></gsf:when>
894 <gsf:otherwise><!-- output default image--></gsf:otherwise>
895</gsf:switch>
896\end{verbatim}
897\end{gsc}
898
899Preprocessing of the metadata value is optional. The preprocess types are \gst{toLower} (make the value lowercase), \gst{toUpper} (make the value uppercase), \gst{stripSpace} (removes any whitespace from the value). These operations are carried out on the value of the selected metadata before the test is carried out. Multiple processing types can be specified, separated by ; and they will be applied in the order specified (from left to right).
900
901Each option specifies a test and a test value. Test values are just text. Tests include \gst{startsWith}, \gst{contains}, \gst{exists}, \gst{equals}, \gst{endsWith}. Exists doesn't need a test value. Having an otherwise option ensures that something will be displayed even when none of the tests match.
902
903If none of the gsf elements meets your needs for formatting, XSLT can be entered directly into the format element, giving the collection designer full flexibility over how the collection appears.
904
905The collection specific templates are added into the configuration file \gst{collectionConfig.xml}. Any templates found in the XSLT files can be overridden.
906The important part to adding templates into the configuration file is determining where to put them. Formatting templates cannot go just anywhere---there are standard places for them. Figure~\ref{fig:format-places} shows the positions that templates can occur.
907
908\begin{figure}
909\begin{gsc}\begin{verbatim}
910<collectionConfig>
911 <metadataList/>
912 <displayItemList/>
913 <search>
914 <format> <!--Put here templates related to searching and
915 the query page. The common one is the documentNode
916 template -->
917 <gsf:template match='documentNode'>...</gsf:template>
918 </format>
919 </search>
920 <browse>
921 <classifier name='xx'>
922 <format><!-- put here templates related to formating a
923 particular classifier page. Common ones are documentNode
924 and classifierNode templates-->
925 <gsf:template match='documentNode'>...</gsf:template>
926 <gsf:template match='classifierNode'>...</gsf:template>
927 <gsf:template match='classifierNode' mode='horizontal'>...
928 </gsf:template>
929 </format>
930 </classifier>
931 <classifier>...</classifier>
932 <format><!-- formatting for all the classifiers. these will
933 be overridden by any classifier specific formatting
934 instructions --></format>
935 </browse>
936 <display>
937 <format><!-- here goes any formatting relating to the display
938 of the documents. These are generally named templates,
939 and format options -->
940 <gsf:template name='documentContent'>...</gsf:template>
941 <gsf:option name='TOC' value='true'/>
942 </format>
943 </display>
944</collectionConfig>
945\end{verbatim}\end{gsc}
946\caption{Places for format statements}
947\label{fig:format-places}
948\end{figure}
949
950
951There are also formatting instructions that are not templates but are options.
952These are described in Table~\ref{tab:format_options}. They are entered into the configuration file like \gst{<gsf:option name='coverImages' value='false'/>}
953
954\begin{table}
955\caption{Formatting options}
956\label{tab:format_options}
957{\footnotesize
958\begin{tabular}{llp{5cm}}
959\hline
960\bf option name & \bf values & \bf description \\
961\hline
962coverImages & true, false & whether or not to display cover images for documents \\
963TOC & true, false & whether or not to display the table of contents for the document\\
964\hline
965\end{tabular}}
966\end{table}
967
968Note, format templates are added into the XSLT files before transforming, while the options are added into the page source, and used in tests in the XSLT.
969
970\subsection{Customising the interface}\label{sec:interface-customise}
971
972Format statements in the collection configuration files provide a way to change small parts of the collection display. For large scale customisations to a collection, or ones that apply to a site as a whole, a second mechanism is available. The interface is defined by a set of XSLT files that transform the page data into HTML. Any of these files can be overridden to provide specialised display, on a site or collection basis.
973
974The first section looks at customizing the existing interface, while the second section looks at defining a whole new interface. The last section describes how to add a new language translation of an interface.
975
976\subsubsection{Modifying an existing interface}
977
978Most of an interface is defined by XSLT files, which are stored in \gst{\$GSDL3HOME/\-web/\-interfaces/\-interface-name/\-transform}. These can be changed and the changes will take effect straight away. If changes only apply to certain collections or sites, not everything that uses the interface, you can override some of the files by putting new ones in a different place. XSLT files are looked for in the following order: collection, site, interface, default interface. (This currently only apples to sites, and therefore collections, that reside in the same \gs\ installation as the interface.)
979
980Sites and collections can have a transform directory, which is where customised XSLT files should go. Any XSLT files in here will be used in preference to the interface files when using this collection. For example, if you want to have a completely different layout for the about page of a collection, you can put a new \gst{about.xsl} file into the collection's \gst{transform} directory, and this will be used instead. This is what we do for the Gutenberg sample collection.
981
982This also applies to files that are included from other XSLT files. For example the query.xsl for the query pages includes a file called querytools.xsl. To have a particular site show a different query interface either of these files may need to be modified. Creating a new version of either of these and putting it in the site transform directory will work. Either the new query.xsl will include the default querytools, or the default query.xsl will include the new querytools.xsl. The xsl:include directives are preprocessed by the java code and full paths added based on availability of the files, so that the correct one is used.
983
984Note that you cannot include a file with the same name as the including file. For example query.xsl cannot include query.xsl (it is tempting to want to do this if you just want to change one template for a particular file, and then include the default. but you cant).
985
986\subsubsection{Defining a new interface}
987
988A new interface may be needed if different instantiations of the library require different interfaces, or different developers want their own look and feel. Creating a new interface will allow modifications to be made while leaving the original one intact.
989
990A new interface needs a directory in \gst{\$GSDL3HOME/web/interfaces}, the name of this directory becomes the interface name. Inside, it needs images and transform directories, and an interfaceConfig.xml file. Any XSLT may be overridden for a new interface by putting the replacement in the new transform directory. If the appropriate XSLT file is not there, the one from the default interface will be used - this enables just overriding a few XSLT files as needed.
991
992To use a new interface, the Tomcat web.xml must be edited: either change the interface that a current servlet instance is using, or add another servlet instantiation to the file (see Section~\ref{sec:sites-and-ints} or Appendix~\ref{app:tomcat}). The Tomcat server must be restarted for this to take effect.
993
994\subsubsection{Changing the interface language}
995
996The interface language can be changed by going to the preferences page, and choosing a language from the list, which includes all languages into which the interface has been translated.
997
998It is easy to add a new interface language to \gs\ . Language specific text strings are separated out from the rest of the system to allow for easy incorporation of new languages. These text strings are contained in Java resource bundle properties files. These are plain text files consisting of key-value pairs, located in \gst{resources/java}. Each interface has one named \gst{interface\_name.properties} (where `name' is the interface name). Each service class has one with the same name as the class (e.g. \gst{GS2Search.properties}). To add another language all of the base .properties files must be translated. The translated files keep the same names, but with a language extension added. For example, a French version of \gst{interface\_default.properties} would be named \gst{interface\_default\_fr.properties}.
999
1000Keys will be looked up in the properties file closest to the specified language. For example, if language \gst{fr\_CA} was specified (French language, country Canada), and the default locale was \gst{en\_GB}, Java would look at properties files in the following order, until it found the key: \gst{XXX\_fr\_CA.properties}, \gst{XXX\_fr.properties}, \gst{XXX\_en\_GB.properties}, then \gst{XXX\_en.properties}, and finally the default \gst{XXX.properties}.
1001
1002These new files are available straight away---to use the new language, add e.g. \gst{l=fr} to the arguments in the URL. To get \gs\ to add it in to the list of languages on the preferences page, an entry needs to be added into the languages list in the \gst{interfaceConfig.xml} file (see Section~\ref{sec:interfaceconfig}). Modification of this file requires a restart of the Tomcat server for the changes to be recognised.
1003
1004\newpage
1005\section{Developing \gsiii : Run-time system}\label{sec:develop-runtime}
1006
1007[TODO: rewrite this!!]
1008runtime object structure diagram. describe the modules.\\
1009class hierarchy,\\
1010directory structure and where everything lives\\
1011message format.\\
1012overall description of message passing sequence.\\
1013configuration process - start up and runtime\\
1014\\
1015page generation\\
1016accessing the javadoc\\
1017
1018\subsection{Overview of modules??}
1019
1020A \gsiii\ 'library' system consists of many components: MessageRouter, Receptionist, Actions, Collections, ServiceRacks etc. Figure~\ref{fig:local} shows how they fit together in a stand-alone system. The top left part is concerned with displaying the data, while the bottom right part is the collection data serving part. The two sides communicate through the MessageRouter. There is a one-to-one correspondence between modules and Java classes, with the exception of services: for coding and/or run-time efficiency reasons, several Service modules may be grouped together into one ServiceRack class.
1021
1022\begin{figure}[t]
1023 \centering
1024 \includegraphics[width=4in]{newlocal} %5.8
1025 \caption{A simple stand-alone site.}
1026 \label{fig:local}
1027\end{figure}
1028
1029
1030{\em MessageRouter}: this is the central module for a site. It controls the site, loading up all the collections, clusters, communicators needed. All messages pass through the MessageRouter. Communication between remote sites is always done between MessageRouters, one for each site.
1031
1032{\em Collection and ServiceCluster}: these are very similar, and group a set of services into a conceptual group.. They both provide some metadata about the collection/cluster, and a list of services. The services are provided by ServiceRack objects that the collection/cluster loads up. A Collection is a specific type of ServiceCluster. A ServiceCluster groups services that are related conceptually, e.g. all the building services may be part of a cluster. What is part of a cluster is specified by the site configuration file. A Collection's services are grouped by the fact that they all operate on some common data---the documents in the collection.
1033Functionally Collection and ServiceCluster are very similar, but conceptually, and to the user, they are quite different.
1034
1035{\em Service}: these provide the core functionality of the system e.g. searching, retrieving documents, building collections etc. One or more may be grouped into a single Java class (ServiceRack) for code reuse, or to avoid instantiating the same objects several times. For example, MGPP searching services all need to have the index loaded into memory.
1036
1037{\em Communicator/Server}: these facilitate communication between remote modules. For example, if you want MR1 to talk to MR2, you need a Communicator-Server pair. The Server sits on top of MR2, and MR1 talks to the Communicator. Each communication type needs a new pair. So far we have only been using SOAP, so we have a SOAPCommunicator and a SOAPServer.
1038
1039{\em Receptionist}: this is the point of contact for the 'front end'. Its core functionality involves routing requests to the Actions, but it may do more than that. For example, a Receptionist may: modify the request in some way before sending it to the appropriate Action; add some data to the page responses that is common to all pages; transform the response into another form using XSLT. There is a hierarchy of different Receptionist types, which is described in Section~\ref{sec:recepts}.
1040
1041{\em Actions}: these do the job of creating the 'pages'. There is a different action for each type of page, for example PageAction handles semi-static pages, QueryAction handles queries, DocumentAction displays documents. They know a little bit about specific service types. Based on the 'CGI' arguments passed in to them, they construct requests for the system, and put together the responses into data for the page. This data is returned to the Receptionist, which may transform it to HTML. The various actions are described in more detail in Section~\ref{sec:pagegen}.
1042
1043
1044\subsection{Start up configuration}\label{sec:startup-config}
1045
1046We use the Tomcat web server, which operates either stand-alone in a test mode
1047or in conjunction with the Apache web server. The \gs\ LibraryServlet
1048class is loaded by Tomcat and the servlet's \gst{init()} method is called. Each time a
1049\gst{get/put/post} (etc.) is used, a new thread is started and
1050\gst{doGet()/doPut()/doPost()} (etc.) is called.
1051
1052The \gst{init()} method creates a new Receptionist and a new
1053MessageRouter. Default classes (DefaultReceptionist, MessageRouter) are used unless subclasses have been specified in the servlet initiation parameters (see Section~\ref{sec:sites-and-ints}). The appropriate system variables are set for each object (interface
1054name, site name, etc.) and then \gst{configure()} is called on both. The MessageRouter handle
1055is passed to the Receptionist. The servlet then communicates only with
1056the Receptionist, not with the MessageRouter.
1057
1058The Receptionist reads in the \gst{interfaceConfig.xml} file (see Section~\ref{sec:interfaceconfig}), and loads up all the different Action classes. Other Actions may be loaded on the fly as needed. Actions are added to a map, with shortnames for keys. Eg the QueryAction is added with key 'q'. The Actions are passed the MessageRouter reference too.
1059If the Receptionist is a TransformingReceptionist, a mapping between shortnames and XSLT file names is also created.
1060
1061The MessageRouter reads in its site configuration file \gst{siteConfig.xml} (see Section~\ref{sec:siteconfig}). It creates a module map that maps names to objects. This is used for routing the messages. It also keeps small chunks of XML---serviceList, collectionList, clusterList and siteList. These are part of what get returned in response to a describe request (see Section~\ref{sec:describe}.).
1062
1063Each ServiceRack specified in the configuration file is created, then queried for its list of services. Each service name is added to the map, pointing to the ServiceRack object. Each service is also added to the serviceList. After this stage, ServiceRacks are transparent to the system, and each service is treated as a separate module.
1064
1065ServiceClusters are created and passed the \gst{<serviceCluster>} element for configuration. They are added to the map as is, with the cluster name as a key. A serviceCluster is also added to the serviceClusterList.
1066
1067For each site specified, the MessageRouter creates an appropriate type of Communicator object. Then it tries to get the site description. If the server for the remote site is up and running, this should be successful. The site will be added to the mapping with its site name as a key. The site's collections, services and clusters will also be added into the static xml lists. If the server for the remote site is not running, the site will not be included in the siteList or module map. To try again to access the site, either Tomcat must be restarted, or a run-time reconfigure-site command must be sent (see Section~\ref{sec:runtime-config}).
1068
1069The MessageRouter also looks inside the site's \gst{collect} directory, and loads up a Collection object for each valid collection found. If a \gst{collectionInit.xml} file is present, a subclass of Collection may be used.
1070The Collection object reads its \gst{buildConfig.xml} and \gst{collectionConfig.xml}
1071files, determines the metadata, and loads ServiceRack classes based on the
1072names specified in \gst{buildConfig.xml\/}. The \gst{<serviceRack>} XML element is passed to the object to be used in configuration. The \gst{collectionConfig.xml} contents are also passed in to the ServiceRacks. Any format or display information that the services need must be extracted from the collection configuration file.
1073Collection objects are added to the module map with their name as a key, and also a collection element is added into the collectionList XML.
1074
1075\subsection{Message passing}
1076
1077There are two types of messages used by the system: external and internal messages. All messages have an enclosing \gst{<message>} element, which contains either one or more requests, or one or more responses. In the following descriptions, the message element is not shown, but is assumed to be present.
1078Action in \gsiii\ is originated by a request coming in from the outside. In the standard web-based \gs, this comes from a servlet and is passed into the Receptionist. This ``external'' type request is a request for a page of data, and contains a representation of the CGI style arguments. A page of XML is returned, which can be in HTML format or other depending on the output parameter of the request.
1079
1080Messages inside the system (``internal'' messages) all follow the same basic format: message elements contain multiple request elements, or multiple response elements. Messaging is all synchronous. The same number of responses as requests will be returned. Currently all requests are independent, so any requests can be combined into the same message, and they will be answered separately, with their responses being sent back in a single message.
1081
1082When a page request (external request) comes in to the Receptionist, it looks at the action attribute and passes the request to the appropriate Action module. The Action will fire one or more internal requests to the MessageRouter, based on the arguments. The data is gathered into a response, which is returned to the Receptionist. The page that the receptionist returns contains the original request, the response from the action and other info as needed (depends on the type of Receptionist). The data may be transformed in some way --- for the \gs\ servlet we transform using XSLT to generate html pages.
1083
1084Actions send internal style messages to the MessageRouter. Some can be answered by it, others are passed on to collections, and maybe on to services. Internal requests are for simple actions, such as search, retrieve metadata, retrieve document text
1085There are different internal request types: describe, process, system, format, status. Process requests do the actual work of the system, while the other types get auxiliary information. The format of the requests and responses for each internal request type are described in the following sections. External style requests, and their page responses are described in the Section about page generation (Section~\ref{sec:pagegen}).
1086
1087\subsection{'describe'-type messages}\label{sec:describe}
1088
1089The most basic of the internal standard requests is ``describe-yourself'', which can be sent to any module in the system. The module responds with a semi-predefined piece of XML, making these requests very efficient. The response is predefined apart from any language-specific text strings, which are put together as each request comes in, based on the language attribute of the request.
1090\begin{quote}\begin{gsc}\begin{verbatim}
1091<request lang='en' type='describe' to=''/>
1092\end{verbatim}\end{gsc}\end{quote}
1093If the \gst{to} field is empty, a request is answered by the MessageRouter.
1094An example response from a MessageRouter might look like this:
1095\begin{quote}\begin{gsc}\begin{verbatim}
1096<response lang='en' type='describe'>
1097 <serviceList/>
1098 <siteList>
1099 <site name='org.greenstone.gsdl1'
1100 address='http://localhost:8080/soap/servlet/rpcrouter'
1101 type='soap' />
1102 </siteList>
1103 <serviceClusterList>
1104 <serviceCluster name="build" />
1105 </serviceClusterList>
1106 <collectionList>
1107 <collection name='org.greenstone.gsdl1/
1108 org.greenstone.gsdl2/fao' />
1109 <collection name='org.greenstone.gsdl1/demo' />
1110 <collection name='org.greenstone.gsdl1/fao' />
1111 <collection name='myfiles' />
1112 </collectionList>
1113</response>
1114\end{verbatim}\end{gsc}\end{quote}
1115This MessageRouter has no individual site-wide services (an empty \gst{<serviceList>}), but has a service cluster called build (which provides collection importing and building functionality). It
1116communicates with one site, \gst{org.greenstone.gsdl1}. It is aware of four
1117collections. One of these, \gst{myfiles}, belongs to it; the other three are
1118available through the external site. One of those collections is actually from
1119a further external site.
1120
1121It is possible to ask just for a specific part of the information provided by a
1122describe request, rather than the whole thing. For example, these two
1123messages get the \gst{collectionList} and the \gst{siteList} respectively:
1124\begin{quote}\begin{gsc}\begin{verbatim}
1125<request lang='en' type='describe' to=''>
1126 <paramList>
1127 <param name='subset' value='collectionList'/>
1128 </paramList>
1129</request>
1130
1131<request lang='en' type='describe' to=''>
1132 <paramList>
1133 <param name='subset' value='siteList'/>
1134 </paramList>
1135</request>
1136\end{verbatim}\end{gsc}\end{quote}
1137
1138Subset options for the MessageRouter include \gst{collectionList}, \gst{serviceClusterList}, \gst{serviceList}, \gst{siteList}.
1139
1140When a collection or service cluster is asked to describe itself, what is returned is a list of metadata, some display elements, and a list of services. For example, here is such a message, along with a sample response.
1141
1142\begin{quote}\begin{gsc}\begin{verbatim}
1143<request lang='en' type='describe' to='mgppdemo'/>
1144
1145<response from="mgppdemo" type="describe">
1146 <collection name="mgppdemo">
1147 <displayItem lang="en" name="name">greenstone mgpp demo
1148 </displayItem>
1149 <displayItem lang="en" name="description">This is a
1150 demonstration collection for the Greenstone digital
1151 library software. It contains a small subset (11 books)
1152 of the Humanity Development Library. It is built with
1153 mgpp.</displayItem>
1154 <displayItem lang="en" name="icon">mgppdemo.gif</displayItem>
1155 <serviceList>
1156 <service name="DocumentStructureRetrieve" type="retrieve" />
1157 <service name="DocumentMetadataRetrieve" type="retrieve" />
1158 <service name="DocumentContentRetrieve" type="retrieve" />
1159 <service name="ClassifierBrowse" type="browse" />
1160 <service name="ClassifierBrowseMetadataRetrieve"
1161 type="retrieve" />
1162 <service name="TextQuery" type="query" />
1163 <service name="FieldQuery" type="query" />
1164 <service name="AdvancedFieldQuery" type="query" />
1165 <service name="PhindApplet" type="applet" />
1166 </serviceList>
1167 <metadataList>
1168 <metadata name="creator">[email protected]</metadata>
1169 <metadata name="numDocs">11</metadata>
1170 <metadata name="buildType">mgpp</metadata>
1171 <metadata name="httpPath">http://kanuka:8090/gsdl3/sites/
1172 localsite/collect/mgppdemo</metadata>
1173 </metadataList>
1174 </collection>
1175</response>
1176\end{verbatim}\end{gsc}\end{quote}
1177
1178Subset options for a collection or serviceCluster include \gst{metadataList}, \gst{serviceList}, and \gst{displayItemList}.
1179
1180This collection provides many typical services. Notice how this response lists the services available, while the collection configuration file for this collection (Figure~\ref{fig:collconfig}) described serviceRacks. Once the service racks have been configured, they become transparent in the system, and only services are referred to.
1181There are three document retrieval services, for structural information, metadata, and content. The Classifier services retrieve classification structure and metadata. These five services were all provided by the GS2MGPPRetrieve ServiceRack. The three query services were provided by GS2MGPPSearch serviceRack, and provide different kinds of query interface. The last service, PhindApplet, is provided by the PhindPhraseBrowse serviceRack and is an applet service.
1182
1183A \gst{describe} request sent to a service returns a list of parameters that
1184the service accepts and some display information, (and in future may describe the content type for the request and response). Subset options for the request include \gst{paramList} and \gst{displayItemList}.
1185
1186Parameters can be in the following formats:
1187\begin{quote}\begin{gsc}\begin{verbatim}
1188<param name='xxx' type='integer|boolean|string|invisible' default='yyy'/>
1189<param name='xxx' type='enum_single|enum_multi' default='aa'/>
1190 <option name='aa'/><option name='bb'/>...
1191</param>
1192<param name='xxx' type='multi' occurs='4'>
1193 <param .../>
1194 <param .../>
1195</param>
1196\end{verbatim}\end{gsc}\end{quote}
1197
1198If no default is specified, the parameter is assumed to be mandatory.
1199Here are some examples of parameters:
1200\begin{quote}\begin{gsc}\begin{verbatim}
1201<param name='case' type='boolean' default='0'/>
1202
1203<param name='maxDocs' type='integer' default='50'/>
1204
1205<param name='index' type='enum' default='dtx'>
1206 <option name='dtx'/>
1207 <option name='stt'/>
1208 <option name='stx'/>
1209<param>
1210
1211<!-- this one is for the text box and field list for the
1212simple field query-->
1213<param name='simpleField' type='multi' occurs='4'>
1214 <param name='fqv' type='string'/>
1215 <param name='fqf' type='enum_single'>
1216 <option name='TI'/><option name='AU'/><option name='OR'/>
1217 </param>
1218</param>
1219
1220\end{verbatim}\end{gsc}\end{quote}
1221The type attribute is used to determine how to display the parameters on a web page or interface. For example, a string parameter may result in a text entry box, a boolean an on/off button, enum\_single/enum\_multi a drop-down menu, where one or many items, respectively, can be selected.
1222A multi-type parameter indicates that two or more parameters are associated, and should be displayed appropriately. For example, in a field query, the text box and field list should be associated. The occurs attribute specifies how many times the parameter should be displayed on the page.
1223Parameters also come with display information: all the text strings needed to present them to the user. These include the name of the parameter and the display values for any options. These are included in the above parameter descriptions in the form of \gst{<displayItem>} elements.
1224
1225A service description also contains some display information---this includes the name of the service, and the text for the submit button.
1226
1227Here is a sample describe request to the FieldQuery service of collection mgppdemo, along with its response. The parameters in this example include their display information. Figure~\ref{fig:query-display} shows an example html search form that may be generated from this describe response.
1228
1229\begin{quote}\begin{gsc}\begin{verbatim}
1230<request lang="en" to="mgppdemo/FieldQuery" type="describe" />
1231
1232<response from="mgppdemo/FieldQuery" type="describe">
1233 <service name="FieldQuery" type="query">
1234 <displayItem name="name">Form Query</displayItem>
1235 <displayItem name="submit">Search</displayItem>
1236 <paramList>
1237 <param default="Doc" name="level" type="enum_single">
1238 <displayItem name="name">Granularity to search at</displayItem>
1239 <option name="Doc">
1240 <displayItem name="name">Document</displayItem>
1241 </option>
1242 <option name="Sec">
1243 <displayItem name="name">Section</displayItem>
1244 </option>
1245 <option name="Para">
1246 <displayItem name="name">Paragraph</displayItem>
1247 </option>
1248 </param>
1249 <param default="1" name="case" type="boolean">
1250 <displayItem name="name">Turn casefolding </displayItem>
1251 <option name="0">
1252 <displayItem name="name">off</displayItem>
1253 </option>
1254 <option name="1">
1255 <displayItem name="name">on</displayItem>
1256 </option>
1257 </param>
1258 <param default="1" name="stem" type="boolean">
1259 <displayItem name="name">Turn stemming </displayItem>
1260 <option name="0">
1261 <displayItem name="name">off</displayItem>
1262 </option>
1263 <option name="1">
1264 <displayItem name="name">on</displayItem>
1265 </option>
1266 </param>
1267 <param default="10" name="maxDocs" type="integer">
1268 <displayItem name="name">Maximum documents to return
1269 </displayItem>
1270 </param>
1271 <param name="simpleField" occurs="4" type="multi">
1272 <displayItem name="name"></displayItem>
1273 <param name="fqv" type="string">
1274 <displayItem name="name">Word or phrase </displayItem>
1275 </param>
1276 <param default="ZZ" name="fqf" type="enum_single">
1277 <displayItem name="name">in field</displayItem>
1278 <option name="ZZ">
1279 <displayItem name="name">allfields</displayItem>
1280 </option>
1281 <option name="TX">
1282 <displayItem name="name">text</displayItem>
1283 </option>
1284 <option name="TI">
1285 <displayItem name="name">Title</displayItem>
1286 </option>
1287 <option name="SU">
1288 <displayItem name="name">Subject</displayItem>
1289 </option>
1290 <option name="ORG">
1291 <displayItem name="name">Organization</displayItem>
1292 </option>
1293 <option name="SO">
1294 <displayItem name="name">Source</displayItem>
1295 </option>
1296 </param>
1297 </param>
1298 </paramList>
1299 </service>
1300</response>
1301\end{verbatim}\end{gsc}\end{quote}
1302
1303\begin{figure}[t]
1304 \centering
1305 \includegraphics[width=3.5in]{query2.ps}
1306 \caption{The previous query service describe response as displayed on the search page.}
1307 \label{fig:query-display}
1308\end{figure}
1309
1310A describe request to an applet type service returns the applet html element: this will be embedded into a web page to run the applet.
1311\begin{quote}\begin{gsc}\begin{verbatim}
1312<request type='describe' to='mgppdemo/PhindApplet'/>
1313
1314<response type='describe'>
1315 <service name='PhindApplet' type='query'>
1316 <applet ARCHIVE='phind.jar, xercesImpl.jar, gsdl3.jar,
1317 jaxp.jar, xml-apis.jar'
1318 CODE='org.greenstone.applet.phind.Phind.class'
1319 CODEBASE='lib/java'
1320 HEIGHT='400' WIDTH='500'>
1321 <PARAM NAME='library' VALUE=''/>
1322 <PARAM NAME='phindcgi' VALUE='?a=a&amp;sa=r&amp;sn=Phind'/>
1323 <PARAM NAME='collection' VALUE='mgppdemo' />
1324 <PARAM NAME='classifier' VALUE='1' />
1325 <PARAM NAME='orientation' VALUE='vertical' />
1326 <PARAM NAME='depth' VALUE='2' />
1327 <PARAM NAME='resultorder' VALUE='L,l,E,e,D,d' />
1328 <PARAM NAME='backdrop' VALUE='interfaces/default/>
1329 images/phindbg1.jpg'/>
1330 <PARAM NAME='fontsize' VALUE='10' />
1331 <PARAM NAME='blocksize' VALUE='10' />
1332 The Phind java applet.
1333 </applet>
1334 <displayItem name="name">Browse phrase hierarchies</displayItem>
1335 </service>
1336</response>
1337\end{verbatim}\end{gsc}\end{quote}
1338
1339Note that the library parameter has been left blank. This is because library refers to the current servlet that is running and the name is not necessarily known in advance. So either the applet action or the Receptionist must fill in this parameter before displaying the html.
1340
1341\subsection{'system'-type messages}\label{sec:system}
1342
1343``System'' requests are used to tell a MessageRouter, Collection or ServiceCluster to update its cached information and activate or deactivate other modules. For example, the MessageRouter has a set of Collection modules that it can talk to. It also holds some XML information about those collections---this is returned when a request for a collection list comes in. If a collection is deleted or modified, or a new one created, this information may need to change, and the list of available modules may also change. Currently these requests are initiated by particular CGI requests (see Section~\ref{sec:runtime-config}).
1344
1345The basic format of a system request is as follows:
1346
1347\begin{quote}\begin{gsc}\begin{verbatim}
1348<request type='system' to=''>
1349 <system .../>
1350</request>
1351\end{verbatim}\end{gsc}\end{quote}
1352
1353One or more actual requests are specified in system elements. The following are examples:
1354\begin{quote}\begin{gsc}\begin{verbatim}
1355<system type='configure' subset=''/>
1356<system type='configure' subset='collectionList'/>
1357<system type='activate' moduleType='collection' moduleName='demo'/>
1358<system type='deactivate' moduleType='site' moduleName='site1'/>
1359\end{verbatim}\end{gsc}\end{quote}
1360
1361The first request reconfigures the whole site---the MessageRouter goes through its whole configure process again. The second request just reconfigures the collectionList---the MessageRouter will delete all its collection information, and re-look through the collect directory and reload all the collections again.
1362The third request is to activate collection demo. This could be a new collection, or a reactivation of an old one. If a collection module already exists, it will be deleted, and a new one loaded. The final request deactivates the site site1---this removes the site from the siteList and module map, and also removes any of that sites collections/services from the static lists.
1363
1364A response just contains a status message\footnote{TODO: add in error/status codes}, for example:
1365\begin{quote}\begin{gsc}\begin{verbatim}
1366<status>MessageRouter reconfigured successfully</status>
1367<status>Error on reconfiguring collectionList</status>
1368<status>collection:demo activated</status>
1369<status>site:site1 deactivated</status>
1370\end{verbatim}\end{gsc}\end{quote}
1371
1372System requests are mainly answered by the MessageRouter. However, Collections and ServiceClusters will respond to a subset of these requests.
1373
1374\subsection{'format'-type messages}\label{sec:format}
1375
1376Collection designers are able to specify how their collection looks to a certain degree. They can specify format statements for display that will apply to the results of a search, the display of a document, entries in a classification hierarchy, for example. This info is generally service specific. All services respond to a format request, where they return any service specific formatting information. A typical request and response looks like this:
1377\begin{quote}\begin{gsc}\begin{verbatim}
1378<request lang="en" to="mgppdemo/FieldQuery" type="format" />
1379
1380<response from="mgppdemo/FieldQuery" type="format">
1381 <format>
1382 <gsf:template match="documentNode"><td><gsf:link>
1383 <gsf:metadata name="Title" />(<gsf:metadata name="Source" />)
1384 </gsf:link></td>
1385 </gsf:template>
1386 </format>
1387</response>
1388\end{verbatim}\end{gsc}\end{quote}
1389
1390The actual format statements are described in Section~\ref{sec:formatstmt}. They are templates written directly in XSLT, or in GSF (GreenStone Format) which is a simple XML representation of the more complicated XSLT templates.
1391GSF-style format statements need to be converted to proper XSLT. This is currently done by the Receptionist (but may be moved to an ActionHelper): the format XML is transformed to XSLT using XSLT with the config\_format.xsl stylesheet.
1392
1393\subsection{'status'-type messages}\label{sec:status}
1394
1395These are only used with process-type services, which are those where a request is sent to start some type of process (see Section~\ref{sec:process}). An initial 'process' request to a 'process' service generates a response which states whether the process had successfully started, and whether its still continuing. If the process is not finished, status requests can be sent repeatedly to the service to poll the status, using the pid to identify the process. Status codes are used to identify the state of a process. The values used at the moment are listed in Table~\ref{tab:status codes}\footnote{A more standard set of codes should probably be used, for example, the HTTP codes}.
1396
1397\begin{table}
1398\caption{Status codes currently used in \gsiii\ }
1399\label{tab:status codes}
1400{\footnotesize
1401\begin{tabular}{llp{8cm}}
1402\hline
1403\bf code name & \bf code & \bf meaning \\
1404& \bf value & \\
1405\hline
1406SUCCESS & 1 & the request was accepted, and the process was completed \\
1407ACCEPTED & 2 & the request was accepted, and the process has been started, but it is not completed yet \\
1408ERROR & 3 & there was an error and the process was stopped \\
1409CONTINUING & 10 & the process is still continuing \\
1410COMPLETED & 11 & the process has finished \\
1411HALTED & 12 & the process has stopped \\
1412INFO & 20 & just an info message that doesn't imply anything \\
1413\hline
1414\end{tabular}}
1415\end{table}
1416
1417 The following shows an example status request, along with two responses, the first a 'OK but continuing' response, and the second a 'successfully completed' response. The content of the status elements in the two responses is the output from the process since the last status update was sent back.
1418
1419\begin{quote}\begin{gsc}\begin{verbatim}
1420<request lang="en" to="build/ImportCollection" type="status">
1421 <paramList>
1422 <param name="pid" value="2" />
1423 </paramList>
1424</request>
1425
1426<response from="build/ImportCollection">
1427 <status code="2" pid="2">Collection construction: import collection.
1428command = import.pl -collectdir /research/kjdon/home/gsdl3/web/sites/
1429 localsite/collect test1
1430starting
1431 </status>
1432</response>
1433
1434<response from="build/ImportCollection">
1435 <status code="11" pid="2">RecPlug: getting directory
1436/research/kjdon/home/gsdl3/web/sites/localsite/collect/test1/import
1437WARNING - no plugin could process /.keepme
1438
1439*********************************************
1440Import Complete
1441*********************************************
1442* 1 document was considered for processing
1443* 0 were processed and included in the collection
1444* 1 was rejected. See /research/kjdon/home/gsdl3/web/sites/
1445 localsite/collect/test1/etc/fail.log for a list of rejected documents
1446Success
1447 </status>
1448</response>
1449\end{verbatim}\end{gsc}\end{quote}
1450
1451\subsection{'process'-type messages}
1452
1453Process requests and responses provide the major functionality of the system---these are the ones that do the actual work. The format depends on the service they are for, so I'll describe these by service.
1454
1455Query type services TextQuery, FieldQuery, AdvancedFieldQuery (GS2MGSearch, GS2MGPPSearch), TextQuery (LuceneSearch)
1456The main type of requests in the system are for services. There are different types of services, currently: \gst{query}, \gst{browse}, \gst{retrieve}, \gst{process}, \gst{applet}, \gst{enrich}. Query services do some kind of search and return a list of document identifiers. Retrieve services can return the content of those documents, metadata about the documents, or other resources. Browse is for browsing lists or hierarchies of documents. Process type services are those where the request is for a command to be run. A status code will be returned immediately, and then if the command has not finished, an update of the status can be requested. Applet services are those that run an applet. Enrich services take a document and return the document with some extra markup added.
1457
1458 Other possibilities include transform, extract, accrete. These types of service generally enhance the functionality of the first set. They may be used during collection formation: 'accrete' documents by adding them to a collection, 'transform' the documents into a different format, 'extract' information or acronyms from the documents, 'enrich' those documents with the information extracted or by adding new information. They may also be used during querying: 'transform' a query before using it to query a collection, or 'transform' the documents you get back into an appropriate form.
1459
1460The basic structure of a service 'process' request is as follows:
1461\begin{quote}\begin{gsc}\begin{verbatim}
1462
1463<request lang='en' type='process' to='demo/TextQuery'>
1464 <paramList/>
1465 other elements...
1466</request>
1467
1468\end{verbatim}\end{gsc}\end{quote}
1469
1470The parameters are name-value pairs corresponding to parameters that were specified in the service description sent in response to a describe request.
1471
1472\begin{quote}\begin{gsc}\begin{verbatim}
1473<param name='case' value='1'/>
1474<param name='maxDocs' value='34'/>
1475<param name='index' value='dtx'/>
1476\end{verbatim}\end{gsc}\end{quote}
1477
1478Some requests have other content---for document retrieval, this would be a list of document identifiers to retrieve. For metadata retrieval, the content is the list of documents to retrieve metadata for.
1479
1480Responses vary depending on the type of request. The following sections look at the process type requests and responses for each type of service.
1481
1482\subsubsection{'query'-type services}
1483Responses to query requests contain a list of document identifiers, along with some other information, dependent on the query type. For a text query, this includes term frequency information, and some metadata about the result. For instance, a text query on 'snail farming', with the parameter 'maxDocs=10' might return the first 10 documents, and one of the query metadata items would be the total number of documents that matched the query.\footnote{no metadata about the query result is returned yet.}
1484
1485The following shows an example query request and its response.
1486
1487Find at most 10 Sections in the mgppdemo collection, containing the word snail (stemmed), returning the results in ranked order:
1488\begin{quote}\begin{gsc}\begin{verbatim}
1489<request lang='en' to="mgppdemo/TextQuery" type="process">
1490 <paramList>
1491 <param name="maxDocs" value="10"/>
1492 <param name="queryLevel" value="Section"/>
1493 <param name="stem" value="1"/>
1494 <param name="matchMode" value="some"/>
1495 <param name="sortBy" value="1"/>
1496 <param name="index" value="t0"/>
1497 <param name="case" value="0"/>
1498 <param name="query" value="snail"/>
1499 </paramList>
1500</request>
1501
1502<response from="mgppdemo/TextQuery" type="process">
1503 <metadataList>
1504 <metadata name="numDocsMatched" value="59" />
1505 </metadataList>
1506 <documentNodeList>
1507 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2"
1508 docType='hierarchy' nodeType="leaf" />
1509 <documentNode nodeID="HASH010f073f22033181e206d3b7.2.12"
1510 docType='hierarchy' nodeType="leaf" />
1511 <documentNode nodeID="HASH010f073f22033181e206d3b7.1"
1512 docType='hierarchy' nodeType="interior" />
1513 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.2.2"
1514 docType='hierarchy' nodeType="leaf" />
1515 ...
1516 </documentNodeList>
1517 <termList>
1518 <term field="" freq="454" name="snail" numDocsMatch="58" stem="3">
1519 <equivTermList>
1520 <term freq="" name="Snail" numDocsMatch="" />
1521 <term freq="" name="snail" numDocsMatch="" />
1522 <term freq="" name="Snails" numDocsMatch="" />
1523 <term freq="" name="snails" numDocsMatch="" />
1524 </equivTermList>
1525 </term>
1526 </termList>
1527</response>
1528\end{verbatim}\end{gsc}\end{quote}
1529
1530The list of document identifiers includes some information about document type and node type. Currently, document types include \gst{simple}, \gst{paged} and \gst{hierarchy}. \gst{simple} is for single section documents, i.e. ones with no sub-structure. \gst{paged} is documents that have a single list of sections, while \gst{hierarchy} type documents have a hierarchy of nested sections. For \gst{paged} and \gst{hierarchy} type documents, the node type identifies whether a section is the root of the document, an internal section, or a leaf.
1531
1532The term list identifies, for each term in the query, what its frequency in the collection is, how many documents contained that term, and a list of its equivalent terms (if stemming or casefolding was used).
1533
1534\subsubsection{'browse'-type services}
1535
1536Browse type services are used for classification browsing. The request consists of a list of classifier identifiers, and some structure parameters listing what structure to retrieve.
1537
1538\begin{quote}\begin{gsc}\begin{verbatim}
1539<request lang="en" to="mgppdemo/ClassifierBrowse" type="process">
1540 <paramList>
1541 <param name="structure" value="ancestors" />
1542 <param name="structure" value="children" />
1543 </paramList>
1544 <classifierNodeList>
1545 <classifierNode nodeID="CL1.2" />
1546 </classifierNodeList>
1547</request>
1548
1549<response from="mgppdemo/ClassifierBrowse" type="process">
1550 <classifierNodeList>
1551 <classifierNode nodeID="CL1">
1552 <nodeStructure>
1553 <classifierNode nodeID="CL1">
1554 <classifierNode nodeID="CL1.2">
1555 <classifierNode nodeID="CL1.2.1" />
1556 <classifierNode nodeID="CL1.2.2" />
1557 <classifierNode nodeID="CL1.2.3" />
1558 <classifierNode nodeID="CL1.2.4" />
1559 <classifierNode nodeID="CL1.2.5" />
1560 </classifierNode>
1561 </classifierNode>
1562 </nodeStructure>
1563 </classifierNode>
1564 </classifierNodeList>
1565</response>
1566\end{verbatim}\end{gsc}\end{quote}
1567
1568Possible values for structure parameters are \gst{ancestors}, \gst{parent}, \gst{siblings}, \gst{children}, \gst{descendents}. The response gives, for each identifier in the request, a \gst{<nodeStructure>} element with all the requested structure put together into a hierarchy. The structure may include classifier and document nodes.
1569
1570
1571\subsubsection{'retrieve'-type services}
1572
1573Retrieval services are special in that requests are not explicitly initiated by a user from a form on a web page, but are called from actions in response to other things. This means that their names are hard-coded into the Actions. DocumentContentRetrieve, DocumentStructureRetrieve and DocumentMetadataRetrieve are the standard names for retrieval services for content, structure, and metadata of documents. Requests to each of these include a list of document identifiers. Because these generally refer to parts of documents, the elements are called \gst{<documentNode>}. For the content, that is all that is required. For the metadata retrieval service, the request also needs parameters specifying what metadata is required. For structure retrieval services, requests need parameters specifying what structure or structural info is required.
1574
1575Some example requests and responses follow.
1576
1577Give me the Title metadata for these documents:
1578\begin{quote}\begin{gsc}\begin{verbatim}
1579
1580<request lang="en" to="mgppdemo/DocumentMetadataRetrieve" type="process">
1581 <paramList>
1582 <param name="metadata" value="Title" />
1583 </paramList>
1584 <documentNodeList>
1585 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2"/>
1586 <documentNode nodeID="HASH010f073f22033181e206d3b7.2.12"/>
1587 <documentNode nodeID="HASH010f073f22033181e206d3b7.1"/>
1588 ...
1589 </documentNodeList>
1590</request>
1591
1592<response from="mgppdemo/DocumentMetadataRetrieve" type="process">
1593 <documentNodeList>
1594 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2">
1595 <metadataList>
1596 <metadata name="Title">Putting snails in your second pen</metadata>
1597 </metadataList>
1598 </documentNode>
1599 <documentNode nodeID="HASH010f073f22033181e206d3b7.2.12">
1600 <metadataList>
1601 <metadata name="Title">Now you must decide</metadata>
1602 </metadataList>
1603 </documentNode>
1604 <documentNode nodeID="HASH010f073f22033181e206d3b7.1">
1605 <metadataList>
1606 <metadata name="Title">Introduction</metadata>
1607 </metadataList>
1608 </documentNode>
1609 </documentNodeList>
1610</response>
1611\end{verbatim}\end{gsc}\end{quote}
1612
1613One or more parameters specifying metadata may be included in a request. Also, a value of \gst{all} will retrieve all the metadata for each document.
1614
1615Any browse-type service must also implement a metadata retrieval service to provide metadata for the nodes in the classification hierarchy. The name of it is the browse service name plus \gst{MetadataRetrieve}. For example, the ClassifierBrowse service described in the previous section should also have a ClassifierBrowseMetadataRetrieve service. The request and response format is exactly the same as for the DocumentMetadataRetrieve service, except that \gst{<documentNode>} elements are replaced by \gst{<classifierNode>} elements (and the corresponding list element is also changed).
1616
1617Give me the text (content) of this document:
1618\begin{quote}\begin{gsc}\begin{verbatim}
1619<request lang="en" to="mgppdemo/DocumentContentRetrieve" type="process">
1620 <paramList />
1621 <documentNodeList>
1622 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2" />
1623 </documentNodeList>
1624</request>
1625
1626<response from="mgppdemo/DocumentContentRetrieve" type="process">
1627 <documentNodeList>
1628 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2">
1629 <nodeContent>&lt;Section&gt;
1630 &lt;/B&gt;&lt;P ALIGN=&quot;JUSTIFY&quot;&gt;&lt;/P&gt;
1631 &lt;P ALIGN=&quot;JUSTIFY&quot;&gt;190. When the plants in
1632 your second pen have grown big enough to provide food and
1633 shelter, you can put in the snails.&lt;/P&gt;
1634 </nodeContent>
1635 </documentNode>
1636 </documentNodeList>
1637</response>
1638\end{verbatim}\end{gsc}\end{quote}
1639
1640The content of a node is returned in a \gst{<nodeContent>} element. In this case it is escaped HTML.
1641
1642Give me the ancestors and children of the specified node, along with the number of siblings it has:
1643\begin{quote}\begin{gsc}\begin{verbatim}
1644<request lang="en" to="mgppdemo/DocumentStructureRetrieve" type="process">
1645 <paramList>
1646 <param name="structure" value="ancestors" />
1647 <param name="structure" value="children" />
1648 <param name="info" value="numSiblings" />
1649 </paramList>
1650 <documentNodeList>
1651 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2" />
1652 </documentNodeList>
1653</request>
1654
1655<response from="mgppdemo/DocumentStructureRetrieve" type="process">
1656 <documentNodeList>
1657 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2">
1658 <nodeStructureInfo>
1659 <info name="numSiblings" value="2" />
1660 </nodeStructureInfo>
1661 <nodeStructure>
1662 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd"
1663 docType='hierarchy' nodeType="root">
1664 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4"
1665 docType='hierarchy' nodeType="interior">
1666 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd.4.2"
1667 docType='hierarchy' nodeType="leaf" />
1668 </documentNode>
1669 </documentNode>
1670 </nodeStructure>
1671 </documentNode>
1672 </documentNodeList>
1673</response>
1674\end{verbatim}\end{gsc}\end{quote}
1675
1676Structure is returned inside a \gst{<nodeStructure>} element, while structural info is returned in a \gst{<nodeStructureInfo>} element. Possible values for structure parameters are as for browse services: \gst{ancestors}, \gst{parent}, \gst{siblings}, \gst{children}, \gst{descendents}. Possible values for info parameters are \gst{numSiblings}, \gst{siblingPosition}, \gst{numChildren}.
1677
1678\subsubsection{'process'-type services}\label{sec:process}
1679Requests to process-type services are not requests for data---they request some action to be carried out, for example, create a new collection, or import a collection. The response is a status or an error message. The import and build commands may take a long time to complete, so a response is sent back after a successful start to the command. The status may be polled by the requester to see how the process is going.
1680
1681Process requests generally contain just a parameter list. Like for any service, the parameters used by a process-type service can be obtained by a describe request to that service.
1682
1683Here are two example requests for process-services that are part of the build service cluster (hence the addresses all begin with 'build/'), followed by an example response:
1684
1685\begin{quote}\begin{gsc}\begin{verbatim}
1686<request lang='en' type='process' to='build/NewCollection'>
1687 <paramList>
1688 <param name='creator' value='[email protected]'/>
1689 <param name='collName' value='the demo collection'/>
1690 <param name='collShortName' value='demo'/>
1691 </paramlist>
1692</request>
1693
1694<request lang='en' type='process' to='build/ImportCollection'>
1695 <paramList>
1696 <param name='collection' value='demo'/>
1697 </paramlist>
1698</request>
1699
1700<response from="build/ImportCollection">
1701 <status code="2" pid="2">Starting process...</status>
1702</response>
1703\end{verbatim}\end{gsc}\end{quote}
1704
1705The \gst{code} attribute in the response specifies whether the command has been successfully stated, whether its still going, etc (see Table~\ref{tab:status codes} for a list of currently used codes). The pid attribute specifies a process id number that can be used when querying the status of this process. The content of the status element is (currently) just the output from the process so far. Status messages, which were described in Section~\ref{sec:status}, are used to find out how the process is going, and whether it has finished or not.
1706
1707\subsubsection{'applet'-type services}
1708
1709Applet-type services are those that process the data for an applet. A request consists only of a list of parameters, and the response contains an \gst{<appletData>} element that contains the XML data to be returned to the applet. The format of this is entirely specific to the applet---there is no set format to the applet data.
1710
1711Here is an example request and response, used by the Phind applet:
1712\begin{quote}\begin{gsc}\begin{verbatim}
1713 <request type='query' to='mgppdemo/PhindApplet'>
1714 <paramList>
1715 <param name='pc' value='1'/>
1716 <param name='pptext' value='health'/>
1717 <param name='pfe' value='0'/>
1718 <param name='ple' value='10'/>
1719 <param name='pfd' value='0'/>
1720 <param name='pld' value='10'/>
1721 <param name='pfl' value='0'/>
1722 <param name='pll' value='10'/>
1723 </paramList>
1724 </request>
1725
1726 <response type='query' from='mgppdemo/PhindApplet'>
1727 <appletData>
1728 <phindData df='9' ef='46' id='933' lf='15' tf='296'>
1729 <expansionList end='10' length='46' start='0'>
1730 <expansion df='4' id='8880' num='0' tf='59'>
1731 <suffix> CARE</suffix>
1732 </expansion>
1733 ...
1734 </expansionList>
1735 <documentList end='10' length='9' start='0'>
1736 <document freq='78' hash='HASH4632a8a51d33c47a75c559' num='0'>
1737 <title>The Courier - N??159 - Sept- Oct 1996 Dossier Investing
1738 in People Country Reports: Mali ; Western Samoa
1739 </title>
1740 </document>
1741 ...
1742 </documentList>
1743 <thesaurusList end='10' length='15' start='0'>
1744 <thesaurus df='7' id='12387' tf='15' type='RT'>
1745 <phrase>PUBLIC HEALTH</phrase>
1746 </thesaurus>...
1747 </thesaurusList>
1748 </phindData>
1749 </appletData>
1750 </response>
1751
1752\end{verbatim}\end{gsc}\end{quote}
1753
1754\subsubsection{'enrich'-type services}
1755
1756Enrich services typically take some text of documents (inside \gst{<nodeContent>} tags) and returns the text marked up in some way. One example of this is the GatePOSTag service: this identifies Dates, Locations, People and Organizations in the text, and annotates the text with the labels. In the following example, the request is for Location and Dates to be identified.
1757
1758\begin{quote}\begin{gsc}\begin{verbatim}
1759<request lang="en" to="GatePOSTag" type="process">
1760 <paramList>
1761 <param name="annotationType" value="Date,Location" />
1762 </paramList>
1763 <documentNodeList>
1764 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd">
1765 <nodeContent>
1766 FOOD AND AGRICULTURE ORGANIZATION OF THE UNITED NATIONS
1767 Rome 1986
1768 P-69
1769 ISBN 92-5-102397-2
1770 FAO 1986
1771 </nodeContent>
1772 </documentNode>
1773 </documentNodeList>
1774</request>
1775
1776<response from="GatePOSTag" type="process">
1777 <documentNodeList>
1778 <documentNode nodeID="HASHac0a04dd14571c60d7fbfd">
1779 <nodeContent>
1780 FOOD AND AGRICULTURE ORGANIZATION OF THE UNITED NATIONS
1781 <annotation type="Location">Rome</annotation>
1782 <annotation type="Date">1986</annotation>
1783 P-69
1784 ISBN 92-5-102397-2
1785 FAO <annotation type="Date">1986</annotation>
1786 </nodeContent>
1787 </documentNode>
1788 </documentNodeList>
1789</response>
1790\end{verbatim}\end{gsc}\end{quote}
1791
1792\subsection{Page generation}\label{sec:pagegen}
1793
1794A 'page' is some XML or HTML (or other?) data returned in response to an
1795external 'page'-type request. These requests originate from outside \gs\ , for example from a servlet, or java application, and are received by the Receptionist. As described below in Section~\ref{sec:page-requests}, the requests are XML representations of \gs\ URLs. One of the arguments is action (a). This tells the Receptionist which Action module to pass the request to.
1796
1797Action modules decode the rest of the arguments to determine what requests need to be made to the system. One or more internal requests may be made to the MessageRouter. A request for format information from the Collection/Service may also be made. The resulting data is gathered together into a single XML response, \gst{<page>}, and returned to the Receptionist.
1798
1799The page format is described in Section~\ref{sec:page-format}. The XML may be returned as is, or may be modified by the Receptionist. The various Receptionists are described in Section~\ref{sec:recepts}. The default receptionist used by a servlet transforms the XML into HTML using XSL stylesheets. Section~\ref{sec:collformat} looks at collection specific formatting, in particular for HTML output.
1800Sections~\ref{sec:pageaction} to \ref{sec:systemaction} look at the various actions and what kind of data they gather.
1801
1802\subsubsection{'page'-type requests and their arguments}\label{sec:page-requests}
1803
1804These are requests for a 'page' of data---for example, the home page for a site; the query page for a collection; the text of a document. They contain, in XML, a list of arguments specifying what type of page is required. If the external context is a servlet, the arguments represent the 'CGI' arguments in a \gs\ URL. The two main arguments are \gst{a} (action) and \gst{sa} (subaction). All other arguments are encoded as parameters.
1805
1806Here are some examples of requests\footnote{In a servlet context, these correspond to the arguments \gst{a=p\&sa=about\&c=demo\&l=fr}, and \gst{a=q\&l=en\&s=TextQuery\&c=demo\&rt=r\&ca=0\&st=1\&m=10\&q=snail}.}:
1807
1808\begin{quote}\begin{gsc}\begin{verbatim}
1809<request type='page' action='p' subaction='about'
1810 lang='fr' output='html'>
1811 <paramList>
1812 <param name='c' value='demo'/>
1813 </paramList>
1814</request>
1815\end{verbatim}\end{gsc}\end{quote}
1816
1817\begin{quote}\begin{gsc}\begin{verbatim}
1818<request type='page' action='q' lang='en' output='html'>
1819 <paramList>
1820 <param name='s' value='TextQuery'/>
1821 <param name='c' value='demo'/>
1822 <param name='rt' value='r'/>
1823 <!-- the rest are the service specific params -->
1824 <param name='ca' value='0'/> <!-- casefold -->
1825 <param name='st' value='1'/> <!-- stem -->
1826 <param name='m' value='10'/> <!-- maxdocs -->
1827 <param name='q' value='snail'/> <!-- query string -->
1828 </paramList>
1829</request>
1830\end{verbatim}\end{gsc}\end{quote}
1831
1832There are some standard arguments used in Greenstone, and they are described in Table~\ref{tab:args}. These are used by Receptionists and Actions. The GSParams class specifies all the general basic arguments, and whether they should be saved or not (Some arguments need to be saved during a session, and this needs to be implemented outside \gs\ proper --- currently we do this in the servlet, using servlet session handling). The servlet has an init parameter \gst{params\_class} which specifies which params class to use: GSParams can be subclassed if necessary. The Receptionist and Actions must not have conflicting argument names.
1833
1834Other arguments are used dynamically and come from the Services. Service arguments must always be saved during a session. Services may be created by different people, and may reside on a different site. There is no guarantee that there is no conflict with argument names between services and actions. Therefore service parameters are namespaced when they are put on the page, whereas interface (receptionist and action) parameters have no namespace. The default namespace is s1 (service1) --- any parameters that are for the service will be prefixed by this. For example, the case parameter for a search will be put in the page as s1.case, and the resulting argument in a search URL will be s1.case. When actions are deciding which parameters need to be sent in a request to a service, they can use the namespace information.
1835
1836If there are two or more services combined on a page with a single submit button, they will use namespaces s1, s2, s3 etc as needed. The s (service) parameter will end up with a list of services. For example, \gst{s=TextQuery,MusicQuery,} and the order of these determines the mapping order of the namespaces, i.e. s1 will map to TextQuery, s2 to MusicQuery.
1837
1838\begin{table}
1839{\footnotesize
1840\begin{tabular}{lll}
1841\hline
1842\bf Argument & \bf Meaning &\bf Typical values \\
1843\hline
1844a & action & a (applet), q (query), b (browse), p (page), pr (process) \\
1845& & s (system)\\
1846sa & subaction & home, about (page action)\\
1847c & collection or & demo, build \\
1848& service cluster \\
1849s & service name & TextQuery, ImportCollection \\
1850rt & request type & d (display), r (request), s (status) \\
1851ro & response only & 0 or 1 - if set to one, the request is carried out \\
1852& & but no processing of the results is done \\
1853& & currently only used in process actions \\
1854o & output type & XML, html, WML \\
1855l & language & en, fr, zh ...\\
1856d & document id & HASHxxx \\
1857r & resource id & ???\\
1858pid & process handle & an integer identifying a particular process request \\
1859\hline
1860\end{tabular}}
1861\caption{Generic arguments that can appear in a \gs\ URL}
1862\label{tab:args}
1863\end{table}
1864
1865\subsubsection{page format}\label{sec:page-format}
1866
1867The basic page format is:
1868\begin{quote}\begin{gsc}\begin{verbatim}
1869<page lang='en'>
1870 <pageRequest/>
1871 <pageResponse/>
1872</page>
1873\end{verbatim}\end{gsc}\end{quote}
1874
1875* show configuration and describe whats its used for
1876
1877There are two main elements in the page: pageRequest, pageResponse. The pageRequest is the original request that came into the Receptionist---this is included so that any parameters can be preset to their previous values, for example, the query options on the query form. The pageResponse contains all the data that has been gathered from the system by the action. The other two elements contain extra information needed by XSLT. Config contains run-time variables such as the location of the gsdl home directory, the current site name, the name of the executable that is running (e.g. library)---these are needed to allow the XSLT to generate correct HTML URLs. Display contains some of the text strings needed in the interface---these are separate from the XSLT to allow for internationalization.
1878
1879The following subsections outline, for each action, what data is needed and what requests are generated to send to the system.
1880
1881
1882Once the XML page has been put together, the page to return to the user is created by transforming the XML using XSLT. The output is HTML at this stage, but it will be possible to generate alternative outputs, such as XML, WML etc. A set of XSLT files defines an 'interface'. Different users can change the look of their web pages by creating new XSLT files for a new 'interface'. Just as we have a sites directory where different sites 'live' (ie where their configuration file and collections are located), we have an interfaces directory where the different interfaces 'live' (ie their transforms and images are located there). The default XSLT files are
1883located in interfaces/default/transforms. Collections, sites and other interfaces
1884can override these files by having their own copy of the appropriate
1885files. New interfaces have their own directory inside interfaces/. Sites and collections can have a transform directory containing XSLT files. The order in which the XSLT files are looked for is collection, site, current
1886interface, default interface.\footnote{this currently breaks down for remote sites - need to rethink it a bit.}
1887***TODO*** describe a bit more?? currently only can get this locally
1888
1889\subsubsection{Receptionists}\label{sec:recepts}
1890
1891The receptionist is the controlling module for the page generation part of \gs\ . It has the job of loading up all the actions, and it knows about the message router it and the actions are supposed to talk to. It routes messages received to the appropriate action (page-type messages) or directly to the message router (all other types). Receptionists also do other things, for example, adding to the page received back from the action any information that is common to all pages.
1892
1893There are different ways of providing an interface to \gs\ , from web based CGI style (using servlets) to Java GUI applications. These different interfaces require slightly different responses from a receptionist, so we provide several standard types of receptionist.
1894
1895Receptionist: This is the most basic receptionist. The page it returns consists of the original request, and the response from the action it was sent to. Methods preProcessRequest, and postProcessPage are called on the request and page, respectively, but in this basic receptionist, they don't do anything.
1896
1897TransformingReceptionist: This extends Receptionist, and overwrites postProcessPage to transform the page using XSLT. An XSLT is listed for each action in the receptionists configuration file, and this is used to transform the page. First, some display information, and configuration information is added to the page. Then it is transformed using the specified XSLT for the action, and returned.
1898
1899WebReceptionist: The WebReceptionist extends TransformingReceptionist. It doesn't do much else except some argument conversion. To keep the URLs short, parameters from the services are given shortnames, and these are used in the web pages.
1900
1901DefaultReceptionist: This extends WebReceptionist, and is the default one for \gsiii\ servlets. Due to the page design, some extra information is needed for each page: some metadata about the current collection. The receptionist sends a describe request to the collection to get this, and appends it to the page before transformation using XSLT.
1902
1903NZDLReceptionist: (do we want to talk about this?) This is an example of a custom receptionist. For a look-alike nzdl.org system, even more information is needed for each page, namely the list of classifiers available from the ClassifierBrowse service.
1904
1905By default, the LibraryServlet uses DefaultReceptionist. However, there is a servlet init-param called \gst{receptionist} which can be set to make the servlet use a different one.
1906
1907\subsubsection{Collection specific formatting}\label{sec:collformat}
1908get format info, transform gsf->xsl. transfrom xml->html
1909
1910config params are passed in to the transformation
1911\subsubsection{CGI arguments}
1912
1913
1914\subsubsection{Page action}\label{sec:pageaction}
1915
1916PageAction is responsible for displaying kinds of information pages, such as the home page of the library, or the home page of a collection, or the help and preferenecs pages. These pages are not associated with specific services like the other page types. In general, the data comes from describe requests to various modules.
1917The different pages are requested using the subaction argument. For the 'home' page, a 'describe' request is sent to the MessageRouter---this returns a list of all the collections, services, serviceClusters and sites known about. For each collection, its metadata is retrieved via a 'describe' request. This metadata is added into the previous result, which is then added into the page. For the 'about' page, a \gst{describe} request is sent to the module that the about page is about: this may be a collection or a service cluster. This returns a list of metadata
1918and a list of services.
1919
1920
1921\subsubsection{Query action}\label{sec:queryaction}
1922
1923The basic URL is \gst{a=q\&s=TextQuery\&c=demo\&rt=d/r}.
1924There are three query services which have been implemented: TextQuery, FieldQuery, and AdvancedFieldQuery. These are all handled in the same way by query action.
1925For each page, the service description is requested from the service of the current collection (via a describe request). This is currently done every time the query page is
1926displayed, but should be cached. The description includes a list of the parameters available for the query, such as case/stem, max num docs to return, etc. If the request type (rt) parameter is set to d for display, the action only needs to display the form, and this is the only request to the service. Otherwise, the submit button has been pressed, and a query request to the TextQuery service is sent. This has all the parameters from the URL put into the parameter list. A list of document identifiers
1927is returned. A followup query is sent to the MetadataRetrieve service of the collection: the content includes the list of
1928documents, with a request for some of their metadata. Which metadata to retrieve is determined by looking through the XSLT that will be used to transform the page. The service description and query result are combined into a page of XML, which is returned to the Receptionist.
1929
1930\subsubsection{Applet action}\label{sec:appletaction}
1931
1932There are two types of request to the applet action: \gst{a=a \& rt=d\/} and
1933\gst{a=a \& rt=r\/}. The value \gst{rt=d\/} means ``display the applet.'' A
1934\gst{describe} request is sent to the service, which returns the \gst{<applet>} HTML element. The transformation file \gst{applet.xsl} embeds this
1935into the page, and the servlet returns the HTML.
1936
1937The value \gst{rt=r} signals a request from the applet. A process request containing all the parameters is sent to the applet service. The result contains an appletData element, which contains a single element - this element is returned
1938directly to the applet, in XML. No transformation is done.
1939Because the AppletAction doesn't know or care anything about the applet data, it can work with any applet-service pair.
1940
1941Note that the applet HTML may need to know the name of the \gst{library}
1942program. However, that name is chosen by the person who installed the software
1943and will not necessarily be ``library''. To get around this, the applet can
1944put a parameter called ``library'' into the applet data with a null value:
1945\begin{quote}\begin{gsc}\begin{verbatim}
1946<PARAM NAME='library' VALUE=''/>
1947\end{verbatim}\end{gsc}\end{quote}
1948When the AppletAction encounters this parameter it inserts the name of the
1949current library servlet as its value.
1950
1951\subsubsection{Document action}\label{sec:documentaction}
1952
1953DocumentAction is responsible for displaying a document to the user. The display might involve some metadata and/or text for a document or part of a document. For hierarchical documents, a table of contents may be shown, while for paged documents (those with a single linear list of sections), next and previous page buttons may be shown. These different display types require different information about the document. Depending on the arguments, DocumentAction will send requests to several services: DocumentMetadataRetrieve, DocumentStructureRetrieve and DocumentContentRetrieve.
1954
1955A basic display, for example, Title and text, involves a metadata request to get the Title, and a content request to get the text. Hierarchical table of contents display requires a structure request. If the entire contents is to be displayed, the parameter \gst{structure=entire} would be sent in the request. Otherwise, parameters \gst{structure=ancestors}, \gst{structure=children} and possibly \gst{structure=siblings} may be used, depending in the position of the current node in the document. These return a hierarchical structure of nodes, containing ancestor nodes, child nodes and sibling nodes, respectively.
1956For paged display, the structure is not actually needed. A structure request is still sent, but this time it requests some information, rather the structure itself. The information requested includes the number of siblings and the current position of the current node, or the number of children (if the current node is the root of the document).
1957
1958Metadata may be requested for the current node, or for any nodes in the structure, and content also. The metadata and content are added into the appropriate nodes in the structure hierarchy, and this is returned as the page data.
1959
1960\subsubsection{XML Document action}\label{sec:xmldocumentaction}
1961
1962XMLDOcumentAction is a little different to the standard DocumentAction. It operates in two modes, \gst{text} and \gst{toc}. In \gst{text} mode, it will retrieve the content of the current document node using a DocumentContentRetrieve request. In \gst{toc} mode, it retrieves the entire table of contents for the document using a DocumentStructureRetrieve request. Either mode may also retrieve metadata for the current section or each section in the table of contents.
1963
1964\subsubsection{GS2Browse action}\label{sec:browseaction}
1965
1966GS2BrowseAction is for displaying Greenstone 2 style classifiers.
1967\subsubsection{System action}\label{sec:systemaction}
1968
1969SystemAction allows for manual reconfiguration of various components at run-time. There is no interactive web-page displaying the options, it merely turns a set of CGI arguments into an XML system request. The response from a system request is a message which is displayed to the user.
1970
1971\begin{table}
1972\caption{Configure CGI arguments}
1973\label{tab:system-cgi}
1974{\footnotesize
1975\begin{tabular}{ll}
1976\hline
1977\bf arg & \bf description\\
1978\hline
1979a=s & system action\\
1980sa=c$|$a$|$d & type of system request: c (configure), a (add/activate), \\
1981& d (delete/deactivate) \\
1982c=demo & the request will go to this collection/servicecluster \\
1983& instead of the message router\\
1984ss=collectionList & subset for configure: only reconfigure this part.\\
1985& For the MessageRouter, can be serviceClusterList, serviceList, \\
1986& collectionList, siteList.\\
1987& For a collection/cluster, can be metadataList or serviceList.\\
1988sn=demo & \\
1989st=collection& \\
1990\hline
1991\end{tabular}}
1992\end{table}
1993
1994
1995\subsection{Other code information}
1996
1997Greenstone has a set of Utility classes, which are briefly described in Table~\ref{tab:utils}.
1998
1999\begin{table}[h]
2000\caption{The utility classes in org.greenstone.gsdl3.util}
2001\label{tab:utils}
2002{\footnotesize
2003\begin{tabular}{lp{3.75in}}
2004\hline
2005\bf Utility class & \bf Description\\
2006\hline
2007Dictionary & wrapper around a Resource Bundle, providing strings with parameters\\
2008GSConstants & holds some constants used for servlet arguments and configuration variables\\
2009GSEntityResolver & an EntityResolver which can be used to find resources such as DTDs\\
2010GSFile & class to create all \gs\ file paths e.g. used to locate configuration files, XSLT files and collection data. \\
2011GSHTML & provides convenience methods for dealing with HTML, e.g. making strings HTML safe\\
2012GSParams & contains names and default values for interface parameters\\
2013NZDLParams & a subclass of GSParams which holds default service parameters too, necessary for the classic style interface.\\
2014GSPath & used to create, examine and modify message address paths\\
2015GSSQL & contains static strings for all the SQL table/field names\\
2016GSStatus & some static codes for status messages\\
2017GSXML & lots of methods for extracting information out of \gs\ XML, and creating some common types of elements. Also has static Strings for element and attribute names used by \gs\ .\\
2018GSXSLT & some manipulation functions for \gs\ XSLT\\
2019Misc & miscellaneous functions\\
2020OID & class to handle \gs\ (2) OIDs\\
2021GS3OID & subclass of OID to handle \gsiii\ OIDs\\
2022SQLQuery & contains a connection to a SQL database, along with some methods for accessing the data, such as converting MG numbers to and from Greenstone OIDs.\\
2023XMLConverter & provides methods to create new Documents, parse Strings or Files into Documents, and convert Nodes to Strings\\
2024XMLTransformer & methods to transform XML using XSLT \\
2025XSLTUtil & contains static methods to be called from within XSLT \\
2026\hline
2027\end{tabular}}
2028\end{table}
2029
2030\newpage
2031\section{Collection building architecture}\label{sec:develop-build}
2032**** GEORGE ****
2033how building actually works\\
2034the building structure/architecture\\
2035modules API\\
2036
2037\newpage
2038\section{Developing \gsiii\ : Adding new features}\label{sec:new-features}
2039
2040\subsection{Creating new services}\label{sec:new-services}
2041
2042*inherit from ServiceRack - abstract base class. this handles the main process method, determines the service name and request type. if request type is describe, and to is empty, it returns a list of services (short\_service\_info) which is initialised in the configure method. a describe request to a particular service results in getServiceDescription being called, which must be supplied by the subclass.
2043other request types (process) get sent to processXXX methods, where XXX is the service name.
2044
2045* what methods are expected
2046
2047*service type responses expected
2048
2049*a browse type service must also implement servicenameMetadataRetrieve service.
2050
2051* should a metadata retrieval service advertise what metadata is available??
2052
2053standard service type vs new service type - standard needs some xml response syntax.
2054
2055\subsection{creating new actions/pages}\label{sec:new-pages}
2056
2057\subsection{new interfaces}\label{sec:new-interfaces}
2058
2059It is easy to create new interfaces to \gsiii. Here we are talking about interfaces other than those to display in typical browser.
2060
2061Handheld devices: Use the standard servlet setup, but with a different set of XSLT files to format the pages for small screens, or use WML.
2062
2063Java GUI Interface: There are couple of alternatives. Depending on what you want to display in the GUI, you could talk to either a Receptionist or a MessageRouter. The library classes can be set up and compiled into the GUI program.
2064Talking to a Receptionist will give you access to pages of XML. It is likely that the standard Receptionist class would be used - this doesn't transform the data to HTML. Queries such as ``give me the home page of a collection'' and ``do the following search'' can be issued. All teh data needed for the result view is returned. Queries are quite simple, but are limited to what kinds of Actions are available in the library.
2065Talking to a MessageRouter requires a bit more effort on the part of the GUI program, but results in greater flexibility. The kinds of queries that can be issued are individual units of action, such as ``describe yourself'', ``search'', ``retrieve the content for this document''. More than one request may need to be made for a particular feature of the GUI. However you can ask for any combination of data available in the system, you are not relying on Actions. What you will implemenet though, may be a lot like the Action code in terms of request sequences.
2066
2067Interfaces in other programming languages: Because the communication is all XML based, other interfaces can talk to the Java library if a communication protocol is set up. This could be done using SOAP for example. LIke for Java GUI interfaces, the program could talk to a Receptionist or to a MessageRouter.
2068e.g. java interface. where you can interface to. MR vs Receptionist. diff receptionists. egs, handheld - using servlet, transforming recpt, but new set of XSLT java program other program - talk to recpt but just get back XML data for pages. java gui - just talk to MR, do all processing itself.
2069
2070Remote interfaces: remote interfaces can be set up in the same way as above, using a communication protocol between the interface, and the library program.
2071
2072\subsection{Adding new classifiers}\label{sec:new-classifiers}
2073*** GEORGE ***
2074\subsection{Adding new plugins}\label{sec:new-plugins}
2075*** GEORGE ***
2076
2077\subsection{New types of collections}\label{sec:new-coll-types}
2078
2079There are two types of standard \gs\ collections: collections built with the \gsiii\ building system, and collections that are imported from \gsii\ . There are many options to collection building but it is conceivable that these options don't meet the needs of all collection builders. \gsiii\ has an ability to use any type of collection you can come up with, assuming some java code is provided.
2080
2081There are four levels of customisation that may be needed with new collections: service, collection, interface XSLT, and action levels. We will use the example collections that come with \gs\ to describe these different levels.
2082
2083Firstly, new service classes need to be written to provide the functionality to search/browse/whatever the collection. If the services have similar interfaces and functionality to the standard services, this may be all that is needed. For example, the \gsii\ MGPP collections were the first to be served in \gsiii\ . When we came to do \gsii\ MG collections, all we had to do was write some new service classes that interacted with MG instead of MGPP. Because these collections used the same type of services, this was all we had to do. The format of the configuration files was similar, they just specified MG serviceRack classes rather than MGPP ones.
2084
2085The XML Sample Texts (gberg) collection, however, was done quite differently to the standard collections. New services were provided to search the database (built with Lucene) and to provide the documents and parts of documents (using XSLT to transform the raw XML files). The collectionConfig file had some extra information in it: a list of the documents in the collection along with their Titles. Because the standard collection class has no notion of document lists, a new class was created (org.greenstone.gsdl3.collection.XMLCollection). This class is basically the same as a standard collection class except that it looks for and stores in memory the documentList from the collectionConfig file.
2086
2087To tell \gs\ to load up a different type of collection class, we use another configuration file: etc/collectionInit.xml. This specifies the name of the collection class to use.
2088Currently, this is all that is specified in that file, but you may want to add parameters for the class etc.
2089
2090\gst{<collectionInit class="XMLCollection"/>}
2091
2092The display for the collection is also quite different. The home page for the collection displays the list of documents. To achieve this, the describe response from the collection had to include the list, and a new XSLT was written for the collection that displayed this. Collection XSLT should be put in the transform directory of the collection\footnote{These are currently only used when running \gs\ in a non-distributed fashion, but it will be added in properly at some stage}.
2093
2094Document display is significantly different to standard \gs\ . There are two modes of display: table of contents mode, and content mode. Clicking on a document link from the collection home page takes the user to the table of contents for the collection. Clicking on one of the sections in the table of contents takes them to a display of that section. To facilitate this, not only do we need new XSLT files , we also needed a new action. XMLDocumentAction was created, that used two subactions, toc and text, for the different modes of display.
2095
2096The Receptionist was told about this new action by the addition of the following element to the interfaceConfig.xml file:
2097
2098\begin{gsc}\begin{verbatim}
2099<action name='xd' class='XMLDocumentAction'>
2100 <subaction name='toc' xslt='document-toc.xsl'/>
2101 <subaction name='text' xslt='document-content.xsl'/>
2102</action>
2103\end{verbatim}\end{gsc}
2104
2105XSLT files are linked to subactions rather than the action as a whole. The collection supplies the two XSLT files written appropriately for the data it contains.
2106
2107All links that link to the documents have to be changed to use the xd action rather than the standard d action. These include the links from the home page, and the links from query results.
2108
2109Querying of the collection is almost the same as usual. The query service provides a list of parameters, does the query and then sends back a list of document identifiers. The standard query action was fine for this collection. The change occurs in the way that the results are displayed---this is accomplished using a format statement supplied in the collectionConfig file inside the search node.
2110
2111\begin{gsc}\begin{verbatim}
2112<search>
2113 <format>
2114 <gsf:template match="documentNode">
2115 <xsl:param name="collName"/>
2116 <xsl:param name="serviceName"/>
2117 <td>
2118 <b><a href="{$library_name}?a=xd&amp;sa=text&amp;c={$collName}&
2119 amp;d={@nodeID}&amp;p.a=q&amp;p.s={$serviceName}">
2120 <xsl:choose>
2121 <xsl:when test="metadataList/metadata[@name='Title']">
2122 <gsf:metadata name="Title"/>
2123 </xsl:when>
2124 <xsl:otherwise>(section)</xsl:otherwise>
2125 </xsl:choose>
2126 </a>
2127 </b> from <b><a href="{$library_name}?a=xd&amp;sa=toc&amp;
2128 c={$collName}&amp;d={@nodeID}.rt&amp;p.a=q&amp;p.s={$serviceName}">
2129 <gsf:metadata name="Title" select="root"/></a></b>
2130 </td>
2131 </gsf:template>
2132 </format>
2133</search>
2134\end{verbatim}\end{gsc}
2135
2136Instead of displaying an icon and the Title, it displays the Title of the section and the title of the document. Both of these are linked to the document: the section title to the content of that section, the document title to the table of contents for the document. Because these require non-standard arguments to the library, these parts of the template are written in XSLT not \gs\ format language. As is shown here it is perfectly feasible to write a format statement that includes XSLT mixed in with \gs\ format elements.
2137
2138The document display uses CSS to format the output---these are kept in the collection and specified in the collections XSLT files. The documents also specify DTD files. Due to the way we read in the XML files, Tomcat sometimes has trouble locating the DTDs. One option is to make all the links absolute links to files in the collection folder, the other option is to put them in \gs\ 's DTD folder gsdl3/resources/dtd.
2139
2140\subsection{The Classic Interface}
2141
2142The library seen at \gst{http://www.greenstone.org/greenstone3/nzdl} is like a mirror to \gst{http://www.nzdl.org}---it aims to present the same collections, in the same way but using \gsiii\ instead of \gsii\ . It uses a new site (nzdl) with the classic interface. The web.xml file had a new servlet entry in it to specify the combination of nzdl site and classic interface.
2143
2144The site was created by making a directory called nzdl in the sites folder. A siteConfig file was created. Because it is running on Linux, we were able to link to all the collections in the old \gs\ installation. The convert\_coll\_from\_gs2.pl script was run over all the collections to produce the new XML configuration files.
2145
2146The classic interface was created to be used by this site (and is now a standard part of Greenstone).
2147In many cases, creating a new interface just requires the new images and XSLT to be added to the new directory(see Sections~\ref{sec:sites-and-ints} and \ref{sec:interface-customise}). This classic interface required a bit more customisation.
2148
2149The standard \gsiii\ navigation bar lists all the services available for the collection. In \gsii\ , the navigation bar provides the search option, and the different classifiers. This is not service specific, but hard coded to the search and classifiers. The XSLT that produces the navigation bar needed to be altered to produce this. But also, a new Receptionist was needed.
2150The standard receptionist (DefaultReceptionist) gathers a little bit of extra information for each page of XML before transforming it: this is the list of services for the collection and their display information, allowing the services to be listed along the navigation bar. This is information that is needed by every page (except for the library home page) and therefore is obtained by the receptionist instead of by each action. The nzdl interface needed a bit more information than this: for the ClassifierBrowse service, if there was one, the list of classifiers and their display elements must be obtained. So a new Receptionist (NZDLReceptionist) was written that inherited from DefaultReceptionist, and added this new info into the page.
2151
2152One of the servlet initialisation parameters is the receptionist class: this was added to the servlet definition in the web.xml file so that the LibraryServlet would load up the right receptionist class.
2153
2154
2155\newpage
2156\section{Distributed \gs\ }\label{sec:distributed}
2157
2158\gs\ is designed to run in a distributed fashion. One \gs\ installation can talk to several sites on different computers. This requires some sort of communication protocol. Any protocol can be used, currently we have a simple SOAP protocol.
2159
2160more explanation..
2161
2162\begin{figure}[h]
2163 \centering
2164 \includegraphics[width=4in]{remote} %5.8
2165 \caption{A distributed digital library configuration running over several servers}
2166 \label{fig:remote}
2167\end{figure}
2168
2169We have used Apache SOAP for Java. This is run as a servlet in Tomcat. Tomcat in Greenstone comes set up to use SOAP, but it is not enabled. To enable it, run \gst{gs3-enable-soap.sh/bat}. For more details about SOAP in Greenstone, see Appendix~\ref{app:soap}. Debugging soap is described in Appendix~\ref{app:soap-debug}.
2170
2171\subsection{Serving a site using soap}
2172
2173A script has been created to setup a SOAP server for a site. On Linux, from the gsdl3 directory, run
2174\gst{./gs3-soap-deploy-site.sh <sitename> <siteuri>}
2175
2176Sitename is the name of the site's directory, e.g. localsite. The siteuri is the identifier that will be used for the SOAP resource, e.g. org.greenstone.localsite. It should be a unique name amongst all the SOAP services that you want to connect to.
2177
2178The script deploys the service for the site specified. A resource file (\gst{sitename.xml}) is created which is used to specify the service. It can be found in \gst{gsdl3/resources/soap}, and is generated from \gst{site.xml.in}.
2179
2180To get siteA to talk to siteB, you need to deploy a SOAP server on siteB, then add a \gst{<site>} element to the \gst{<siteList>} of siteA's \gst{siteConfig.xml} file (in \gst{gsdl3/web/sites/siteA/siteConfig.xml}).
2181
2182In the \gst{<siteList>} element, add the following (substituting the chosen site uri for siteAuri):
2183
2184\begin{gsc}\begin{verbatim}
2185<site name="siteAuri"
2186 address="http://localhost:8080/soap/servlet/rpcrouter"
2187 type="soap"/>
2188\end{verbatim}\end{gsc}
2189
2190(Note that localhost and 8080 should be changed to the values you entered when installing \gsiii).
2191
2192\appendix
2193
2194\newpage
2195\section{Using \gsiii\ from CVS}\label{app:cvs}
2196
2197[TODO: need to make sure building stuff is in here]
2198
2199\gsiii\ is also available via CVS. You can download the latest version of the code. This is not guaranteed to be stable, in fact it is likely to be unstable. The advantage of using CVS is that you can update the code and get the latest fixes.
2200
2201Note that you will need the Java 2 SDK, version 1.4.0 or higher.
2202
2203To check out the \gs\ code, use:
2204
2205\begin{quote}\begin{gsc}\begin{verbatim}
2206cvs -d :pserver:cvs\[email protected]:2402/usr/local/
2207 global-cvs/gsdl-src co -P gsdl3
2208\end{verbatim}\end{gsc}\end{quote}
2209
2210If you need it, the password for anonymous CVS access is \gst{anonymous}. Note that some older versions of CVS have trouble accessing this repository due to the port number being present. We are using version 1.11.1p1.
2211
2212The software needs to be compiled and installed. The installation procedure uses a shell script or batch file. The most up to date instructions may be found in the README.txt file in the top level gsdl3 directory.
2213
2214To install Greenstone once you have checked it out of CVS, do the following (alternatives for Linux or Windows):
2215
2216\begin{quote}\begin{gsc}
2217cd gsdl3\\
2218./gs3-install.sh or gs3-install\\
2219source gs3-setup.sh or gs3-setup
2220\end{gsc}\end{quote}
2221
2222To recompile the code at any stage, you can use
2223\begin{quote}\begin{gsc}
2224source gs3-setup.sh or gs3-setup\\
2225make\\
2226make install\\
2227\end{gsc}\end{quote}
2228
2229Note: \gst{gs3-setup} sets the environment variables \gst{CLASSPATH, PATH, JAVA\_HOME} and needs to be done in a shell before doing collection building etc.
2230
2231To startup or shutdown the library (includes the Tomcat server and MYSQL server), the commands are (run from the gsdl3 directory):
2232\begin{quote}\begin{gsc}
2233./gs3-launch.sh or gs3-launch
2234./gs3-launch.sh -shutdown or close the window
2235\end{gsc}\end{quote}
2236
2237
2238\newpage
2239\section{Tomcat}\label{app:tomcat}
2240
2241Tomcat is a servlet container. It is used to serve a \gs\ site using a servlet.
2242
2243The file \gst{\gsdlhome/comms/jakarta/tomcat/conf/server.xml} is the Tomcat configuration file. The installation process adds a context for \gsiii\ servlets (\gst{\gsdlhome/web})---this tells Tomcat where to find the web.xml file, and what URL (\gst{/gsdl3}) to give it. Anything inside the context directory is accessible via Tomcat\footnote{can we use .htaccess files to restrict access??}. For example, the index.html file that lives in \gst{\gsdlhome/web} can be accessed through the URL \gst{localhost:8080/gsdl3/index.html}. The demo collection's images can be accessed through \\
2244\gst{localhost:8080/gsdl3/sites/localsite/collect/demo/images/}.
2245
2246
2247Tomcat runs by default on port 8080---this can be changed in server.xml, in the \begin{quote}\begin{gsc}
2248<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->\\
2249<Connector>
2250\end{gsc}\end{quote}
2251 element. The siteConfig files also need changing if Tomcat's port is changed: \gst{<httpAddress>} for the site, and \gst{<address>} for a remote site both use this.
2252
2253Note: Tomcat must be shutdown and restarted any time you make changes in the following for those changes to take effect:
2254\begin{bulletedlist}
2255\begin{gsc}
2256\item \gsdlhome/web/WEB-INF/web.xml
2257\item \gsdlhome/comms/jakarta/tomcat-tomcat-4.0.1/conf/server.xml
2258\end{gsc}
2259\item any classes or jar files used by the servlets
2260\end{bulletedlist}
2261\noindent Note: stdin and stdout for the servlets both go to\\
2262\gst{\gsdlhome/comms/jakarta/tomcat/logs/catalina.out}
2263
2264On startup, the servlet loads in its collections and services. If the site or collection configuration files are changed, these changes will not take effect until the site/collection is reloaded. This can be done through the reconfiguration messages (see Section~\ref{sec:runtime-config}), or by restarting Tomcat.
2265
2266We have set up Tomcat to follow symlinks. To disable this feature, remove the \gst{<Resources>} element from the gsdl3 context in \\\gst{\$GSDL3HOME/comms/jakarta/tomcat/conf/server.xml}:
2267
2268\begin{quote}\begin{gsc}
2269<Context path="/gsdl3" docBase="\$GSDL3HOME/web" debug="1" \\
2270reloadable="true">\\
2271 <Resources allowLinking='true'/>\\
2272</Context>\\
2273\end{gsc}\end{quote}
2274
2275We have set up Tomcat to disallow directory listings for everything in the docBase directory. To turn this back on, you need to edit Tomcat's default web.xml file (\gst{\$GSDL3HOME/comms/jakarta/tomcat/conf/web.xml}):
2276
2277In the default servlet definition, change the 'listings' parameter to true.
2278
2279Tomcat uses a Manager to handle HTTP session information. This may be stored between restarts if possible. To use a persistent session handling manager, uncomment the \gst{<Manager>} element in \\
2280\gst{\$GSDL3HOME/comms/jakarta/tomcat/conf/server.xml}. For the default manager, session information is stored in the work directory:\\
2281\gst{\$GSDL3HOME/comms/jakarta/tomcat/work/Standalone/localhost/gsdl3/SESSIONS.ser}. Delete this file to clear the cached session info. Note that Tomcat needs to be shutdown to delete this file.
2282
2283\subsection{Proxying Tomcat with apache}
2284
2285Instead of incorporating servlet support into your existing web server, an easy alternative is to proxy Tomcat. The \gst{http://www.greenstone.org/greenstone3} site uses apache to proxy Tomcat. ProxyPass and ProxyPassReverse directives need to be added to the Virtualhost description for the www.greenstone.org server.
2286
2287\begin{quote}\begin{gsc}
2288<VirtualHost xx.xx.xx.xx>\\
2289ServerName www.greenstone.org\\
2290...\\
2291ProxyPass /greenstone3 http://puka.cs.waikato.ac.nz:8080/gsdl3\\
2292ProxyPassReverse /greenstone3 http://puka.cs.waikato.ac.nz:8080/gsdl3\\
2293</VirtualHost>\\
2294\end{gsc}\end{quote}
2295
2296In our example, the \gsiii\ servlet can be accessed at \\
2297\gst{http://www.greenstone.org/greenstone3/library}, instead of at \\
2298\gst{http://puka.cs.waikato.ac.nz:8080/gsdl3/library}, which is not publically accessible.
2299
2300\subsection{Running Tomcat behind a proxy}
2301
2302Almost everything works fine when Tomcat is running behind a proxy. The only time this causes trouble is if the servlet itself needs to make external http connections. We do this in the infomine demo collection for example. One of the service classes sends http requests to the infomine database at riverside. Since this is going through the proxy, a username and password is needed. It is not sufficient to prompt the user for a password because they are unlikely to have a password for the particular proxy that Tomcat is using. What we have done at present is to put a proxy element in the siteConfig.xml file. Here you have to enter a suitable username and password for the proxy server. Unfortunately these are entered in plain text. And the file is viewable via the servlet. So we need a better solution.
2303
2304\newpage
2305\section{SOAP}\label{app:soap}
2306
2307Grenstone uses Apache SOAP for distributed communications. This runs as a servlet inside Tomcat, and services can be deployed by the servlet. The SOAP servlet comes ready to run, but not enabled. To enable it, run:
2308
2309\begin{quote}\begin{gsc}
2310gs3-enable-soap.[sh/bat]
2311\end{gsc}\end{quote}
2312
2313All this does is to rename the SOAP web.xml.disabled file to web.xml.
2314
2315The SOAP service for localsite comes pre-deployed. To get the gateway servlet talking to the localsite SOAP server, you need to shutdown and restart Tomcat. You should now see more collections when you run the gateway servlet.
2316
2317To deploy a SOAP service for other sites, run
2318\begin{quote}\begin{gsc}
2319gs3-soap-deploy-site.[sh/bat] <sitename> <siteURI>
2320\end{gsc}\end{quote}
2321
2322This creates a new SOAPServer class for the site (\gst{\$GSDL3HOME/src/java/org/greenstone/gsdl3/SOAPServer<sitename>.java}), creates a resource file for deployment (\gst{\$GSDL3HOME/resources/soap/<sitename>.xml}), and then tries to deploy the service. If the deployment doesn't work, you can run it from the command line like:
2323
2324\begin{gsc}\begin{verbatim}
2325java org.apache.soap.server.ServiceManagerClient
2326 http://localhost:8080/soap/servlet/rpcrouter deploy
2327 resources/soap/<sitename>.xml
2328\end{verbatim}\end{gsc}
2329
2330You can also deploy a service through the website. If Tomcat is not running, start it up.
2331
2332The SOAP servlet can be accessed at \begin{gsc}{\tt http://localhost:8080/soap}\end{gsc}. You should see a welcome page. Click on ``Run the admin client''. This enables you to list, deploy and undeploy SOAP services.
2333
2334To deploy the SOAPServer for siteX:
2335
2336Click on ``deploy'' and edit the following fields in the deploy form:
2337
2338\begin{tabular}{ll}
2339ID: & <URI for siteX>\\
2340Scope: (choose Session & Request---new instantiation for each request\\
2341 or Application) & Session---same instantiation across a session\\
2342 & Application---only uses one instantiation\\
2343Methods: &process\\
2344Java Provider / Provider Class: & org.greenstone.gsdl3.SOAPServersiteX\\
2345\end{tabular}
2346
2347Now click the ``deploy'' button at the bottom of the page. If the service has been deployed, it should appear when you click on the left hand ``List'' button.
2348
2349Information about deployed services is maintained between Tomcat sessions---you only need to deploy it once.
2350
2351\subsection{Debugging SOAP}\label{app:soap-debug}
2352
2353If you need to debug the SOAP stuff for some reason, or just want to look at the SOAP messages that are being passed back and forth, use a program called TcpTunnelGui. This intercepts messages coming in to one port, displays them, and passes them to another port.
2354To run it, type:
2355
2356\begin{quote}\gst{java org.apache.soap.util.net.TcpTunnelGui 8070 localhost 8080}
2357\end{quote}
2358
23598070 is the port that TcpTunnelGui listens on, and 8080 is the port that it sends the messages onto---the port that Tomcat is using. You need to modify \gs\ to talk to port 8070 when it wants to talk to Tomcat, so that the messages go through TcpTunnelGui. This is specified in the \gst{<site>} element of the gateway site configuration file (\gst{\gsdlhome/web/sites/gateway/siteConfig.xml}).
2360\begin{quote}\begin{gsc}\begin{verbatim}
2361<site name="org.greenstone.localsite"
2362 address="http://localhost:8080/soap/servlet/rpcrouter"
2363 type="soap"/>
2364\end{verbatim}\end{gsc}\end{quote}
2365
2366Note that \gst{http://localhost:8080/soap/servlet/rpcrouter} is the
2367address for talking to the Tomcat SOAP servlet services.
2368
2369
2370\newpage
2371\section{Tidying up the formatting for imported Greenstone 2 collections}\label{app:gs2tidy}
2372
2373\subsection{Format statements: \gsii\ vs \gsiii\ }\label{app:gs2format}
2374The following table shows the \gsii\ format elements, and their equivalents in \gsiii\
2375\begin{table}[h]
2376\caption{\gsiii\ equivalents of \gsii\ format statements}
2377{\footnotesize
2378\begin{tabular}{ll}
2379\hline
2380\bf \gsii\ & \bf \gsiii\ \\
2381\hline
2382\gst{[Text]} & \gst{<gsf:text/>} \\
2383\gst{[num]} & \gst{<gsf:metadata name='docnum'/>}\\
2384\gst{[link][/link]} & \gst{<gsf:link></gsf:link>} or \\
2385& \gst{<gsf:link type='document'></gsf:link>}\\
2386\gst{[srclink][/srclink]} & \gst{<gsf:link type='source'></gsf:link>}\\
2387\gst{[icon]} & \gst{<gsf:icon/>} or \\
2388& \gst{<gsf:icon type='document'/>}\\
2389\gst{[srcicon]} & \gst{<gsf:icon type='source'/>}\\
2390\gst{[Title]} (metadata) & \gst{<gsf:metadata name='Title'/>} or \\
2391& \gst{<gsf:metadata name='Title' select='current'/>}\\
2392\gst{[parent:Title]} & \gst{<gsf:metadata name='Title' select='parent' />}\\
2393\gst{[parent(All):Title]} & \gst{<gsf:metadata name='Title' select='ancestors'/>}\\
2394\gst{[parent(Top):Title]} & \gst{<gsf:metadata name='Title' select='root' />}\\
2395\gst{[parent(All': '):Title]} & \gst{<gsf:metadata name='Title' select='ancestors'}\\
2396& \gst{ separator=': ' />}\\
2397\gst{[sibling(All': '):Title]} & \gst{<gsf:metadata name='Title' multiple='true'} \\
2398& \gst{ separator=': ' />}\\
2399\gst{\{Or\}\{[dc.Title],} & \gst{<gsf:choose-metadata>}\\
2400\gst{ [dls.Title], [Title]\}}& \gst{ <gsf:metadata name='dc.Title'/>}\\
2401& \gst{ <gsf:metadata name='dls.Title'/>}\\
2402& \gst{ <gsf:metadata name='Title'/>}\\
2403& \gst{</gsf:choose-metadata>}\\
2404\gst{\{If\}\{[parent:Title],} & \gst{<gsf:choose-metadata>}\\
2405\gst{ [parent:Title], [Title]\}}& \gst{ <gsf:metadata name='Title' select='parent'/>}\\
2406& \gst{ <gsf:metadata name='Title'/>}\\
2407& \gst{</gsf:choose-metadata>}\\
2408\gst{\{If\}\{[Subject],} & \gst{<gsf:switch>}\\
2409\gst{ <td>[Subject]</td>\}}& \gst{ <gsf:metadata name='Subject'/>}\\
2410& \gst{ <gsf:when test='exists'>} \\
2411& \gst{ <td><gsf:metadata name='Subject'/></td>}\\
2412& \gst{ </gsf:when></gsf:switch>}\\
2413\hline
2414\end{tabular}}
2415\end{table}
2416\subsection{Cleaning up macros}\label{app:gs2replace}
2417
2418Here we show some of the replace items that have been used for Greenstone 2 collections.
2419
2420Getting rid of silly backslashes:
2421\begin{gsc}\begin{verbatim}
2422<replace scope='text' macro="\backslash\backslash?\backslash\backslash\backslash(" text="\backslash("/>
2423\end{verbatim}\end{gsc}
2424
2425Macro resolving using resource bundles and metadata:
2426\begin{gsc}\begin{verbatim}
2427<replace scope='metadata' macro="_magazines_" bundle="NZDLMacros" key="Magazines"/>
2428<replace scope='all' macro='_thisOID_' metadata='archivedir'/>
2429<replace macro="_httpcollimg_" text="sites/localsite/collect/folktale/index/assoc"/>
2430\end{verbatim}\end{gsc}
2431
2432Fixing up broken external links:
2433\begin{gsc}\begin{verbatim}
2434<replace macro="_httpextlink_&amp;rl=1&amp;href=" text="?a=d&amp;c=folktale&amp;s0.ext=1&amp;d="/>
2435<replace macro="_httpextlink_&amp;rl=0&amp;href=" text="?a=p&amp;sa=html&amp;c=folktale&amp;url="/>
2436</replaceList>
2437\end{verbatim}\end{gsc}
2438
2439These two examples show how to deal with Greenstone 2's external link macros. The first one is for a 'relative' external link. In this case, the links are like URL's but they actually refer to Greenstone internal documents. So the Greensotne 3 link is to the document, but with parameter s0.ext signifying that the d argument will need translating before retrieving the content.
2440The second example is a truly external link. This is translated into a html type page action, where the url is presented as a frame along with the collection header in a separate frame.
2441
2442Sometimes we need to add in macros to be resolved in a second step:
2443\begin{gsc}\begin{verbatim}
2444<replace macro="_iconpdf_" scope="metadata" text="&lt;img border='0' height='26' width='26' alt='PDF' title='_texticonpdf_' src='interfaces/default/images/ipdf.gif'/&gt;"/>
2445<replace macro="_texticonpdf_" scope="metadata" bundle="interface_classic" key="texticonpdf"/>
2446\end{verbatim}\end{gsc}
2447
2448\end{document}
Note: See TracBrowser for help on using the repository browser.