| 25 Aug 2021 |
| trofi set a profile picture. | 22:19:15 |
| 26 Aug 2021 |
| Anderson Torres joined the room. | 01:58:53 |
| trofi changed their display name from Sergei Trofimovich to trofi. | 07:41:04 |
| 7 Sep 2021 |
| kreyren joined the room. | 08:42:41 |
| NixOS Moderation Bot banned kreyren (Inappropriate and destructive behavior.). | 08:42:45 |
| Mic92 (Old) joined the room. | 12:39:53 |
ryantm | ~/p/nixpkgs/nixos]$ find . | grep xml | wc
156 156 8264
| 12:40:38 |
ryantm | Still some files to convert :) | 12:41:03 |
ryantm | Oh that's not so convincing because it includes the from_md dir. | 12:42:10 |
Mic92 (Old) | Yes | 12:42:18 |
ryantm | ~/p/nixpkgs/nixos]$ find . | grep xml | grep -v from_md | wc
63 63 2552
| 12:42:33 |
Mic92 (Old) | but even that also has xml files that include xml files | 12:43:12 |
ryantm | Mic92: here is the issue where we are discussing module options https://github.com/NixOS/nixpkgs/issues/127813 | 12:46:08 |
ryantm |
My preference would be to do these links as a post-processing step (either Javascript or an HTML post-processing step). People wouldn't have to remember to add them, and maybe we could even make it smart enough to handle the nested ones.
| 12:46:30 |
Mic92 (Old) | ryantm: can we use <xi:include> tags in markdown? That way we could convert already more xml files. | 12:54:55 |
Mic92 (Old) | some of them contain both text and includes | 12:55:07 |
ryantm | Mic92: Sure, that's a good interim solution. | 12:55:31 |
ryantm | Mic92: Oh, I was misreading what you said. Yes, we figured out how to use include tags, let me find the syntax. | 12:58:57 |
ryantm | Mic92: https://github.com/ryantm/nixpkgs/commit/aa6b6594ef8f940169b9b426040d0259fd1bc882 looks like it requires a little change to the generator scripts too. | 13:01:18 |
ryantm | We didn't merge that in yet, I think. | 13:01:31 |
Mic92 (Old) | @ryantm: any reason not to merge it? | 13:06:13 |
ryantm | Mic92: I don't think so, except maybe it needs to be fixed up. | 13:09:06 |
ryantm | I'll try to do that now. | 13:12:36 |
ryantm | Mic92: I just remembered why I didn't do it. It was going to convert the Release Notes from an Appendix to a Chapter. | 13:23:03 |
Mic92 (Old) | ryantm: is it not still useful for the remaining docs? | 13:23:34 |
ryantm | Mic92: It is, so I'll make a PR that is just the script changes. | 13:24:00 |
ryantm | Mic92: Here we go https://github.com/NixOS/nixpkgs/pull/136987/files | 13:32:29 |
ryantm | * Mic92: Here we go https://github.com/NixOS/nixpkgs/pull/136987/ | 13:32:37 |
| chvp joined the room. | 14:51:42 |
Jan Tojnar | how should we proceed with with https://github.com/NixOS/nixpkgs/pull/130047? | 18:15:56 |