I am using Sphinx for my accounting system documentation. As a programmer I tend to create lousy documentation and I need user input to make it better.I suppose that I could put an email link on the page but it would be great if there was an automated way to allow online editing that sends the diffs to the programmers. Is there any way to do that?
--
You received this message because you are subscribed to the Google Groups "sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/39ae635c-9b6c-4ffa-bf8f-2927ccc31c27%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAEKCi_8FTTBcbg%3D2QRhdmzLwpMazJsntj496fm1oTqJyWjW-gA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAAMTOdTQvaAAn5n2AUF9MTJCO2LnSHzLdUvF2QCa72uvGn2GiA%40mail.gmail.com.
If users could change pages (and maybe the changes could be trakced, review, undone etc.) your page would be a wiki. Maybe a wiki is more suitable to your needs?
As for public comments (users could leave feedback, ask questions, etc.) you will have to use some other external dynamic comment system. Your static site (generated by sphinx) could include some html+javascript which submits a comment to some external webservice, that webservice could store the comment. The html+javascript in your static site could query the external website for comments and display them.
Do a web search for "static site comment system". You'll get suggetions on anything from Facebooks comment plugin to writing your own REST comment API. This seems to convey the spirit of things: https://darekkay.com/blog/static-site-comments/
/ Jonas
To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAAMTOdTQvaAAn5n2AUF9MTJCO2LnSHzLdUvF2QCa72uvGn2GiA%40mail.gmail.com.