hey guys,

I've been asked to write a wordpress-like system in django, with hooks 
and action-hooks for plugin-creation alla wordpress.

Now the question is - how would you guys handle this? I was thinking 
that hooks could be represented by template tags which pass the context 
to whatever plugin is called, but other than that it's a bit... misty.

For those who don't know how this exactly works in wordpress there's a 
(very) basic introduction screencast here:

http://txfx.net/files/wp-movies/001-your-first-wp-plugin.mov

Basically plugins can register with the host app and say "I want to be 
plugged in here or there" (the hook). The host app in various places has 
calls which "apply" whatever is hooked into that location.


If anyone has any ideas or pointers as to how this could be done, please 
let me know.


  - bram

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to