[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Project update time - GGB



Bradley Burnside wrote:
> ...
>     My original efforts revolved around a simpler backend but as I tried to
> increase the complexity of the backend it only broke a lot of vital code.
> My new efforts are going to be building a nice stable backend which will be
> able to run from a shell.  Once when I have all the wonderful features I
> need for the gradebook to be functional, I will implement my nice gtk
> front-end I have already created.

I have not looked at GGB, but philosophically I like this approach. 
There are too many systems that would be great to use, but they are so
tied into their GUI that you can't use them any other way.

I am using WebCT for a college programming course I am teaching.  I want
to see an open source equivalent some day.  WebCT is completely browser
based, so you can run the server on any OS and use it from anywhere.  If
the real meat of GGB is text based, you could write a CGI interface to
give it a web front end as well.