--- Content of the scriptol archive 
--- Available from scriptol.com

COMPILER & REFERENCE MANUAL

solp.exe             The Scriptol to Php compiler.
manual.html          Reference manual, common to all Scriptol compilers.
install-php.html         How to install Scriptol, Php and other tools.

EDITOR

editor.exe           The editor.
xxx.properties       Property files used by the editor.
scitedoc.html        Manual of the editor.

DEMOS DIRECTORY

helloyou.sol       Enter and display a text.
helloweb.sol         Hello you embedded into web page. Requires solp.
*.sol                Several scriptol programs.

DOC DIRECTORY

licence.html         Licence of the compilers and library.
language.html        Licence of the Scriptol programming language.
credit.txt           Licence of external tools
php.ini              Example of configuration file for php.
manual.texi        Source of the manual. Use makeinfo to convert it.	

SCRIPTOL EXTENSIONS (scriptol sources)

path.sol             Directories management
dirlist.sol          Library to read directories.
image.sol            Library to use or make images.
pattern.sol          Compare filenames with wildcards.
strtools.sol         Some text functions.
qsort.sol            Base algorithm to sort data.
qsort2.sol           Generic sorting algorithm.
dir.sol                 Displaying a directory with one command.


JAVA DIRECTORY - Examples working only with Php (for now)

javademo.sol         Example of how to use Java from Scriptol.
jsetup.txt           How to install java-php.
README               Read this first.


Other files

keyword.en           List of keywords and reserved words.
keyword.xx           Keywords in foreign languages.
ex_fib.fr.sol        Example of program in french.
CONTENT.TXT          This file.


More examples:
See at: http://www.scriptol.org

More documentation:
Order the CD from the Scriptol.com site, and get more documentation:
- Documentation of the library, generated by doxygen.
  You can build it yourself with the doxsol file.
- A complete tutorial with lots of examples and exercices.
