Wojtek Walczak napisaĆ(a): > That's great, thanks. So, to sum up current discussion:
...guys, this is the second part of my summary of what has been said in this thread up till now. Max Battcher wrote: ''' It might be worth examining the many different ways projects host their documentation (static pages, wikis, forums, FAQ tools) and question what and how things apply to Sphinx. ''' I know I can't write it all (i.e. wiki engine, forum engine, etc.) during GSoC, but I do wonder if there is anything I can do to make adding such features (nevermind, external or written for this particular purpose) to the web app as easy as possible. Any ideas what should I pay attention to? And one thing more: what about a feature like moving the comments? I mean, if there is a general discussion going on in the comments under a random paragraph, maybe it would be good if developers have an option of moving the comments to some general forum? And, if they can move comments, maybe they should be also allowed to export comments? I mean, if they want to make use of some external forum framework, they should be able to move already existing comments to that forum too. So, providing a way of exporting the comments to some xml/json format should make their lifes easier. *** Georg Brandl wrote: ''' Anonymous submitting is bad: too much work for the developers sorting out spam and other useless junk. Using e.g. OpenID would be nice. ''' Agreed. *** 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. I won't summarize what I have said in my previous summary mail, coz that could bring about an infinite loop ;-) Thanks for feedback, -- Regards, Wojtek Walczak, http://tosh.pl/gminick/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
