Lakshan Perera
Lakshan Perera
The recommended way to have multiple content handlers is by using the delegation pattern. If you look at the [blog-content-handler's code](https://github.com/laktek/punch-blog-content-handler/blob/master/lib/blog_content_handler.js) it's implemented this way (by delegating to default content...
I guess what we need here is a `routes-content-handler` which can sit on the top and do the delegation based on the URL paths. I'll try to make it to...
Are you using MacVim?
@DivineDominion @pruman Are you both on Windows 8? If so, it seems to be related to the issue #52. I'll try to figure out where the issue is as soon...
@DivineDominion You should use the tag with three parentheses to ge the unescaped output (`{{{intro}}}` instead of `{{intro}}`). Check whether it is the issue.
The `negotiateContent` function of the ContentHandler do actually provide an output as you suggest. That's what the renderer uses to when rendering pages. I'm currently looking into exposing the functions...
Yeah there are. Node.js web-socket module is also compatible with swf fallbacks. Will consider on implementation in the latter stage of the project.
Hi Wilson, Sorry I'm no longer maintaining this project. There are couple of forks of Realie, please have a look at them. They might have fixed those issues - https://github.com/laktek/realie/network...
Tags with dots collides with file paths in Punch. I guess we'll have to figure out a way to fix this in Punch itself (ie. adding ability to treat special...
Is it to generate or generate & publish? First run likely to take time because it needs to generate all pages. But subsequent runs should be considerably fast as it...