RES: [Libcgi-general] doubts on libcgic
Brought to you by:
rafaelsteil
From: Rafael S. <ra...@in...> - 2003-05-15 12:57:25
|
Hi Sathish, First of all, here is the list for LibCGI, and not CGIC. Some people are confunding the names lately ( I have noticied that Debian includes the libcgic package, that is not my libcgi, but some guys send email thikning it is ). Anyway, I'll suppose you are really asking about LibCGI :). > 1. Does it has any license, can i use this for commercial application as freeware. LibCGI uses BSD license. You can use in freeware, comercial, full open source, whatever you want, but respecting the license terms. > 2. If i use libcgci, can i have other 'C' code in my programs. Sure you can. LibCGI only provides some set of functions to manipulate HTTP requests, all the rest you should code as yourself. > 3. Is it possible for me to use Session(not coookies) in libcgic. Yes, LibCGI provides full support to sessions. ( and cookies as well ). > 4. Where do I get libcgic libraries? The official page is http://libcgi.sourceforge.net. You could get the latest version from there, or in this link: http://sourceforge.net/project/showfiles.php?group_id=2114 The last version is 0.8.2 Rafael |