Integrating with Adjector
Description
This plugin lets you render Adjector ads directly into Trac. The plugin uses the Adjector Client Library, so you don't need to have the full version of Adjector installed.
For detailed installation, configuration, and use instructions, see http://projects.icapsid.net/adjector/wiki/TracPlugin.
Bugs/Feature Requests
Existing bugs and feature requests for AdjectorIntegration are here.
If you have any issues, create a new ticket.
Download
Download from http://projects.icapsid.net/adjector/wiki/Download.
Example
Once installed and configured, you can render ads in your Trac Genshi templates like this:
${render_zone(1)}
or
${render_zone('myzone', track=False, admin=True)}

