I was reading an old book on cgic (not cgicc) and they overwrite the
main routine. Can someone give me a link to the documentation where I
would find out if cgicc does the same. My main interest isn't so much
processing HTML forms, but for pulling out the GET data for manipulating
applications running on the server and sending back JSON data. (This is
intended for use as a maintenance utility for another application
written in C, and the GET data will identify which of a couple dozen
programs are to be gracefully shutdown, for example.) 

 

I really don't care about any other processing, just the GET data, and
I'm pretty sure that wouldn't be too difficult to do without the
overhead of any library, but figured I'd 1) Leave room for growth, 2)
not re-invent the wheel.

 

The web page says cgicc "documentation can be found at." Not "at:
http://some.web-address.com.";, just "at." If someone could just point me
towards the documentation, I've brought my own reading glasses and have
plenty of hot tea. Any insights or experiences are certainly also
welcome.

 

_______________________________________________
help-cgicc mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-cgicc

Reply via email to