-
Notifications
You must be signed in to change notification settings - Fork 19
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 security post on 2.1.5 #88
Conversation
Thanks @hannesm! Same heads up as in #87: we're now featuring the platform blog in ocaml.org. The release announcements are now in the OCaml Changelog and the blog posts are in the OCaml Planet blog. Do you want to open a PR on ocaml.org with this blog post? These go in https://github.com/ocaml/ocaml.org/tree/main/data/planet/ocamlorg. |
@tmattio thanks for your comment, but I'm a bit lost, is there any documentation how to move forward? Last time I opened ocaml/ocaml.org#242 and thought that RSS/Atom would be automatically harvested and integrated into the OCaml planet. Would you be able to clarify the process for "blog post", "planet blog", and "chagelog"? If I understand you correctly, each article now needs to be present in git repos thrice (or twice) -- which formats and UUIDs should be used? And there's really no syndication automation? |
note: queued on ocaml/opam-repository#23820, ocaml/opam#5558 & #87 |
We're migrating opam.ocaml.org to ocaml.org. This started with the central package documentation (at https://ocaml.org/packages), now with the Platform blog, and next with the opam documentation. The Platform blog was essentially composed of release announcements and blog posts. The release announcements have been integrated into the OCaml Changelog and the blog posts have been integrated into the Planet blog. The Planet is, under the hood, indeed an aggregate of RSS feeds, but since we don't have a feed for Platform posts, they are hosted on ocaml.org directly, e.g. https://ocaml.org/blog/signing-the-opam-repository.
Until we sunset opam.ocaml.org, I think it'd be best to cross-post the posts and announcements on the Platform blog and ocaml.org. We should make an announcement when we're ready to sunset opam.ocaml.org.
The markdown file you added here is good, the metadata format is slightly different on ocaml.org, but otherwise copy-pasting it is enough. Here's an example of the metadata for another Platform post on ocaml.org:
There is for community RSS feeds, and your blog is part of the syndicated RSS feeds. They can be added here: https://github.com/ocaml/ocaml.org/blob/main/data/planet-sources.yml Hope this clarifies things! Let me know if anything is still unclear |
Thanks for your reply.
I didn't know that.
Does https://opam.ocaml.org/blog/feed.xml not count?
I see. I'll try to find time for ocamlorg once this PR here is merged. I won't promise anything.
|
It does, as the goal is to sunset opam.ocaml.org, it makes little sense to add a dependency on the opam RSS feed to migrate it to ocaml.org.
Thanks! It'd be ideal to have concurrent PRs so we are not constantly tracking which posts we forgot to replicate to ocaml.org. |
thanks! |
from @reynir and myself.