Hi all,
the PyHtmlGUI Project (http://www.sourceforge.net/projects/pyhtmlgui)
is looking for developers that want to join.
The aim of the project is to create a web application framework. The
API of PyHtmlGUI wants to be close to Trolltechs famous Qt API but
incooperates the idea of a text based
Because embedding KHTML means that you have a GUI application that runs
on a special operation system.
But what we propose is that you can write a web application in the same
way like your GUI application and it appears like a "normal" GUI. Web
application means in these case that you have a appli
Hi Sybren,
the idea of pyhtmlgui is that you can develop a web application the
same way like a standard gui application. So what you get is a widget
tree (buttons, forms, title bars, etc.) on the server side and a gui on
the client side. The server in our case would be something like Apache
or Zop
Hi Marco,
that is one of our goals. But so far we didn't had the time to do it.
PyHtmlGUI is already complete independent from Zope but it still needs
some kind of request handling (another small script). One of our next
steps will be to create a abstraction of the request handling to be
independ
Hi John,
> I wonder how you're dealing with client-side code (ie. JavaScript)?
At the moment we don't work with javascript. But it should not be to
hard to create a JavaScript Renderer similar to the css one we already
have.
> Have you looked at crackajax or PyPy?
Not really close so far. On of
John J. Lee schrieb:
> Sybren Stuvel <[EMAIL PROTECTED]> writes:
>
> > [EMAIL PROTECTED] enlightened us with:
> > > At the moment we don't work with javascript. But it should not be to
> > > hard to create a JavaScript Renderer similar to the css one we already
> > > have.
> >
> > Isn't CSS for r