-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Blog roll #156 #208
Add Blog roll #156 #208
Conversation
Ref #156 |
Thanks! I'd like to have the posts linked somewhere individually (e.g. like a Planet setup), but this requires Syndic support, so merging this until that's done. |
Has syndication support started ? I cannot find any related repository... |
https://github.com/Cumulus/Syndic -- but needs to use cohttp |
And a planet-like implementation nearly done too. https://github.com/ocaml/ocaml.org/tree/syndic sent via mobile
|
Syndic depends on Xmlm and Calendar. Are these dependencies OK for mirage-www ? |
mirage-www already depends on |
After cursory look, I would say yes, pure OCaml. |
That's a good start. Then, if it's pure ocaml need to check that:
After a quick look, it seems that calendar depends on unix but the dependency is easily removable (ie. just using |
Cool, thanks. |
They also use Unix.localtime. Should this be added to mirage's Clock module ? |
No, as it requires a timezone db. It's easier just to store the utc time and to render other timezones from within the application. The Clock module is very core to Mirage and needs to stay small.
|
Ok, well, Syndic does not use that part of Calendar anyway. |
Absolutely, or feel free to mail [email protected] if you want a wider audience (not everyone watches this repo). On 22 Sep 2014, at 01:28, voila [email protected] wrote:
|
Well, I was wrong Syndic makes use of code which relies on Unix.localtime()... kinda stumped now. |
I have removed the use of Unix in Syndic. |
A new section on the Community page to list Mirage's related blogs