| 3 Jul 2023 |
@zmitchell:matrix.org | Feel free to post a comment if I got something wrong | 16:57:06 |
pennae | damn, has it been two months again 😨 | 17:00:18 |
@zmitchell:matrix.org | I too forgot that time marches forward regardless of my protests | 17:01:37 |
pennae | fwiw the docbook toolchain also allows fragmenting a document into multiple outputs (nixos manual and epubs used that), but it's horrid to configure and still all docbook :/ | 17:20:07 |
pennae | moving away from xhtml outputs going to fun. ncfavier, any idea how much that would break? | 17:20:51 |
pennae | eg, does nixos-search use docbook/xhtml? | 17:21:39 |
pennae | the homepage runs xslt over manual xhtml, which is going to ... Great 😞 | 17:22:39 |
ncfavier | In reply to @pennae:matrix.eno.space eg, does nixos-search use docbook/xhtml? i don't think so | 17:37:04 |
pennae | that's good already :) | 17:38:14 |
ncfavier | we just render (previously docbook/) markdown snippets to html with pandoc. btw, it would be nice if we could use nixos-render-docs to do that | 17:38:18 |
ncfavier | that way we don't need to keep link-manpages.nix around | 17:38:39 |
pennae | that pretty much just needs a new options render mode that returns a collection of fragments instead of a document, shouldn't be that much work | 17:39:14 |
pennae | the infra needed to do that is there and used internally to speed up options rendering, it pretty much only needs exported as a mode | 17:39:48 |
pennae | would still like to remove link-manpages.nix from nixpkgs soon, or rather: get that pr merged so it can't diverge and need rework | 17:44:42 |
| Nate joined the room. | 18:02:38 |
ncfavier | on it | 18:11:17 |
pennae | awesome 💜 | 18:12:58 |
pennae | thanks! | 18:48:38 |
pennae | and now docbook is no longer 😌 | 18:48:50 |
Jan Tojnar | great job | 19:01:04 |
pennae | there's a lot of issues that can be closed now | 19:03:26 |
| 4 Jul 2023 |
asymmetric | so has the markdown manual been deployed to nixos.org? | 09:01:20 |
asymmetric | or when will that happen? | 09:01:34 |
asymmetric | https://nixpk.gs/pr-tracker.html?pr=239636 | 09:01:35 |
pennae | not deployed yet in any case, you'd notice by `...` in lib docs turning into inline code blocks | 09:29:56 |
| 5 Jul 2023 |
pennae | In reply to @asymmetric:matrix.dapp.org.uk so has the markdown manual been deployed to nixos.org? flake update that pulls the manual changes happens on sunday, or whenever someone triggers the necessary workflow
(not going to try) | 00:01:12 |
asymmetric | In reply to @pennae:matrix.eno.space flake update that pulls the manual changes happens on sunday, or whenever someone triggers the necessary workflow
(not going to try) It looks like that action only updated nixpkgs, which is not used for the manual | 09:43:34 |
asymmetric | In reply to @pennae:matrix.eno.space flake update that pulls the manual changes happens on sunday, or whenever someone triggers the necessary workflow
(not going to try) * It looks like that action only updates nixpkgs, which is not used for the manual | 09:43:43 |
asymmetric | https://github.com/NixOS/nixos-homepage/blob/87127a734b9789c222d404e4515a498a31c69edc/.github/workflows/update-flake-lock.yml#L23C4-L23C4 | 09:43:51 |
asymmetric | https://github.com/NixOS/nixos-homepage/blob/87127a734b9789c222d404e4515a498a31c69edc/flake.nix#L8C1-L8C1 | 09:44:23 |