Hello,
Isn't std.url the standard way of accessing static content?
This is what I used to do for my project, but since a couple of days it
is not working anymore.
i.e quickstart a new project, and just change the link to the image in
master.kid to:
<img src="${std.url('/static/images/tg_under_the_hood.png')}"/>
The created link will be <IMG
SRC="//static/images/tg_under_the_hood.png">, which I've noticed
creates issue with cherrypy when there's double-slash.
This is what I have:
TurboGears 0.9a0dev-r790
nose 0.8.4
RuleDispatch 0.5a0
setuptools 0.6a9
FormEncode 0.4
cElementTree 1.0.5-20051216
PasteScript 0.4.1
elementtree 1.2.6-20050316
simplejson 1.1
SQLObject 0.7.1dev-r1561
CherryPy 2.2.0beta
TurboKid 0.9.1dev-r787
PyProtocols 1.0a0
INITools 0.2dev-r1029
PasteDeploy 0.4
Paste 0.4
FormEncode 0.4
kid 0.9a0
elementtree 1.2.6-20050316
Thanks,
Yannick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---