Wojtek Walczak wrote: > *** > > Roberto Alsina wrote: > > ''' > For this kind of app, I would give some thought to something like Pyjamas, > where you can create a modern AJAXy interface and all you would have to > implement as backend is some JSONRPC handlers, which are not hard at all > with > any web framework (or without one, either). > ''' > > Still reading about it. Roberto are you able to assess how big > would such an app be if written in Pyjamas (I mean - after compilation > to JavaScript)? > > In the examples directory in Pyjamas package, there is an app called > dynamictable. While it's python source code is quite short (~400 lines > of code), after compilation to JavaScript it becomes quite big. The main > file is 527K big. My application will certainly be bigger than the > dynamictable example and I don't want to abuse users with 2MB long > JavaScript files. > What about looking at TurboGears (http://www.turbogears.org) and what they have done for commenting their documentation (which is Sphinx based)?
http://www.turbogears.org/2.0/docs/ Werner --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
