You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "David N. Welton" <da...@dedasys.com> on 2005/10/02 09:11:50 UTC

Re: CGI wrapper for Rivet

Roy Keene wrote:
> All,
> 
>    I've written a mostly-working CGI wrapper for Rivet on platforms that
> are not supported by the module.
> 
> It can be fetched from (for now):
>            http://www.rkeene.org/tmp/rivet-cgi.tar.gz
> 
> Let me know if anyone finds it useful.

It looks good, and I'd like to integrate it into Rivet proper, if
possible, but I'd need your help to do that, because I don't have the
time, to be honest.

Where's it getting the Rivet specific commands from - I don't see them
after a quick glance.

In reality, a long time ago, I tried (and mostly succeeded) in splitting
the Apache-specific code out into src/TclWebapache.c.  Completing the
missing functionality in TclWebcgi.c would be one way of making the full
Rivet functionality available.  On the other hand, simply writing that
code in Tcl would most likely be faster.

-- 
David N. Welton
- http://www.dedasys.com/davidw/

Linux, Open Source Consulting
- http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: CGI wrapper for Rivet

Posted by Roy Keene <rk...@psislidell.com>.
Mr. Welton,

 	I isolated all my changes to packages/tclrivet/.

I updated tclrivetparser.tcl to share the same namespace as the library 
(librivetparser) so that it may be used instead of the library if the 
library is not available.

I added many of the commands provided by the Tcl Rivet engine to 
tclrivet.tcl

 	Roy Keene
 	Planning Systems Inc
 	++++++++[->++++<]>[->+>++>+++>++++<<<<]>>++++++++++++++++.>++++++
 	++++++.-----------.+++++++++++++..-----.+++++.-------.<<.>+++.>>-
 	------.------.+.<--.>-------.++++++.<<<.>----------.>>-----.<--.<
 	<<++++++++++.

On Sun, 2 Oct 2005, David N. Welton wrote:

> Roy Keene wrote:
>> All,
>>
>>    I've written a mostly-working CGI wrapper for Rivet on platforms that
>> are not supported by the module.
>>
>> It can be fetched from (for now):
>>            http://www.rkeene.org/tmp/rivet-cgi.tar.gz
>>
>> Let me know if anyone finds it useful.
>
> It looks good, and I'd like to integrate it into Rivet proper, if
> possible, but I'd need your help to do that, because I don't have the
> time, to be honest.
>
> Where's it getting the Rivet specific commands from - I don't see them
> after a quick glance.
>
> In reality, a long time ago, I tried (and mostly succeeded) in splitting
> the Apache-specific code out into src/TclWebapache.c.  Completing the
> missing functionality in TclWebcgi.c would be one way of making the full
> Rivet functionality available.  On the other hand, simply writing that
> code in Tcl would most likely be faster.
>
> -- 
> David N. Welton
> - http://www.dedasys.com/davidw/
>
> Linux, Open Source Consulting
> - http://www.dedasys.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org