On Thu, Jul 23, 2009 at 2:31 AM, NoSyu wrote:
>
> Hello.
> I use blog and Sagemath. Sagemath Notebook is great, but I want to
> write post in my blog with Sagemath code and result(output).
> So I add the XMLRPC server code in server/notebook/twisted.py and make
> the APIKEY each user a substitute
Dear Prof Dan.
Thanks to reply my post.
I also don't know about XMLRPC exactly, but I can show the process.
XMLRPC is Remote Procedure Control to use XML. So I have sagemath
server and another blog server. I can use sage code in blog server
using XMLRPC.
So I write the post on my blog like thi
Hello JinYeong,
I don't understand much about XMLRPC, but I'll try to answer some of
your questions:
On Wed, 22 Jul 2009 at 09:31AM -0700, NoSyu wrote:
> 1. Can this XMLRPC code add into the public Sagemath source?
> It adds several codes and function in list_top.html and user.py. So I
> think it