On Fri, 2012-01-13 at 23:40 -0800, Kesav Kumar Kolla wrote: > I want setup html5 application cache with my pyramid application. > HTML5 application cache requires a manifest file. The manifest file > needs to be served with a MIME type of text/cache-manifest. How can I > get pyramid to serve the manifest file?
This is one way: http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/files.html#serving-file-content-dynamically > > > Regards, > -kesav > > -- > You received this message because you are subscribed to the Google > Groups "pylons-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/pylons-discuss/-/VJ3BC-7py_wJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to pylons-discuss > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
