2010/11/30 Ben Corneau <[email protected]>: > Are there any well established projects that use github pages for > their main site? Something to look at as an example? Most of that > github projects that I have had any experience with, use github for > the repo but maintain the site separately. I'm not suggesting that > they're not out there, or that it's even rare, I'm just not familiar > with it.
gunicorn - uses gh-pages https://github.com/benoitc/gunicorn/blob/gh-pages tornado - stores the website in git repo and uses appengine to serve the content. https://github.com/facebook/tornado/tree/master/website/ > There's also something to be said for a web framework that uses itself > as the framework for it's own website. Well, we can use our templating engine to generate the html :) Anand -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
