by wiggins1
Renamed jwcgi library to ceegeye. ceegeye is a C++ library for creating CGI (Common Gateway Interface) programs. xhtml bindings, javascript helpers. Comes with several example programs to help you get acquainted with its usage. Platform independent
jwcgi library name change and update new version ceegeye-2.0.2 ajax example demo using dojo new documentation
version 2.0.2 renamed jwCGI library. new name: ceegeye. xhtml.cpp: fixed standard content-type in header to be application/xhtml+xml. xhtml class only sends to console out. added outputbase class to base cgi streams not on xhtml e.g. json, images. xhtml ...
version 1.30.0 session class rewrite. No longer relies on cookies. sessions are written to file on the server. The constructor call has changed because of this. new configure script variables: --enable-demos compile demo cgi ...
version 1.30.0
session class rewrite. No longer relies on cookies. sessions are written to
file on the server. The constructor call has changed because of this.
new configure script variables:
--enable-demos compile demo cgi
...
Anonymous created the CGI::escape does not allow hex values > 0x9F, e.g. %FD artifact
Bug fix for non compilation problems. i.e. errant parameter name in inputpasswd function in xhtml.cpp
Bug fix. Non compilation. errant parameter name in inputpasswd function in xhtml.cpp really sorry
minor changes to the xhtml interface, possibly breaking old code! i.e. added css class attribute to most of the form input functions. You can now make most form elements your own using cascading style sheets. Changed the docs to reflect this and also ...
version 1.27.0
Added css class attribute to these functions:
xhtml::inputsubmit
xhtml::inputbutton
xhtml::inputfile
xhtml::inputradio
xhtml::inputtext
xhtml::inputpassword
xhtml::inputcheck
xhtml::inputimage
...
using pkg-config broken (in 1.26.1) using the --libs switch as the Makefile.am file referenced wrong versioning variable i.e. pkg-config returned -ljwcgi-1.26 but the link to this lib is not created. Sorry if you have 1.26.1 and are using pkg-config, ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use