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

COMPILERS & REFERENCE MANUALS

solc                 The Scriptol to C++ or executable compiler.

solc.ini             Default configuration file for solc.exe.

light                Converts xml into light xml and conversely.

manual.html          Reference manual, common to all Scriptol compilers.
install-cpp.html         How to install Scriptol, Php and other tools.
doxsol               Doxygen configuration file for documentation on library.


setup                Install libs either into GD and GTK or any directory you want.


C++ LIBRARY

When you want to build an executable, these files are required
Libraries for other compilers may be downloaded, see scriptol.com

    Libraries for the Borland C++ compiler

libsol.a             Library to link with C++ Builder projects.
jvm.a                Wrapper to jvm.dll (requires jvm.lib for C++ Builder).
libxmlgcc.a          Wrapper to libxml (incompatible with saxbc.lib).
                     Requires libxml2 compiled to BCC.
saxgcc.a             Wrapper to expat (incompatible with libxmlbc.lib).
                     Requires libexpat.


    Header files for libraries above

libsol.hpp           Main C++ file to include, uses headers files below...
text.hpp                "
dynarr.hpp              "
fun.hpp                 "
array.hpp               "
array64.hpp             "
dyn.hpp                 "
jvm.hpp                 "
gc.h                 Header for the garbage collector.
gc_cpp.h                "
dom.hpp              Header for dom (included into scriptol library).
sax.hpp              Header for the sax library.
libphp.sol           File to include for using the scriptol libraries above.
libdom.sol           Include file for using the dom class.



DEMOS DIRECTORY

helloyou.sol       Enter and display a text.
*.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
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.


XML DIRECTORY - Examples of xml used as data structure

demoxml.sol          Integrating xml document into a Scriptol source.
ex_dom.sol           Using xml as database (taken from the Scriptol book)
html.sol             Generating web page from html inside Scriptol source.
xul.sol              Generating a Xul GUI.
vehicle.sol          Declaring several xml document.
xedit.sol            Changing the structure of an xml document.
lxdemo.sol           Requires VC++, libxmlms and libxml2. Loads an xml document.
saxdemo.sol          Requires BCC, saxbcc and expat. Loads an xml document.
xmlcopy.sol          Test of dom assignement.
.txt                 Manuals.


SQLITE DIRECTORY - How to use sqlite 2 from an executable

sqlite.sol           File to include.
sqcreate.sol         Demo of SQL database creation.
sqcreate.cfg         Configuration file for the compiler.
squery.sol           Demo of SQL database query.
squery.cfg           Configuration file.
README and .txt       Manuals.


GTK DIRECTORY

These programs require you to download and install 
gtk under Windows (it is native under Linux).
hello.sol            Small example.
base.sol             Small example.
README               Read this first.


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

clean                Batch file to erase not to distribute 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.


OPEN GL DIRECTORY - Demo of how to link to open gl.

particle.sol         The demo, from a c program.
particle.cfg         Configuration file for the solc compiler.
opengl.sol           The open gl reduced interface.
openglw.c            A wrapper to open gl.
xxx.lib              Various import libraries.


Additional libraries

Download libraries for MingW  at: http://www.scriptol.net


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

More documentation:
Order the CD from the Scriptol.com site, and get more documentation:
- A complete tutorial with lots of examples and exercices.
