This directory provides some demonstration CGIplus scripts. These are here only to provide examples on approaching the CGIplus environment ... and of course to provide some skeletal code for use in real CGIplus applications. Also provided is a CGIplus-based wrapper for supporting ISAPI extension DLLs.
| Demonstration CGIplus Scripts/Code | |||
|---|---|---|---|
| Standard CGI | CGIplus | Source Code | Comment |
| [demo] | [demo] | CGIplusDemo.c | |
| [demo] | CGIplusLoop.c | Uses a simple loop to read the CGIplus variables from CGIPLUSIN. | |
| [demo] | [demo] | CGIplusSkel.c | Uses the CGILIB library to get the variables regardless of whether it's the standard or CGIplus environment. |
| [demo] | [demo] | CGIplusTest.c | |
| CGIplus_cgivar.c | A generic C language code module that interface with CGIplus "record" and "struct" modes. #included in, and demonstrated in, CGIPLUSTEST.C. | ||
| [demo] | CGIPLUSPROC.COM | Even DCL procedures can be CGIplus scripts! BUT ... DCL is inefficient enough in it's interpretation for a CGIplus implementation about 50% slower that using standard CGI. The [SRC.MISC]CGIUTL.C utility /PLUS functionality can be used to more efficiently interface DCL with CGIplus; see COMRTEXE.COM below. |
|
| COMRTEXE.COM | With a little assistance from mapping rules, execute DCL procedures and executables (and potentially other files) anywhere in web-space. Provides a Run-Time Environment for .COMs and .EXEs allowing them to be executed in the same way as .PHPs and .PYs. Uses [SRC.MISC]CGIUTL.C /PLUS functionality to interface with CGIplus. | ||
| Other WASD Scripts Using CGIplus | |||
| [demo] | [demo] | Conan.c | "Conan The Librarian" provides access to help and text libraries |
| HyperShelf | Provides access to BNU and Bookreader shelves | ||
| HyperReader | Provides access Bookreader books | ||
| ISAPI Supported using CGIplus
ISAPI ... Microsoft and Process Software Corp. Specification | |||
| CGIsapi.c | This is the wrapper application that allows ISAPI DLLs to be executed as WASD scripts | ||
| [demo] | ISAPIexample.c | An example ISAPI DLL | |
| Persistant Run-Time Environments | |||
| [demo] | rte_example.c | Example of persistant run-time environment. | |
| Demonstration Scripts for CGI Callout | |||
| [demo] | CGICALLOUTPROC.COM | Standard CGI DCL procedure using callouts. | |
| [demo] | CGICALLOUTSINGLEBYTE.COM | DCL procedure to demontstrate the special 'build-record' mode used with scripting environments that insist on outputing one byte at a time!. | |
| [demo] | CGICALLOUT.C | Standard CGI C program using callouts. | |
| [demo] | CGIPLUSCALLOUTPROC.COM | CGIplus DCL procedure using callouts. | |
| [demo] | CGIPLUSCALLOUT.C | CGIplus C program using callouts. | |
Name Revised Size Description
CXX_REPOSITORY/ 16-May-2025 12:45 512 subdirectory
OBJ_AXP/ 16-May-2025 12:45 512 subdirectory
BUILD_CGIPLUS.COM 16-May-2025 12:45 642 DCL procedure
BUILD_CGIPLUSTEST.COM 16-May-2025 12:45 1,408 DCL procedure
BUILD_CGISAPI.COM 16-May-2025 12:45 1,370 DCL procedure
BUILD_ISAPIEXAMPLE.COM 16-May-2025 12:45 1,147 DCL procedure
BUILD_MOD_CGIPLUSTEST.COM 16-May-2025 12:45 1,630 DCL procedure
BUILD_ONE.COM 16-May-2025 12:45 1,358 DCL procedure
BUILD_RTE_EXAMPLE.COM 16-May-2025 12:45 1,410 DCL procedure
CGICALLOUT.C 16-May-2025 12:45 6,021 C source
CGICALLOUTPROC.COM 16-May-2025 12:45 1,432 DCL procedure
CGICALLOUTSINGLEBYTE.COM 16-May-2025 12:45 1,277 DCL procedure
CGIPLUS.PL 16-May-2025 12:45 802 Perl source
CGIPLUSCALLOUT.C 16-May-2025 12:45 5,665 C source
CGIPLUSCALLOUTPROC.COM 16-May-2025 12:45 1,767 DCL procedure
CGIPLUSDEMO.C 16-May-2025 12:45 8,459 C source
CGIPLUSLOOP.C 16-May-2025 12:45 2,735 C source
CGIPLUSPERL.COM 16-May-2025 12:45 1,154 DCL procedure
CGIPLUSPROC.COM 16-May-2025 12:45 867 DCL procedure
CGIPLUSSKEL.C 16-May-2025 12:45 2,382 C source
CGIPLUSTEST.C 16-May-2025 12:45 11,695 C source
CGIPLUS_CGIVAR.C 16-May-2025 12:45 8,259 C source
CGISAPI.C 16-May-2025 12:45 40,536 C source
CGISAPI.H 16-May-2025 12:45 4,287 C header
COMRTEXE.COM 16-May-2025 12:45 1,208 DCL procedure
ISAPIEXAMPLE.C 16-May-2025 12:45 13,198 C source
ISAPIEXAMPLE.HTML 16-May-2025 12:45 1,815 "CGIsapi Example"
README.HTML 16-May-2025 12:45 5,209 "CGIplus readme"
RTE_EXAMPLE.C 16-May-2025 12:45 8,014 C source
RTE_EXAMPLE.HTML 16-May-2025 12:45 1,737 "Run-Time Environment Usage Example"