Changes between Initial Version and Version 1 of TracWsgiPlugin


Ignore:
Timestamp:
Apr 1, 2007, 5:51:04 PM (17 years ago)
Author:
martinpaljak
Comment:

New hack TracWsgiPlugin, created by martinpaljak

Legend:

Unmodified
Added
Removed
Modified
  • TracWsgiPlugin

    v1 v1  
     1= WSGI hacks for Trac =
     2
     3== Description ==
     4
     5 * Provides a Paste application entry point with some configuration options to run Trac
     6 * Allows to hook other WSGI apps into trac URL space
     7
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracWsgiPlugin are
     12[report:9?COMPONENT=TracWsgiPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracWsgiPlugin&owner=martinpaljak new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracwsgiplugin here].
     20
     21== Source ==
     22
     23You can check out TracWsgiPlugin from [http://trac-hacks.org/svn/tracwsgiplugin here] using Subversion, or [source:tracwsgiplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27In a Paste deploy script, to run Trac:
     28{{{
     29[app:main]
     30use = egg:TracWsgiPlugin#trac
     31path = /path/to/trac/env
     32}}}
     33
     34In trac.ini, to run some other app:
     35{{{
     36[webapps]
     37something = myapp
     38#something = config:/path/to/some/paste.ini
     39[app:myapp]
     40}}}
     41
     42
     43== Recent Changes ==
     44
     45[[ChangeLog(tracwsgiplugin, 3)]]
     46
     47== Author/Contributors ==
     48
     49'''Author:''' [wiki:martinpaljak] [[BR]]
     50'''Contributors:'''