Re: serving html pages built from multiple lists or shows

2015-11-19 Thread ermouth
> If you could find the time to do a screen recording of what you just described https://www.youtube.com/watch?v=_FoI2An3JRc Bit messy since it‘s impromptu ermouth

Re: serving html pages built from multiple lists or shows

2015-11-19 Thread Harald Kisch
> return Handlebars.precompile(item.data) item.data = template.html; // inside with {{someAttribute}} var obj = { someAttribute:someValue }, precompile = Handlebars.compile(item.data); return precompile(obj); works --Harald On Thu, Nov 19, 2015 at 5:17 AM, ermouth wrote: > > I think it

Re: serving html pages built from multiple lists or shows

2015-11-19 Thread Harald Kisch
In my opinion, groupware is done right with couchapps! Cheers --Harald On Wed, Nov 18, 2015 at 11:53 PM, Nick wrote: > On 18/11/15 22:21, Alexander Shorin wrote: > > For the case you described the following strategy is used: > > 1. User requests some ddoc attachment like index.html > > 2. There

Re: Couch on port 80

2015-11-19 Thread Martin Broerse
Hi Alexander, It seems you can run 2 mochiweb servers to bind to 80 and 5984. See: https://github.com/mochi/mochiweb/issues/163#event-468943815 This seems more logical than using 2 clusters for this. By the way: The are 72962 downloads since 2015-07-09 for hMailserver ( https://www.hmailserver.c