summary refs log tree commit diff
path: root/doc/preface.chapter.md
Commit message (Collapse)AuthorAge
* doc: remove mention of X11 license variant (#255081)asymmetric2023-09-14
| | | The Nixpkgs license is pure MIT.
* updating stable nixos version in preface.Henrik Karlsson2023-01-05
|
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* nixpkgs manual preface: change howoldis link to status page linkKyle Sferrazza2020-04-02
|
* nixpkgs manual: various improvements in introductionFrederik Rietdijk2019-10-30
- rename to preface to be inline with NixOS manual - refer to other manuals - use https - change example channel to 19.09