Welcome, Guest! Log In | Create Account

Share

ceegeye a C++ library for CGI programs

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


http://johnwiggins.net/ceegeye

CGI Tools/Libraries

Project Feed

  • jwcgi becomes ceegeye

    jwcgi library name change and update new version ceegeye-2.0.2 ajax example demo using dojo new documentation

    03:51PM on Oct 12 2008 by wiggins1

  • ceegeye ceegeye-2.0.2 file released: ceegeye-2.0.2.tar.gz

    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 ...

    05:50PM on Oct 11 2008

  • jwcgi-1.30.0 release

    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 ...

    12:40AM on Sep 12 2006 by wiggins1

  • jwcgi jwcgi-1.30.0 file released: jwcgi-1.30.0.tar.gz

    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
         ...

    07:37PM on Sep 11 2006

  • Tracker artifact added

    Anonymous created the CGI::escape does not allow hex values > 0x9F, e.g. %FD artifact

    12:41PM on Jan 20 2006 by nobody

  • jwcgi-1.27.1 release

    Bug fix for non compilation problems. i.e. errant parameter name in inputpasswd function in xhtml.cpp

    10:14PM on Jan 22 2005 by wiggins1

  • jwcgi jwcgi-1.27.1 file released: jwcgi-1.27.1.tar.gz

    Bug fix.
    Non compilation.
    errant parameter name in inputpasswd function in xhtml.cpp
    
    really sorry

    04:09PM on Jan 22 2005

  • jwCGI-1.27.0

    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 ...

    11:52AM on Feb 19 2004 by wiggins1

  • jwcgi jwcgi-1.27.0 file released: jwcgi-1.27.0.tar.gz

    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
        ...

    12:00AM on Feb 19 2004

  • jwcgi-1.26.2 release

    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, ...

    06:05PM on Jan 31 2004 by wiggins1

ceegeye a C++ library for CGI programs Actions