|
|
|
|
|
|
|
|
|
|
|
|
|
SiSU processing instructions can be run against remote source documents by providing the url of the documents against which the processing instructions are to be carried out. The remote SiSU documents can either be sisu marked up files in plaintext .sst or .ssm or; zipped sisu files, sisupod.zip or filename.ssp
.sst / .ssm - sisu text files
SiSU can be run against source text files on a remote machine, provide the processing instruction and the url. The source file and any associated parts (such as images) will be downloaded and generated locally.
sisu -3 http://[provide url to valid .sst or .ssm file]
Any of the source documents in the sisu examples page can be used in this way, see ‹http://www.jus.uio.no/sisu/SiSU/examples.html› and use the url to the .sst for the desired document.
NOTE: to set up a remote machine to serve SiSU documents in this way, images should be in the directory relative to the document source ../_sisu/image
sisupod - zipped sisu files
A sisupod is the zipped content of a sisu marked up text or texts and any other associated parts to the document such as images.
SiSU can be run against a sisupod on a (local or) remote machine, provide the processing instruction and the url, the sisupod will be downloaded and the documents it contains generated locally.
sisu -3 http://[provide url to valid sisupod.zip or .ssp file]
Any of the source documents in the sisu examples page can be used in this way, see ‹http://www.jus.uio.no/sisu/SiSU/examples.html› and use the url for the desired document.