= WSGI hacks for Trac = == Description == * Provides a Paste application entry point with some configuration options to run Trac * Allows to hook other WSGI apps into trac URL space == Bugs/Feature Requests == Existing bugs and feature requests for TracWsgiPlugin are [report:9?COMPONENT=TracWsgiPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracWsgiPlugin&owner=martinpaljak new ticket]. == Download == Download the zipped source from [download:tracwsgiplugin here]. == Source == You can check out TracWsgiPlugin from [http://trac-hacks.org/svn/tracwsgiplugin here] using Subversion, or [source:tracwsgiplugin browse the source] with Trac. == Example == In a Paste deploy script, to run Trac: {{{ [app:main] use = egg:TracWsgiPlugin#trac path = /path/to/trac/env }}} In trac.ini, to run some other app: {{{ [webapps] something = myapp #something = config:/path/to/some/paste.ini [app:myapp] }}} == Recent Changes == [[ChangeLog(tracwsgiplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:martinpaljak] [[BR]] '''Contributors:'''