If I can make it generic, I will attempt to post it to PyPI as you suggest.
Thanks. On Jan 3, 9:29 pm, Michael Pedersen <[email protected]> wrote: > Honestly, I don't. Mainly because, to my mind, that's been something so > site-specific that it shouldn't be an extension. > > If you can come up with a way to make it more generic, get it up on PyPI > and it'll appear in the cogbin. Could be useful. > > > > On Fri, Dec 30, 2011 at 4:14 PM, ozwyzard <[email protected]> wrote: > > > I was wondering: > > > (a) [minor] if anyone know of a decent free legal template for a End > > User License Agreement for web sites, but more importantly > > > (b) [major] if there exists (or any ideas for) a TG2 model/controller > > for handling EULA agreements integrated with tg_user table. > > For example, a global_EULA_text and a global_EULA_version (stored in > > the DB, e.g. as a record in some app_globals_dbtable), and each > > tg_user record stores a user_EULA_version field (that the user has > > already accepted); such that the user post_login method checks whether > > user_EULA_version < global_EULA_version, and if so prompts the user to > > accept the new EULA text. Since turbogears is a mega web-framework > > and since most websites would need either EULA or disclaimer, it would > > be great if there were a tg.extension module that provided such a > > service. > > > Thanks. > > > On Dec 20, 8:49 pm, Michael Pedersen <[email protected]> wrote: > > > Not really sure what you're asking here. Can you provide more details on > > > what you want this to do? > > > -- > > 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. > > -- > Michael J. Pedersen > My Online Resume:http://www.icelus.org/-- Google+http://plus.ly/pedersen > Google Talk: [email protected] -- Twitter: pedersentg -- 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.

