On Monday February 2, 2009 08:26:08 Jorge Vargas wrote: > I just have one question what is the purpose of repoze.what-quickstart > I see you added it to the deps of the quickstarted project but I fail > to find where it's used. I took at look at the package and it doesn't > seems like quickstart to me, at least not in the sense paster template > + paster quickstart use the word. it seems more like > repoze.what.middleware or simply a layer on top of repoze.who to > configure it.
Indeed the repoze.what Quickstart plugin has nothing to do with TG/Pylons/Paster -- repoze.who/what and all their public plugins are all web framework independent, AFAIK. This Quickstart is a "glue" to join repoze.who and repoze.what, so that people using both auth frameworks can get started quickly, specially people who are new to both frameworks. So, in fact it's more than a repoze.what plugin -- it's a repoze.who plugin too. It's a plugin to configure both repoze.who and repoze.what in one go. Thus a better distribution name may be "repoze.auth-quickstart". Cheers. -- Gustavo Narea <http://gustavonarea.net/>. Get rid of unethical constraints! Get freedomware: http://www.getgnulinux.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
