Gadi Cohen

Results 475 comments of Gadi Cohen

And yes, `mfAll.js` is loaded on startup and can indeed be used to update the local database in the way you describe.

Sorry for the late reply. Do you need support for messageformat style strings in the database too, or just a way to store "dynamic" translations? For the latter, yeah, this...

Confirming. This is due to our underlying library change from messageformat.js to yahoo's intl-messageformat (a bit of info about it in the README In the v2 branch). I've opened an...

I think these are all good ideas, and all desired and doable. v0 is feature frozen though and I can't start working on any of this until v2 achieves feature...

Hey. No, regrettably, this won't be suitable for those kinds of numbers. This solution is more of a dynamic one where on every crawl the search engine gets all the...

Yes, that's right. The `function(req) {...}` is called, and the sitemap generated, at request time. As such the provided sitemap is always "up-to-date" w.r.t. the database.

You only need to call `sitemaps.add()` once. `function(req) {...}` is called every time a request is made to the sitemap `url`, and returns the information from that call. It's not...

Yup, it was created specifically for the search engines. How often it's checked depends on the individual search engine. The engines will continuously monitor your sitemaps on their own without...

That's strange. Unfortunately with Google Webmaster Tools, I think you can only run them against sites you own. Is there any more info it gives? I googled for "google sitemap...

Hey, that's great, thanks (and for your comment on crater.io). If I'm not mistaken there's also another way of invoking helpers via Jade? Will add this as soon as I...