Maurice Svay

Results 32 comments of Maurice Svay

Do you have some code running somewhere, so I can check?

Yes, I was planning to do that some day. Not sure when I will have time to do this, but I'll add it to the roadmap.

Here's a quick guide: - In ImageResolver.resolve, change the callback to accept a string or an array in parameter https://github.com/mauricesvay/ImageResolver/blob/master/src/ImageResolver.js#L53-L64 - If image is an array, return `url`, first item...

I feel like PHP 5.5 is more common, but Wordpress requires 5.6 as well (but works with 5.2), so it seems reasonable to make 5.6 the minimum requirement. I'll check...

I agree on removing the prefix in the VERSION file. For now, the numbering scheme is similar to Ubuntu: year.month (yeah, 8.12 is very old).

`dev` might be enough. Otherwise, we would have to update the version every month.

The feed should be generated with a feed generator instead of a template. RSS was the way of being removed (there was no link to it anymore). So, I think...

I've started a new branch that will hold code for the sqlite storage https://github.com/mauricesvay/moonmoon/tree/storage

For Liferea to be able to detect same articles in Venus and Moonmoon, IDs must be generated the same way. Moonmoon currently uses the permalink as ID https://github.com/mauricesvay/moonmoon/blob/master/atom.php#L29