![]() |
HowTo.MakeCLibraryForCGIProgramming HistoryHide minor edits - Show changes to markup June 20, 2005, at 06:07 PM
by --
Changed lines 3-4 from:
Make a native version of CGIC package, an ANSI C library for CGI Programming written by Thomas Boutell . to:
Make a native version of CGIC package, an ANSI C library for CGI Programming written by Thomas Boutell . Changed lines 8-9 from:
Successful completion of NativeNSLU2Toolchain, which provides a development environment on your NSLU2. to:
Successful completion of NativeNSLU2Toolchain, which provides a development environment on your NSLU2. Changed lines 14-15 from:
The latest version of the package can be found on Thomas' website. Also, the directories in this example may need to be changed for your configuration. All these steps take place directly on the NSLU2. to:
The latest version of the package can be found on Thomas' website. Also, the directories in this example may need to be changed for your configuration. All these steps take place directly on the NSLU2. November 09, 2004, at 03:31 AM
by --
Changed line 35 from:
Please note and respect the licensing for this software. This is a paragraph copied from the license.txt file. See that file for further options and information. to:
Please note and respect the licensing for this software. This is a paragraph copied from the license.txt file. See that file for further licensing options and information. Added lines 47-50:
Disclaimer: This information page should be construed as endorsement for this package. I don't know Thomas or his company. Simply that this package looked to be useful for the small footprint of the NSLU2, and that building this package provided a useful and entertaining exercise. November 09, 2004, at 03:29 AM
by --
Added lines 30-31:
Done! Changed line 33 from:
Licensing to:
Licensing: Deleted lines 46-49:
Done! November 09, 2004, at 03:28 AM
by --
Added lines 31-45:
Licensing Please note and respect the licensing for this software. This is a paragraph copied from the license.txt file. See that file for further options and information. CGIC, copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004 by Thomas Boutell and Boutell.Com, Inc.. Permission is granted to
use CGIC in any application, commercial or noncommercial, at no cost.
HOWEVER, this copyright paragraph must appear on a "credits" page
accessible in the public online and offline documentation of the program.
Modified versions of the CGIC library should not be distributed without
the attachment of a clear statement regarding the author of the
modifications, and this notice may in no case be removed.
Modifications may also be submitted to the author for inclusion
in the main CGIC distribution.
November 09, 2004, at 03:25 AM
by --
Changed line 23 from:
2) Build the CGIC package, and move the test program into your website hierarchy. to:
2) Build the CGIC package, and move the test program into your website hierarchy. Changed lines 29-30 from:
3) Test the example program. to:
3) Test the example program. Make sure that your web server is configured properly to identify CGI programs! Deleted line 31:
http://www.ByteYellow.com/cgic/cgictest.cgi November 09, 2004, at 03:17 AM
by --
Changed lines 1-33 from:
Describe MakeCLibraryForCGIProgramming here. to:
Goal: Make a native version of http://www.boutell.com/cgic/ CGIC package, an ANSI C library for CGI Programming written by http://www.boutell.com/boutell/ Thomas Boutell . Prerequisites: Installation of HomePage Unslung?. Steps: The latest version of the package can be found on Thomas' http://www.boutell.com/cgic/ website. Also, the directories in this example may need to be changed for your configuration. All these steps take place directly on the NSLU2. 1) Retrieve source code for Thomas Boutell's CGIC package, and then unzip and untar it. I did this from my NSLU2 box using the following command: cd /share/hdd/data 2) Build the CGIC package, and move the test program into your website hierarchy. cd cgic205 3) Test the example program. http://www.ByteYellow.com/cgic/cgictest.cgi Done! |