I am thinking of doing a TG application with a plugin support. For example, when showing a blog post I'd like to define a hook function (or observer interface) on_content_show and all the installed plugins implementing the on_content_show could process the blog post somehow (e.g. one plugin could convert BBCode to HTML and another one would inject the adsense content tags).
I realize that this kind of system has to do more with Python and CherryPy, than with TurboGears, however, it is exactly the TG web framework, where this kind of system could be of biggest use. Have anybody seen something like such a plugin system? Any advices where to have a look at? P.S. The idea is inspired by the megapowerful Drupal plugin system. In Drupal CMS there are powerful hooks everywhere. Easily installable plugins can seamlessly change the site behavior at virtually any point --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

