Downloads Section

FasTalk Application Server
Application Server written entirelly in Smalltalk. Two interfaces - FastCGI protocol and direct HTTP 1.1 protocol connections. Written with the help of Peter William Lount (http://www.activeinfo.ca/).
Publicly available file-outs for Smalltalk/X from fastalk.zip
PDF Reporter Library
Multi-level library used for a direct pdf file creation with 3-level reporter tool. Direct access allows a programmer to build a pdf structure using classes mapped to pdf objects. Reporter tool processes the given model data using an XML template. There are 3 levels of complexity.
Publicly available file-outs for Smalltalk/X from pdf.zip
STSH - Smalltalk Shell Scripting
This small and very simple package allows you to create the scripts interpreted with smalltalk. Currently based on Smalltalk/X 5.2.2 and compilled for FreeBSD 5.2.1. The demo cgi script is:
#!/usr/local/bin/stsh
'Content-type: text/plain

' print.
'Smalltalk Script test' printCR.
#('PATH') do: [:aName |
 (aName , ': ', (OperatingSystem getEnvironment:aName))
 printCR].
'.' printCR.
 
And the result of running is http://www.vanak.cz/cgi-bin/printenv.
Publicly available archive for FreeBSD 5.2.1 from stsh.tgz
XATP Protocol Implementation
XATP Protocol implementation following the specifications from http://www.xatp.org.
Publicly available file-outs for Smalltalk/X from xatp.zip