Mitch (WebCob) wrote:

would it be a major task to rewrite the confirmation processing of tmda-cgi in another language (php?)

Short answer: Yes.


Long answer: tmda-cgi integrates quite tightly with TMDA which is written in Python (read: uses TMDA modules and directly executes TMDA code) so you'd somehow have to get php to call python code, and I don't know how you'd do this.

I don't want to expose that whole program to our users, but I do want to set up link based confirmation - would prefer to do that in a stripped down way if possible - figure I might be best off writing my own simple confirmer?

In Python it wouldn't be too difficult to do.


Look at file Release.py. Also look at how it is called by tmda-cgi.py.

The easy way to do this would be take a copy of tmda-cgi.py and dumb-it-down so all it does is set the right variables and call Release.py.

--
Jim Ramsay
"Me fail English?  That's unpossible!"

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to