heebie wrote:
> Hi,
> 
> I want to be able to recreate the functionalities of webMathematica on
> my website, as demostrated here http://www.quickmath.com .


Sage has a much more powerful, full online notebook interface.  See 
http://www.sagenb.org to sign up for a free account to try it out.

If you just want a simple interface you can embed in a webpage, you can 
interact with Sage over http by using Robert Bradshaw's simple http 
protocol.  See the documentation in sage/server/simple/twist.py (or 
http://www.sagemath.org/hg/sage-main/file/8b1d19463fc4/sage/server/simple/twist.py)

You could also interact with Sage using tty communication.

Please be aware of the security issues, though.  There are some subtle 
issues involving making sure that people can't execute whatever they 
want on your computer.

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to