{ "info": { "author": "Ethan Jucovy", "author_email": "ejucovy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Genshi processor for wiki pages\n===============================\n\nDescription\n-----------\n\nThe GenshiMacro allows you to write and render Genshi templates directly\nin wiki pages with a new ``Genshi`` processor.\n\nYour templates will have access to the request as ``req``, which can be\nuseful for tasks like URL generation, rendering form tokens for POST\nrequests, and checking for a logged-in user.\n\nNote: no security considerations whatsoever went into the making of\nthis plugin. It might be a terrible idea. Trac core dev Remy Blank\nsaid::\n\n > Genshi templates allow executing arbitrary Python code. So you basically\n > give users who can insert the macro anywhere (wiki page, ticket comment,\n > etc) permission to act as the user running Trac, including running run\n > any shell command.\n >\n {{{#!Genshi\n