One of the original Pyramid demo projects is traversal over a filesystem. https://github.com/Pylons/virginia
On Tue, Mar 1, 2016 at 12:08 AM, Mike Orr <[email protected]> wrote: > On Sun, Aug 23, 2015 at 7:24 AM, Mike Orr <[email protected]> wrote: > > Has anyone used traversal over a filesystem for non-static content? > > I'm thinking of putting my HTML content in files to get Git versioning > > and text-editor friendliness, so that each file would represent a URL > > but not be served as-is (you'd still put a site template around it and > > plug in metadata). Interspersed there would be true static files > > (e.g., images), although I'd like to have dynamic thumbnails. > > I've got basic traversal over a filesystem working. This demo serves a > static directory. Does anyone have any critiques of this approach? If > not, I'll write it up for the Pyramid Cookbook. > > -- > Mike Orr <[email protected]> > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
