Directory Structure of Sakaiscript

After you unzip the Sakaiscript distribution, you will be faced with the following files and directories.

Directory Structure

docs

This directory contains the manual you are reading right now. Open up index.html in your web browser.

dygen

A good portion of the source and supporting files for Sakaiscript are highly repetitive and boring. This contains a number of python scripts, xsl transfers, and template files to build most of the code. If they ever reach a stable point, they may get some documention. For the meantime you can just email if you really want to add a feature and can't navigate the scripts.

sakaiscript2.0

This contains the actual project for the tool you can install in Sakai. This is where the section on "Installing the JSF Tool" will take place.

samples

This directory contains various sample files and test buckets for Sakaiscript.

webservice

Contains a sample set of SOAP based web services that can be dropped into Sakai, and a set of demo clients written in different clients.

README

A short README

sakaiscript.xsd

This is the XML Schema for the Sakaiscript XML format. You can use this with XML Validation tools to see if your scripts are well formed before you try to run them.