-Andrea Asperti <asperti@cs.unibo.it>
-Luca Padovani <lpadovan@cs.unibo.it>
Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
-Irene Schena <schena@cs.unibo.it>
HELM (Hypertextual Electronic Library of Mathematics) is a project aimed
at the creation of tools for the development and exploitation of a huge
distributed library of formal mathematical knowledge. This package holds
-the configuration files shared by all this tools.
+an UDP-based XSLT daemon.
For more information see http://www.cs.unibo.it/helm
-Summary: The configuration files shared by all the tools of project HELM
-Name: helm_configuration
+Summary: The UDP-based XSLTD daemon for project HELM.
+Name: helm_xsltd
Version: 0.0.1
Release: 1
Copyright: GPL
URL: http://www.cs.unibo.it/helm
Packager: Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
Group: Applications/Publishing
-Source: www.cs.unibo.it:/~lpadovan/mml-widget/helm_configuration-0.0.1-1.tar.gz
+Source: www.cs.unibo.it:/~lpadovan/mml-widget/helm_xsltd-0.0.1-1.tar.gz
%description
HELM (Hypertextual Electronic Library of Mathematics) is a project aimed
at the creation of tools for the development and exploitation of a huge
distributed library of formal mathematical knowledge. This package holds
-the configuration files shared by all this tools.
+an UDP-based XSLT daemon.
For more information see http://www.cs.unibo.it/helm
%prep
#!/bin/bash
+export CLASS_DIR=.
export HELM_STYLES_DIR=/usr/local/share/helm/style
-export PATH=$PATH:/opt/java/jdk1.3/bin/
+export PATH=/opt/java/jdk1.3/bin/:$PATH
export CLASSPATH=.
-export CLASSPATH=$CLASSPATH:/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar
-export CLASSPATH=$CLASSPATH:/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar
+export CLASSPATH=/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar:$CLASSPATH
+export CLASSPATH=/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar:$CLASSPATH
+cd $CLASS_DIR &&
java -ss1024K -oss8192K \
xaland 12345 12346 \
$HELM_STYLES_DIR/rootcontent.xsl \