[svn] too stupid to spell things
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 18 Mar 2007 23:08:22 +0000 (00:08 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 18 Mar 2007 23:08:22 +0000 (00:08 +0100)
--HG--
branch : trunk
rename : jinja/bakerplugin.py => jinja/plugin.py

docs/src/frameworks.txt
jinja/plugin.py [moved from jinja/bakerplugin.py with 94% similarity]

index cc3eb702b65ba164d8ddbf58e9c54a0749e817a8..c180670bfbec91481a3d23180dd7b7afb4bbb72c 100644 (file)
@@ -2,8 +2,8 @@
 Framework Integration
 =====================
 
-Jinja registers itself in the baker template plugin system. If your framework
-supports baker (currently `TurboGears`_ and `pylons`_) you can add it very
+Jinja registers itself in the buffet template plugin system. If your framework
+supports buffet (currently `TurboGears`_ and `pylons`_) you can add it very
 easily.
 
 Pylons
similarity index 94%
rename from jinja/bakerplugin.py
rename to jinja/plugin.py
index a0525bd1b4d904fcf967ca95e2064d27171e9f9f..db1b651931ec827c018e73c4bdb74c2effbc37cf 100644 (file)
@@ -1,14 +1,15 @@
 # -*- coding: utf-8 -*-
 """
-    jinja.bakerplugin
-    ~~~~~~~~~~~~~~~~~
+    jinja.plugin
+    ~~~~~~~~~~~~
 
-    Provide a bridge to baker. Baker is used by some frameworks (namely
+    Provide a bridge to buffet. Buffet is used by some frameworks (namely
     CherryPy, TurboGears and Pylons) to load templates.
 
     :copyright: 2007 by Armin Ronacher.
     :license: BSD, see LICENSE for more details.
 """
+
 from jinja import Environment