Hi,

Thanks for showing your interest in working on the Notebook. I'm one
of the Notebook developers.

I did some work on some an administrator portal over a week ago
however I forgot about it, and it was deleted today when I was
cleaning up my home directory. I had implemented an administration
page with a frontend to banning individual users from logging in.

I don't plan on writing new code until after the work I've already
done on some other Notebook stuff has been merged into Sage, see
http://groups.google.com/group/sage-devel/browse_thread/thread/624262e39644fb57.
You could get started on Notebook development by reviewing one of
those. E-mail Michael Abshoff at [EMAIL PROTECTED] for a
TRAC account so you can add and contribute to tickets.

We have a tutorial on doing general development at
http://sagemath.org/doc/html/prog/index.html. The Notebook source code
is in sage/server/notebook, see
http://www.sagemath.org/hg/sage-main/file/6a6766d05f3b/sage/server/notebook/.

I recommend working on implementing your administration ideas as small
projects. For example the user settings page in the Notebook now was
originally just a change password page and then a more general page
was created out of it, see
http://trac.sagemath.org/sage_trac/ticket/3213. Then on top of that
there is a patch up that implements better styling for that page and
also a change auto-save interval control.

Timothy

On Wed, May 28, 2008 at 5:22 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I would like to incorporate Sage in a web-application which, among
> other things, enables remote editing and executing of programs in
> various programming languages and mathematical/engineering tools,
> written by the group of researchers from our university.
> Specifically, we would like to extend the capabilities of notebook so
> that we can add/delete users and their data programatically while the
> Sage web server is running. Perhaps it would be also interesting to
> include user management in the Setting part of the notebook web
> interface?
> I have some experience in Python, but none in Twisted framework. Could
> you give me some hints where to look in Sage source? Do you already
> have some plans in this direction?
>
> Thanks for a great application.
>
> Ivica Nakic
> Assistant Professor of Mathematics
> University of Zagreb
> Croatia
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to