= 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 == To run Trac with Paste, put into a PasteDeploy script: {{{ [app:main] use = egg:WSGITrac#trac path = /path/to/your/trac/env }}} To run 'myapp' on http://example.com/trac/something and 'thirdapp' on /trac/foobar, put into your trac.ini file: {{{ [webapps] something = myapp foobar = config:/path/to/some/paste.ini#thirdapp [app:myapp] use = egg:YourEgg#yourapp }}} == Recent Changes == [[ChangeLog(tracwsgiplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:martinpaljak] [[BR]] '''Contributors:'''