It is freely available until we reach version 1.0. You can get it from here:
http://code.google.com/p/fiveweb/
Full source code and examples:
http://code.google.com/p/fiveweb/downlo ... p&can=2&q=
You compile it with Harbour and run it from the server as a cgi:
http://www.fivetechsoft.net/cgi-bin/tutor01
Code: Select all
#include "FiveWeb.ch"
function Main()
MsgInfo( "Hello world from FiveWeb" )
return nil
More info at the project wiki:
http://code.google.com/p/fiveweb/wiki/tutor01_prg