On Feb 11, 2008 3:23 PM, Daniel Fetchinson <[EMAIL PROTECTED]>
wrote:

>
> > My intention is to have a "TG2" scheme which will closely
> > match the identity API, and I'm hoping that you'll be able to do
> > something like:
> >
> > import authority as identity
> >
> > in your Tg2 apps to make porting TG1 apps simple
>
> This would be really great, I mean if the API would not change too
> much relative to tg1.
>
> > My goal is to eventually make it framework agnostic,
>
> Any reason why you would want to do that? (apart from "let's be as
> general as possible")
> Being general is great but if all pieces of a software package are
> uber-general with duct tape holding everything together then sometimes
> the amount of duct tape is more than the actual stuff that needs to be
> held together. Or you have a well defined target audience apart from
> tg users?
>
> Cheers,
> Daniel
>
>
Well, obviously my main priority is to support TG2. That will take
precedence over everything else.  I would also like to support pylons, which
shouldn't be too hard to do, since TG2 is built on top of Pylons (and since
right now, nothing depends on TG code, only on Pylons code)

After that, it's mostly the "let's be as general as possible" reason, though
I think that's appropriate.  I don't intend to go outside the WSGI realm
with this, though.  From what I have so far, it looks like there's only one
place in the code that there is a hard dependency on pylons, and I think
that can be generalized pretty simply.

We'll see how it turns out.  It may not be feasible to try and generalize
this to all WSGI applications, in which case, too bad, we won't do it.  But
I don't think that it will add too much in this particular case.

Kevin Horn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to