Sat, 21 Mar 2009 19:30:24 +0000, Wojtek Walczak wrote: > I am a prospective GSoC participant and I am interested in contributing > to Sphinx. I am primarly considering writing a web app for Sphinx, using > Django. > > Features like comments and better search are obvious to me, but I wonder > what does 'changes suggestions' mean? How is it different from comments? > Would you like it to look more like a feature request form in bug > trackers?
I think the "change suggestions" should be something similar to bug reports, with fixed workflow that enables developers/doc editors to easily find out present suggestions, possibly discuss them with the submitter, and finally mark them as done or invalid. At least to me this looks something similar to what an issuer tracker software does. > At the moment I am investigating pydocweb and I like the way it > cooperates with SVN, but I think that it would be nicer to build a > framework to make adding support for other VCSs as easy as possible. > What do you think about this? Adding support for other VCSes in Pydocweb is reasonably straightforward (write a suitable pull script specific for your repository arrangement, see eg. www.pymvpa.org/edt where it's running with Git). There's actually no Subversion-specific code in Pydocweb even though it says "SVN" in the UI. But perhaps Georg had something more lightweight in mind; not so much an app for editing documentation, but one for just hosting static versions of Sphinx docs with search/feedback features. -- Pauli Virtanen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
