On 11/13/06, Steve Holden <[EMAIL PROTECTED]> wrote: > Why don't we start out with SO-only documents. Then we can identity the > portions that vary between DB platforms and develop "plug-in" > replacements for the SO bits.
Sure, I'm willing to do this. I use both fairly heavily and for everything except object definition, the differences are trivial. One issue (and one of the reasons I'm holding off) is what form official SA support will take. > We could use a web framework (like TurboGears!) to integrate this so one > could just select one's platform either in the URLs or as a session > variable value. I think the simplest solution is to write a docutils plugin that will take a series of alternates, display the first, and set the remainder to ``style="display:none"``. One possibility is to cheat by something like a general admonition with a custom admonition type and do all of the hiding in javascript. As for the selecting a preferred platform, that's simple javascript cookies. I'll probably implement this after I finish off the docs I feel are necessary for 1.0 (including API docs and decent docstring coverage). If someone wants to do it in the meantime, we're always up for contributions. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

