Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.openplans.org/svn/opencore/libopencore/trunk@27325 40f73b84-6177-4a8e-8c61-7eee4b1974ed
  • Loading branch information
egj committed Aug 8, 2010
1 parent 7ccada3 commit 914e46d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.3
===

Added transcluder_middleware module and a `libopencore#transcluder` entry point
for a paste.filter_factory.

If using transcluder middleware, Transcluder must be installed.

If using transcluder middleware, it should be the outermost wsgi filter
in your stack. This is because Transcluder sometimes makes internal WSGI
subrequests instead of HTTP calls, and calls its inner app. So if you
have routing, security or anything else important outside Transcluder,
you may get strange results.


0.2
===

Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ libopencore.http_proxy

If ``is_opencore`` is set, it will rewrite the request to tell
Zope's VirtualHostMonster how links in the response should look.

0 comments on commit 914e46d

Please sign in to comment.