[svn] small doc changes
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 15 Mar 2007 13:27:22 +0000 (14:27 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 15 Mar 2007 13:27:22 +0000 (14:27 +0100)
--HG--
branch : trunk

docs/src/frameworks.txt
docs/src/index.txt

index d0d3af9edb007bb5519d03eff94ef86fea137579..542396612c759111139fe9962b8be0cd2210a87e 100644 (file)
@@ -29,5 +29,26 @@ something like this:
                     template_engine='jinja')
 
 
+TurboGears
+----------
+
+Integrating Jinja into TurboGears works pretty much the same.
+
+Basically all you have to do is to edit the application configuration file at
+``application/config/app.cfg`` and change `global.tg.defaultview` and
+provide the jinja options:
+
+.. sourcecode:: ini
+
+    [global]
+    tg.defaultview = 'jinja'
+    jinja.loader.searchpath = '/path/to/templates'
+
+Because of the limitations of the configuration file there is currently no way
+to configure jinja correctly. This problem does not exist with pylons since you
+can pass any python object to the baker configuration system. We're currently
+looking for solutions to this problem.
+
+
 .. _TurboGears: http://www.turbogears.org/
 .. _pylons: http://www.pylonshq.com/
index aa24641cd7faa833db3f5f1c5bc06cd2b690bad4..64085e33fdbeda71c75676c3a8fedd436c4c824b 100644 (file)
@@ -37,12 +37,8 @@ Welcome in the Jinja documentation.
 Undocumented So Far
 -------------------
 
-- Debugging Templates
-
 - i18n for Developers
 
 - Writing Custom Loaders
 
-- Jinja in TurboGears / django?
-
 - Changelog / Authors