Hello,
I wonder if somebody is willing to do commit for my modifications for
file httpd-docs-2.0/manual/howto/cgi.xml and
httpd-docs-1.3/htdocs/manual/howto/cgi.html.en. CGI in C using
boutell cgic lib is fine, however, I believe using C interpreter (Ch) for CGI
scripting in C is more appealing to the developers.
I included the patches below.
1) patch for httpd-docs-2.0/manual/howto/cgi.xml
Index: cgi.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/howto/cgi.xml,v
retrieving revision 1.5
diff -u -r1.5 cgi.xml
--- cgi.xml 12 Apr 2003 15:04:45 -0000 1.5
+++ cgi.xml 17 Jun 2003 08:06:50 -0000
@@ -451,9 +451,15 @@
set of functionality, which is all you need in most programs.</p>
<p>If you're writing CGI programs in C, there are a variety of
- options. One of these is the <code>CGIC</code> library, from
+ options. One of these is the <code>CGIC</code> library, from
<a href="http://www.boutell.com/cgic/"
- >http://www.boutell.com/cgic/</a>.</p>
+ >http://www.boutell.com/cgic/</a>. To avoid tedious
+ edit/compile/link/debug cycles, you can use
+ <a href="http://www.softintegration.com/">
+ Ch --- a C/C++ interpreter</a> and its
+ <a href="http://www.softintegration.com/products/toolkit/cgi/">CGI
+ toolkit</a>.</p>
+
</section>
<section id="moreinfo">
2) patch for httpd-docs-1.3/htdocs/manual/howto/cgi.html.en
Index: cgi.html.en
===================================================================
RCS file: /home/cvspublic/httpd-docs-1.3/htdocs/manual/howto/cgi.html.en,v
retrieving revision 1.8
diff -u -r1.8 cgi.html.en
--- cgi.html.en 23 Nov 2001 04:57:42 -0000 1.8
+++ cgi.html.en 17 Jun 2003 08:17:39 -0000
@@ -512,7 +512,12 @@
<p>If you're writing CGI programs in C, there are a variety of
options. One of these is the CGIC library, from <a
- href="http://www.boutell.com/cgic/">http://www.boutell.com/cgic/</a></p>
+ href="http://www.boutell.com/cgic/">http://www.boutell.com/cgic/</a>.
+ To avoid tedious edit/compile/link/debug cycles, you can use
+ <a href="http://www.softintegration.com/">
+ Ch --- a C/C++ interpreter</a> and its
+ <a href="http://www.softintegration.com/products/toolkit/cgi/">CGI
+ toolkit</a>.</p>
<hr />
<h2><a id="formoreinformation" name="formoreinformation">For
Best regards,
Wayne Cheng
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]