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.

