Manual page for Overview(TDH)
The
Puppy installation of Quisp does not have the full
documentation. Please go to the Quisp website at http://quisp.sourceforge.net.
Puppy
has installed the commandline executables newproject.sh,
buildix, catofs, dataedit, dbcat, shsql, shsql_alter,
shsql_create, shsql_fldsel, shsql_join, tabdef, tabmaint and
tabo into /usr/bin/.
The
executable quisp is a cgi program and is installed in
/root/ghttpd/cgi-bin/.
The
Quisp project directory is setup in
/root/ghttpd/quisp/.
QUISP (quick server pages) is a simple,
complete solution for developing database-driven dynamic web
sites. It includes its own embedded SQL database which stores
data in ascii text files, and optionally can include an
embedded data charting package (ploticus).
QUISP is a template processor that lets you generate HTML on
the fly. You create your HTML in a text editor, then add
directives such as #include, #if,
#for, #while, #sql, or
#shell. When a user accesses your page, QUISP loads
your page code, evaluates embedded QUISP directives, and
sends pure HTML out to the user's browser. Your web site
will likely have a number of pages, and you can organize them
into directories if you want.
What existing problems does QUISP attempt to address?
|
|