ps: I runned tgsetup without --future, before running it with future,
could that be a problem?
--
cheers
elvelind grandin
Arnar
If you have svn:
svn export http://svn.edgewall.org/repos/genshi/trunk/examples/turbogears/
genshitg
if not, but you have something like wget:
wget -r -np http://svn.edgewall.org/repos/genshi/trunk/examples/turbogears/
If you don't have either - let me know and I'll send you an archive.
Arnar
On 12/13/06, Italo Maia <italo...@gmail.com> wrote:
>
http://docs.turbogears.org/1.0/GenshiTemplating
Then in app.cfg you can change the tg.defaultview:
tg.defaultview = "genshi"
Or you can just prefix all your template references with "genshi:"
It should be quite painless. :)
Except that then your genshi templates don't have support for widgets
and other turbogears defined methods. If you download the sample
mentioned before, you get a site template in genshi that makes widgets
work correctly. (at least all the ones I've used since installing
genshi)
On Dec 14, 3:27 pm, "Italo Maia" <italo.m...@gmail.com> wrote:
> So, i should use the template from the tg docs?
I was referring to the example TG app provided by Genshi:
http://svn.edgewall.org/repos/genshi/trunk/examples/turbogears/
Specifically, the master template includes a sitetemplate.html file
that provides the appropriate code to include Widget Javascript and
Css. Of course, you can do this manually in any of your projects. I
just meant that this is what I needed to have done to my project before
I could start using Genshi throughout.
-Dennis