Ittay Dror wrote:
> maybe by using procossors? i want it to be evaluated, not just displayed. if 
> there is a way, what are the variables that can be used? (env, req)

There's nothing included in Trac to do this, since obviously allowing
users to put executable code into the Wiki could be a big security
problem in many environments.  Yes, you could write your own Wiki
processor to do this which would have access to the env and req
objects.  However, if you explain what the Python code will be doing
there may be other ways to do that more easily.  Writing code in the
Wiki doesn't lend itself to reuse, so you may prefer to simply reuse an
existing macro if possible, or write some new macros to handle what you
need.

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to